Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

JEP 238 may affect code implementing runtimes with class loaders using ZipFile to load classes, instead of using the URL class loader or a custom class loader leveraging JarFile to obtain platform-specific class files.  Such code will not be multi-release JAR file aware.

XML Catalogs

JEP 268 may affect code using the existing internal catalog implementation. Existing libraries or applications that use the internal API will need to migrate to the new API in order to take advantage of the new features.

Changed

Arrays.asList(x).toArray() returns Object[]

...