Hi,
What do you think about the idea to make Plexus Java multi-release JAR so on Java 9+ it uses the APIs provided by Java SE. For example now if you compile module A on Java 10 and use Maven to compile B that depends on A, it will fail because ASM is not compatible with the new class format introduced with Java 10.
Hi,
What do you think about the idea to make Plexus Java multi-release JAR so on Java 9+ it uses the APIs provided by Java SE. For example now if you compile module A on Java 10 and use Maven to compile B that depends on A, it will fail because ASM is not compatible with the new class format introduced with Java 10.