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