Le 5/10/2016 à 16:25, Rémy Maucherat a écrit :

> Also, there's an issue with the Java 9 constant that is used in Tomcat,
> CompilerOptions.VERSION_1_9 -> CompilerOptions.VERSION_9. This creates a
> compatibility problem where the new vs old build cannot be drop in
> replacements.

The CompilerOptions.VERSION constants are just strings, the static field
could probably be replaced by "1.9" and/or "9" to preserve the
compatibility during the transition.

Emmanuel Bourg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to