RFR: 8140344: add support for 3 digit update release numbers

Rob McKenna rob.mckenna at oracle.com
Tue Nov 17 14:47:42 UTC 2015


Hi folks,

With 7u hitting 101 shortly we've noticed that our Version parsing 
infrastructure balks at the extra digit. With that in mind I'd like to 
update the logic surrounding the parsing of version numbers and the test 
itself to use regex instead of the less flexible CharacterSequence method.

http://cr.openjdk.java.net/~robm/8140344/webrev.01/

	-Rob



More information about the core-libs-dev mailing list