RFR: 8033661: readConfiguration does not cleanly reinitialize the logging system
Daniel Fuchs
daniel.fuchs at oracle.com
Wed Sep 23 20:23:52 UTC 2015
On 23/09/15 16:50, Daniel Fuchs wrote:
> I'll send a new webrev when ready.
Here it is:
http://cr.openjdk.java.net/~dfuchs/webrev_8033661/webrev.03/
There are two new tests:
SimpleUpdateConfigurationTest
SimpleUpdateConfigWithInputStreamTest
They are basically the same tests, except that the first
one spits the configuration in a file and then sets the
java.util.logging.config.file property before calling
updateConfiguration(Function), whereas the second
creates an InputStream from a Property object and
then calls updateConfiguration(InputStream, Function).
best regards,
-- daniel
More information about the core-libs-dev
mailing list