-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Play Framework 2.5 support is needed #308
Comments
when play 2.5 version will be available? |
+1 |
+1 upgraded to 2.5 but can't deploy to client have to revert back |
When play 2.5 version will be available? |
+1 I would really like to utilize the custom logging framework in 2.5 in a Tomcat environment. https://www.playframework.com/documentation/2.5.x/SettingsLogger#using-a-custom-logging-framework |
Any idea when it's compatible with Play 2.5? Is it already scheduled? |
Thanks all of us for manifesting interest! |
@yanns Hi, I could try to do it depending on how much work it represents. |
@cyrilfr thx for the proposition. How you can proceed:
To improve
The servlet 3.1 implementation is an optimized version (using non blocking IO) and can be done at the end: dae86f0#diff-6631fbdeb8bfe668903b928d15152696L153 For a faster iteration loop, you can use the aliases defined in https://github.com/play2war/play2-war-plugin/blob/308_play_2.5/project-code/.sbtrc |
I need it now, so when you free time you can support for me |
For anyone wishing to take this up, I've implemented a servlet 3.1 based reactive streams implementation that can be used to bridge to Akka streams in Play 2.5. I've verified it against both Tomcat and Jetty. |
Thanks a lot @jroper !! To whoever is interested, it should be much easier now to bind play and a servlet container. |
play2war currently does not support play 2.5.
The text was updated successfully, but these errors were encountered: