svn commit: r1792808 - in /pivot/branches/2.0.x: ./ wtk/src/org/apache/pivot/wtk/ApplicationContext.java

2017-04-26 Thread rwhitcomb
Author: rwhitcomb Date: Wed Apr 26 20:41:17 2017 New Revision: 1792808 URL: http://svn.apache.org/viewvc?rev=1792808&view=rev Log: PIVOT-996: Yet more safety measures: Parse the version strings inside a new "safelyDecodeVersion()" method that traps all exceptions and provides an "empty" version

svn commit: r1792807 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/ApplicationContext.java

2017-04-26 Thread rwhitcomb
Author: rwhitcomb Date: Wed Apr 26 20:33:25 2017 New Revision: 1792807 URL: http://svn.apache.org/viewvc?rev=1792807&view=rev Log: PIVOT-996: Yet more safety measures: Parse the version strings inside a new "safelyDecodeVersion()" method that traps all exceptions and provides an "empty" version

svn commit: r1792794 - in /pivot/branches/2.0.x: ./ core/test/org/apache/pivot/util/test/VersionTest.java wtk/src/org/apache/pivot/wtk/ApplicationContext.java

2017-04-26 Thread rwhitcomb
Author: rwhitcomb Date: Wed Apr 26 19:04:32 2017 New Revision: 1792794 URL: http://svn.apache.org/viewvc?rev=1792794&view=rev Log: PIVOT-996: Add new code to ApplicationContext to get the Java Runtime version, which is in addition to the Java JVM version, and to make it available to other code as

svn commit: r1792793 - in /pivot/trunk: core/test/org/apache/pivot/util/test/VersionTest.java wtk/src/org/apache/pivot/wtk/ApplicationContext.java

2017-04-26 Thread rwhitcomb
Author: rwhitcomb Date: Wed Apr 26 19:00:11 2017 New Revision: 1792793 URL: http://svn.apache.org/viewvc?rev=1792793&view=rev Log: PIVOT-996: Add new code to ApplicationContext to get the Java Runtime version, which is in addition to the Java JVM version, and to make it available to other code as

svn commit: r1792783 - in /pivot/branches/2.0.x: ./ core/src/org/apache/pivot/util/Version.java core/test/org/apache/pivot/util/test/VersionTest.java

2017-04-26 Thread rwhitcomb
Author: rwhitcomb Date: Wed Apr 26 17:41:11 2017 New Revision: 1792783 URL: http://svn.apache.org/viewvc?rev=1792783&view=rev Log: PIVOT-996: Update the Version.decode() method to deal gracefully with a known fail case from the SAP JVM where the JVM version string doesn't have the "canonical" f

svn commit: r1792775 - in /pivot/trunk/core: src/org/apache/pivot/util/Version.java test/org/apache/pivot/util/test/VersionTest.java

2017-04-26 Thread rwhitcomb
Author: rwhitcomb Date: Wed Apr 26 17:14:16 2017 New Revision: 1792775 URL: http://svn.apache.org/viewvc?rev=1792775&view=rev Log: PIVOT-996: Update the Version.decode() method to deal gracefully with a known fail case from the SAP JVM where the JVM version string doesn't have the "canonical" f