user1645419
user1645419

Reputation: 217

supercsv compatibiltity with jdk 1.7

i try to found out if the library super-csv-2.1.0 is compatible or not with the jdk 1.7.

Can anyone suggest me something about that? Thankss!!!

Upvotes: 1

Views: 151

Answers (1)

James Bassett
James Bassett

Reputation: 9868

Yes, it was compiled for Java 1.5 so is compatible with Java 1.5 and later.

(As a Super CSV committer) I actually compiled it with JDK7, using 1.5 as the maven compiler plugin's source/target version, as well as the maven animal-sniffer plugin to ensure that only Java 1.5 APIs were used.

Upvotes: 1

Related Questions