You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by GitBox <gi...@apache.org> on 2019/05/02 07:59:42 UTC

[GitHub] [incubator-tamaya-sandbox] peculater opened a new pull request #29: TAMAYA-391 test for system properties that exist in all java versions

peculater opened a new pull request #29: TAMAYA-391 test for system properties that exist in all java versions
URL: https://github.com/apache/incubator-tamaya-sandbox/pull/29
 
 
   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:
users@infra.apache.org


With regards,
Apache Git Services