How to Migrate from Java 11 to 17 for a plugin with jars in classpath and packages are exported
We have a plugin named mockito and it has cglib-nodep-2.2.2.jar, hamcrest-core-1.3.jar, mockito-core-1.10.19.jar, objenesis-2.4.jar, jmockit-1.49.jar in it’s bundle-classpath and have exported all the packages from all the jar files for consumption by other bundles. The ‘automatic module name’ is set to mockito
.