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

Play 2.6 support #343

Closed KadekM closed 6 years ago

KadekM commented 7 years ago

https://www.playframework.com/documentation/2.6.x/Migration26

ernani commented 7 years ago

Also willing to find out when this will be released!

ndimas commented 7 years ago

Me too! Can I try to fork this project and try updating the transient dependencies? It seems to need these three:

com.typesafe.play:play-logback_2.11:2.6.2 is selected over {2.5.1, 2.6.0} [warn] +- be.objectify:deadbolt-java_2.11:2.6.1 (depends on 2.6.0) [warn] +- com.feth:play-authenticate_2.11:0.8.1 (depends on 2.5.1) [warn] +- com.feth:play-easymail_2.11:0.8.1 (depends on 2.5.1)

[warn] com.typesafe.play:play-server_2.11:2.6.2 is selected over {2.5.1, 2.6.0} [warn] +- com.typesafe.play:play-akka-http-server_2.11:2.6.2 (depends on 2.6.2) [warn] +- be.objectify:deadbolt-java_2.11:2.6.1 (depends on 2.6.0) [warn] +- com.feth:play-authenticate_2.11:0.8.1 (depends on 2.5.1)

[warn] [warn] * com.typesafe.play:twirl-api_2.11:1.3.3 is selected over {1.1.1, 1.3.2} [warn] +- com.typesafe.play:play_2.11:2.6.2 (depends on 1.3.3) [warn] +- be.objectify:deadbolt-java_2.11:2.6.1 (depends on 1.3.2) [warn] +- com.feth:play-authenticate_2.11:0.8.1 (depends on 1.1.1)

GBeushausen commented 7 years ago

Is this project dead?

joscha commented 7 years ago

Not dead, but I am maintaining it with contributions, e.g. I am not actively implementing new features. If you miss a feature, feel free to open a PR with tests.

GBeushausen commented 7 years ago

Ah Ok. I'm using this project on two commercial tools and it would be great to be able to upgrade to play 2.6.

joscha commented 7 years ago

345 is almost ready to be merged and released, there are some small adaptions missing.

GBeushausen commented 7 years ago

Great. Thanks.

source-nerd commented 7 years ago

Any further news on 2.6 build ? Eagerly waiting for it.

leccyril commented 7 years ago

+1

playtowork commented 6 years ago

+1

joscha commented 6 years ago

blocked on deadbolt, see #345, will lock this conversation for now, please comment on #345 if you want to help.

joscha commented 6 years ago

see https://github.com/joscha/play-authenticate/pull/345