jdk-api-diff icon indicating copy to clipboard operation
jdk-api-diff copied to clipboard

Creates a report of all API changes two JDK versions

Results 5 jdk-api-diff issues
Sort by recently updated
recently updated
newest added

It looks like `Jdk8Repackager` tries to process multiple library JARs, some of which are optional. When one of the libraries is missing, repackaging fails. For example the Temurin OpenJDK 8...

bug

It would add usability if the added/modified methods/classes had javadocs attached or at least links to online javadocs.

The process of setting up the environment for the sake of generating a report was in my case a bit tedious so I automated and encapsulated all of that in...

enhancement

For now, in order to provide custom JDKs, we need to first add them to Maven `toolchains.xml`, then extract corresponding JAVA_HOMEs using a Groovy script, only to add them to...

enhancement