joscha / play-authenticate

An authentication plugin for Play Framework 2.x (Java)
http://joscha.github.com/play-authenticate/
Other
807 stars 366 forks source link

Latest releases don't work with Java 1.6 #197

Closed rui-ferreira closed 10 years ago

rui-ferreira commented 10 years ago

I'm using Play 2.3.2 running on Java 1.6. According to your dependency tree, I need to use version 0.6.4-SNAPSHOT. However, it works only with Java 7. Is the code using something specific to Java 7 or can it be deployed to run with Java 6?

joscha commented 10 years ago

The released jars are all compiled in Java 7 currently, but does not use Java 7 specific features, so I guess we could republish them compiled with Java 6...

joscha commented 10 years ago

If you adapt code/publish.sh to spit out Java 6 compatible jars, then I'd be happy to publish a new version.

rui-ferreira commented 10 years ago

Sure I will. I'll create a pull request also for play-easymail which is a dependency and has the same problem.

joscha commented 10 years ago

Fixed by #198.