-
1. Re: What will be WildFly market model?
jaikiran Apr 25, 2014 12:50 AM (in response to cweiler)I don't fully understand your question. WildFly is a community project and is free for use and available in openly accessible Maven repos.
JBoss EAP on the other hand is a product, certain versions of which are available under a paid subscription and certain versions of which have been made available under the developer program for free to use outside a production environment.
-
2. Re: What will be WildFly market model?
cweiler Apr 25, 2014 10:12 AM (in response to jaikiran)Yeah jaikiran, sorry my poor english.
Previously there are JBoss AS as community version, with formal binary releases on all three levels of versioning (X.X.X), with last release as 7.1.1.
Now, with WildFly, what types of releases community should expect for? Last say, for each implementation version (8.X) how much minor version (8.0.X) should be expected?
-
3. Re: What will be WildFly market model?
wdfink Apr 25, 2014 12:18 PM (in response to cweiler)1 of 1 people found this helpfulWildFly is 'only' a renaming of JBossAS to be more clear what is the community and the EAP version.
The current EAP6 is based on JBossAS7.x, the latest version of 7.x is available from github but there are no further releases or binaries for download.
See different EAP/AS7 discussions.
WildFly continue as the community version and the next EAP will be based on that. Here you will have further releases and it depend on several decisions whether the next release is a minor or major version. So there is no fixed schedule like after Y minor versions a new major version will be released.
Does that make sense to you?
-
4. Re: What will be WildFly market model?
cweiler Apr 25, 2014 12:51 PM (in response to wdfink)Until now I do not have seen WildFly as a simple renaming of JBoss AS, since even web container has changed, but this is not relevant to me.
For the question "as is" JBoss AS have not "fixed schedule" too, but between major or implementation versions always was expected some minor version, this is the path to be followed?
-
5. Re: What will be WildFly market model?
dlofthouse Apr 25, 2014 1:24 PM (in response to cweiler)Until now I do not have seen WildFly as a simple renaming of JBoss AS, since even web container has changed
Well it is a rename with it's first release being the next major release, being a major release it can be expected to contain major changes ;-)
-
6. Re: What will be WildFly market model?
wdfink Apr 25, 2014 2:05 PM (in response to cweiler)If you have a short look to github Releases · wildfly/wildfly · GitHub you see that the repository starts with AS7 releases.
The codebase is exact the same.
-
7. Re: What will be WildFly market model?
lgbtmister Apr 25, 2014 3:23 PM (in response to wdfink)OK, thanks, I didn't realize that until now.