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

Flag Java 7 on Mac OS X 10.11 and greater as incompatible #19

Closed olivierdagenais closed 8 years ago

olivierdagenais commented 8 years ago

This fixes issue #8 by calling the particular combination of software that results in a JVM crash as "incompatible".

The ReadMe was updated and can be seen at the java_7_on_osx_10_11 branch.