microsoft / oauth2-useragent

Microsoft OAuth 2.0 User Agent library for Java. Provides classes to facilitate the implementation of "4.1. Authorization Code Grant" from RFC 6749.
Other
35 stars 22 forks source link

Version#parseJavaRuntimeVersion is too strict #37

Closed olivierdagenais closed 7 years ago

olivierdagenais commented 7 years ago

As reported at http://gittf.codeplex.com/workitem/155, a value of 1.8.0-b132 will cause an IllegalArgumentException.

olivierdagenais commented 7 years ago

Fixed with #38 and released in version 0.11.2.