Commons Logging has a fallback simple logger that is used if the `java.util.logging` package is not present. Originally this only could happen with Java 1.3, but sinc Java 9 the user can disable the `java.logging` JPMS module. Commons Logging will work anyway. This PR slightly modifies the inherited Moditect configuration to add a `static` (i.e. optional) modifier to the `java.logging` module.
26 KiB
26 KiB