peculater opened a new pull request #28: TAMAYA-391 test for system properties that exist in all java versions URL: https://github.com/apache/incubator-tamaya-sandbox/pull/28 Turns out openjdk 12 has changed the default value of "sun.os.patch.level". In java 11 and below, a missing value was replaced with the string "unknown". As of java 12, a missing value is null. There was a notice released for the equivalent change for "user.timezone" but not for "sun.os.patch.level". https://bugs.openjdk.java.net/browse/JDK-8213629 The change is visible here http://hg.openjdk.java.net/jdk/jdk/rev/b915bd68d907#l7.8
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
