hg: jdk9/dev/jdk: 8172886: Add a test that shows how the LogManager can be implemented by a module
daniel.fuchs at oracle.com
daniel.fuchs at oracle.com
Wed Jan 18 11:50:20 UTC 2017
Changeset: c8db4f1737c4
Author: dfuchs
Date: 2017-01-18 11:47 +0000
URL: http://hg.openjdk.java.net/jdk9/dev/jdk/rev/c8db4f1737c4
8172886: Add a test that shows how the LogManager can be implemented by a module
Reviewed-by: mchung
+ test/java/util/logging/modules/LogManagerInModule/LogManagerInModuleTest.java
+ test/java/util/logging/modules/LogManagerInModule/logging.properties
+ test/java/util/logging/modules/LogManagerInModule/test.config/module-info.java
+ test/java/util/logging/modules/LogManagerInModule/test.config/test/config/LogConfig.java
+ test/java/util/logging/modules/LogManagerInModule/test.handlers/module-info.java
+ test/java/util/logging/modules/LogManagerInModule/test.handlers/test/handlers/TestHandler.java
+ test/java/util/logging/modules/LogManagerInModule/test.logmanager/module-info.java
+ test/java/util/logging/modules/LogManagerInModule/test.logmanager/test/logmanager/TestLogManager.java
More information about the jdk9-dev-changes
mailing list