Java 11 is there gwt 2.9 ?

691 views
Skip to first unread message

stuckagain

unread,
Oct 18, 2018, 4:21:01 AM10/18/18
to GWT Contributors

Just wondering that now that Java 11 is available will we see a 2.9 release soon ? Even if it is just to add support for the new java features without implementations for new API addidtions ? I am already working with SNAPSHOT releases, but I am not allowed software that is using snapshot releases at my workplace...

Java is moving to a much faster release cycle, how is this going to influence the gwt release schedule ?

Jens

unread,
Oct 18, 2018, 6:35:41 AM10/18/18
to GWT Contributors
Since there is no updated JDT in GWT, it might be that you can not use var keyword in lambda parameter definitions for now. Have you tried that? Other than that Java 10 and 11 are pretty much the same in terms of syntax.

I have said it on Gitter recently and I think also here in this group: IMHO GWT should provide monthly / quarterly SNAPSHOT builds with a fixed version number and release them on maven central. These automated releases are only code tested just like SNAPSHOT builds. I could imagine something like

2.8.2  - fully tested
2.9.0 - fully tested
2.9.0-14-g7940d679a - automated release which is based on commit 7940d679a and is 14 commits newer than 2.9.0
2.9.0-25-g8941d679b - automated release which is based on commit 8941d679b and is 25 commits newer than 2.9.0
2.9.1 - fully tested

Alternatively just a timestamp could be used for automated releases between fully tested releases, e.g. 2.9.0-20190103. Personally I like the first version more as I can see how many commits I am missing by comparing the version string.

Would your company be fine with such a solution?

stuckagain

unread,
Oct 18, 2018, 7:26:39 AM10/18/18
to GWT Contributors
Yes that would be an acceptable solution for the company I work with. A quarterly release sounds good. A snapshot is not acceptable because the 3rd party contents of our software would depend on when the build was done.
Reply all
Reply to author
Forward
0 new messages