json - Which GSON version for Java 1.4 -
Is there a place where the GSAN version documents the GSN version?
Specifically, I want to know the highest GSI version that will run with Java 1.4.
I have an embedded JVM with version 1.4 which I can not upgrade, and I have to test that the GSON works on it.
The GSN versions are available for download at this.
Unfortunately it seems that GSAN does not work with JDK 1.4. The reply provided by @ Steven has specifically stated that GSOON makes heavy use of JDK 1.5's features. Also, if you see the oldest available GSON version in Maven Central (version 1.1), then pom.xml indicates that the minimum version of JDK is 1.5. Search for "TargetJdk" and you will see 1.5 listed.
Unfortunately this means that GSON will not work with JDK 1.4.
Comments
Post a Comment