An unexpected and interesting enhancement proposal for Java 8 and 9 has
just been posted:

    http://openjdk.java.net/jeps/238

It will become possible to ship several versions of the same class
targeting different versions of the JRE in the same jar file.

For Apache Commons this means we would be able to release a single
version of DBCP supporting multiple versions of the JDBC API. I haven't
thought about the other applications for our components but this is
definitely an important evolution of the Java platform that will impact
the way we design APIs.

Emmanuel Bourg

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

Reply via email to