Re: [Jflex-devel] Minimum build JDK: 6->7 ?
The fast lexer generator for Java
Brought to you by:
lsf37,
steve_rowe
From: Gerwin K. <ge...@do...> - 2017-03-09 03:28:48
|
Sorry, have overlooked this somehow. Yes, no problem from my side with switching the minimum supported build to 1.7. It’d be nice to make the test suite aware of JDK version at the points where it is sensitive to that. If I remember correctly the failure was just a different output order of a Hashtable or similar. Do you want to push the change directly? Cheers, Gerwin > On 14.02.2017, at 01:55, Steve Rowe <sa...@gm...> wrote: > > Hi Gerwin, > > I’m working on adding Unicode 9.0 support to JFlex, and I noticed that my Maven version (3.3.9) no longer supports Java 6, which is documented as JFlex's minimum supported build version. > > When the Travis build for the Add_Unicode-9.0 branch failed <https://travis-ci.org/jflex-de/jflex/builds/201132195>, I noticed that it’s configured to use Java 8. The docs say that Java 6 is not supported - from <https://docs.travis-ci.com/user/ci-environment/>: > >> Sun/Oracle JDK 6 is not provided because it reached End of Life in fall 2012. > > On the Add_Unicode-9.0 branch I reconfigured Travis to use Java 7, which stopped the ccl-pre testsuite test from failing (the jflex output differed under Java8). > > I think we should switch the minimum supported build JDK for JFlex from 1.6 to 1.7. > > Steve > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > _______________________________________________ > Jflex-devel mailing list > Jfl...@li... > https://lists.sourceforge.net/lists/listinfo/jflex-devel |