Same with JasperStarter-2.0.0 and java-7-openjdk:
I did a quick test:
with this original releases:
jasperstarter-2.0.0
jasperstarter-2.1.2
jasperstarter-2.2.1
They all work with java-7-openjdk even a new maven build fails because of com.lowagie:itext has been relocated.
jasperstarter-3.1.0 with java-7-openjdk:
All tests passes after changing pom.xml
JasperStarter-3.2.0 introduces dependencies in pom.xml that prevent working with java7!
JasperReports-6.4.0 is the last release which works with Java7 !
So JasperStarter-3.1.0 is the last release which works with Java7. (for now)
Fixed for the java7 branch. Upstream documentation reflects now java8 minimum.