First of all thanks for this awesome project, this is what I use for packaging all my java cli apps. I am using the latest version of capsule (using https://github.com/danthegoodman/gradle-capsule-plugin) to create a really executable package. But running the executable on JDK9 is throwing the following warning by JVM.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by Capsule (file:xxxxxx) to field com.sun.jmx.mbeanserver.JmxMBeanServer.mbsInterceptor
WARNING: Please consider reporting this to the maintainers of Capsule
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
First of all thanks for this awesome project, this is what I use for packaging all my java cli apps. I am using the latest version of capsule (using https://github.com/danthegoodman/gradle-capsule-plugin) to create a really executable package. But running the executable on JDK9 is throwing the following warning by JVM.
Also, is this project maintained any more?