-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
16
-
generic
-
generic
ADDITIONAL SYSTEM INFORMATION :
Linux
Java 16
A DESCRIPTION OF THE PROBLEM :
While debugging all the modules that were loaded, my application depends on java.naming, java.naming requires java.security.sasl, and it requires java.logging.
However, it looks like that dependency could be replaced by the System.Logger, so creating a runtime would be possible to not include the java.logging transitively.
But I can see that this requirement is a must, but if this behaviour is not defined in the spec, it might be a good way to improve.
Linux
Java 16
A DESCRIPTION OF THE PROBLEM :
While debugging all the modules that were loaded, my application depends on java.naming, java.naming requires java.security.sasl, and it requires java.logging.
However, it looks like that dependency could be replaced by the System.Logger, so creating a runtime would be possible to not include the java.logging transitively.
But I can see that this requirement is a must, but if this behaviour is not defined in the spec, it might be a good way to improve.