google-code-export / google-checkout-java-sdk

Automatically exported from code.google.com/p/google-checkout-java-sdk
1 stars 0 forks source link

Java 1.5 is not supported #69

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. include library to any Java 1.5 project (2.5.1 lib version)
2. compile and make any valid request to the notification responder servlet
3. you will get an error methods doesn't exist exception (String.isEmpty())

Is this correct, that Java 1.5 is not supported because of 1 using of 1 method 
in the code?

library version: 2.5.1 under Java 1.5+

Thanx for understanding

Original issue reported on code.google.com by v.zapols...@gmail.com on 30 Sep 2010 at 11:02

GoogleCodeExporter commented 9 years ago

Original comment by mihai.io...@gmail.com on 28 Mar 2011 at 11:45

GoogleCodeExporter commented 9 years ago
For what it's worth. I'm using the 2.5.1 lib in a java 1.6 project and it works 
fine for me.

Original comment by m...@mattburns.co.uk on 22 Nov 2011 at 9:42