braintree / braintree_java

Braintree Java library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
158 stars 98 forks source link

Source code is not java 1.5 compliant #34

Closed jagarza closed 8 years ago

jagarza commented 8 years ago

Some merchants with old but robust and big stacks might be using java 1.5 still in their servers. They would fail to import the jars or recompile the code. Could we provide a Java 1.5 compliance code? (current requires 1.6). Only RequestBuilder and Environment need to be slightly changed.

crookedneighbor commented 8 years ago

Thanks for your interest, but since Java 1.5 has been EOL by Oracle, we don't plan to make any changes to the SDK to make it compliant with Java 1.5.