jdk-api-diff
jdk-api-diff copied to clipboard
Creates a report of all API changes two JDK versions
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...
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...
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...