-
Feature Request
-
Resolution: Done
-
Major
-
3.3.3.Final
-
None
I am trying to use xnio with Java 8 Compact profiles.
xnio-nio.jar is compatible with compact1 profile but xnio-api.jar is not. xnio-api export classes from javax.management (compact3 profile), javax.security.sasl (compact3 profile).
Only org.xnio.Xnio class has dependency to javax.management.* packages. I removed the javax.managment.* packages from Xnio, and it runs without error.
Is it possible to remove compile javax.managment dependency from the Xnio class.
jdk/bin/jdeps -P xnio-api.jar command could be used to check if the jar is compatible with compact profiles.