kumuluz / kumuluzee

Lightweight open-source framework for developing microservices using standard Java EE technologies and migrating Java EE to cloud-native architecture.
https://ee.kumuluz.com
MIT License
291 stars 71 forks source link

Added support for multi release JAR files #206

Closed Argannor closed 2 years ago

Argannor commented 2 years ago

Changed the JarFile constructor to the one with a version argument in order to support multi release Jar files as it is done in jdk.internal.loader.URLClassPath#getJarFile

This fixes issue #205

urbim commented 2 years ago

Hi!

This issue has already been solved on this branch: https://github.com/kumuluz/kumuluzee/commits/feature/supportJava16and17

It seems we have solved it in exactly the same way, so I'm going to close this. Thanks for your interest anyway.