joscha / play-authenticate

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

Release 0.7.0 #269

Closed lennartdiedrich closed 8 years ago

lennartdiedrich commented 9 years ago

Hi, can you estimate when the 0.7.0 will be available at Maven?

joscha commented 9 years ago

have you tried the snapshot? Does it work for you?

lennartdiedrich commented 9 years ago

Hi joscha, no, i have not, but will do it now. Do you hesitate publishing because of missing beta tests for this version?

joscha commented 9 years ago

I just think the more people give the snapshot a try, the more likely a release will be a good release. Especially on a .zero version :) Am 05.07.2015 14:10 schrieb "Lennart Diedrich" notifications@github.com:

Hi joscha, no, i have not, but will do it now. Do you hesitate publishing because of missing beta tests for this version?

— Reply to this email directly or view it on GitHub https://github.com/joscha/play-authenticate/issues/269#issuecomment-118617205 .

lennartdiedrich commented 9 years ago

Sorry for the late response. I had no problems updating to the snapshots. Works like a charm ;)

ronaldwidha commented 9 years ago

took me a while to work what to put on build.sbt out, so sharing it here:

libraryDependencies ++= Seq(
  "com.feth" %%  "play-authenticate" % "0.7.0-SNAPSHOT" // authentication
)

resolvers ++= Seq(
  "play-authenticate (snapshot)" at "https://oss.sonatype.org/content/repositories/snapshots/"
)
joaoferreira89 commented 8 years ago

Hi, I'm using the 0.7.0 SNAPSHOT version, that is hosted on https://oss.sonatype.org/content/repositories/snapshots/, but this repository is very slow and sometimes is down. Can you please host it on a Maven repository?

Best regards

joscha commented 8 years ago

I think it is about time for a 0.7.0 release, yes

oexza commented 8 years ago

yeah @joscha considering that it has worked smoothly so far, but maybe it should be migrated away from play's deprecated plugin system to the DI module system before a release.

mkurz commented 8 years ago

I think its ok for now to release 0.7.0 which targets Play 2.4 to finally get a stable release out which works for Play 2.4. Then we could make the switch to the DI module system to target upcoming Play 2.5. Just my 2 cents.

raunak commented 8 years ago

Could someone comment on how much work it would be to update the module to support the new DI module?

joscha commented 8 years ago

Release is here: https://oss.sonatype.org/content/repositories/releases/com/feth/play-authenticate_2.11/0.7.0/