--
You received this message because you are subscribed to the Google Groups "Play framework dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framework-dev+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
When I recently started introducing submodules to my project, I wanted to pull out the submodule specific configuration to a reference.conf
As there is no way to define an order in which the reference.conf files are loaded (at least I haven't found one), I failed to do this.
So a way to specify a ordering of reference.conf files would be great.. in an optimal world, the ordering would be the same as I've definedthe module dependencies in my build.sbtThe PR for providing a Context ( https://github.com/playframework/playframework/pull/6473 ) should be kind of optional.. the methods look a lotlike the ServiceCalls in Lagom and from JUG feedback, people find them very ugly.. Instead we should maybe allow people to just add the Context asa parameter to an action, kind of
public Result myActionName(Http.Context context, String someId) etc..those are the first two things I've noticed.. If more comes to my mind, I'll post again.cheers,Dominik
On Mon, Sep 12, 2016 at 4:40 AM, Greg Methvin <gr...@lightbend.com> wrote:
Hi Play devs,Over the next few months we're working to finalize the roadmap for Play 3.0. Since we'd like to make some big changes in 3.0, I want to make sure the Play developer community is aware of what we're planning and has the opportunity to comment, suggest features, and otherwise contribute to the discussion.To me, Play 3.0 is about being simpler, more modular, more consistent, and even easier to develop with than before. We want to fix some inconsistencies such as the mismatch between how requests and responses are modeled, and provide more type-safe APIs for headers and storing data on requests. We also want to remove the last bits of global state, so your application is completely self-contained. Some of these things will actually be implemented in some form for 2.6, with the goal of that being the only way in 3.0.Now I'm interested in hearing what you guys think.You can find the roadmap document here: https://docs.google.com/document/d/11sVi1-REAIDFVHvwBrfRt1uXkBzROHQYgmcZNGJtDnAIf you're a contributor to Play and would like to collaborate, please email me directly so I can give you access to comment. (Currently I'm limiting to people I know are contributors or active community members, but if you're not sure just ask.)Cheers,Greg--
--
You received this message because you are subscribed to the Google Groups "Play framework dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framework-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Play framework dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framework-dev+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

I would like to see further embrace of the Java ecosystem by taking sbt out of the required developer experience, and making Gradle a first class citizen.
I love that Play has adopted java.util.function.*, CompletionStage and other Java 8 functional programming API's.
I would like to see further embrace of the Java ecosystem by taking sbt out of the required developer experience, and making Gradle a first class citizen.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framework-dev+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Play framework dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framework-dev+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framework-dev+unsub...@googlegroups.com.
--
--
Would there be OOTB support for docker? and Google Cloud? I'm hoping with version 3, it will be a lot easier to deploy to PAAS.
Play already has built-in support for building Docker images :-) See here: http://www.scala-sbt.org/sbt-native-packager/formats/docker.html
On Sat, Oct 8, 2016 at 9:45 AM, raunak <rauna...@gmail.com> wrote:
Would there be OOTB support for docker? and Google Cloud? I'm hoping with version 3, it will be a lot easier to deploy to PAAS.
--
You received this message because you are subscribed to the Google Groups "Play framework dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framework-dev+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Play framework dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framework-dev+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Gradle does have some support for Play: https://docs.gradle.org/current/userguide/play_plugin.htmlIt would be nice to refactor as much common functionality for application reloading as possible into a library that can be used by SBT, Gradle, and Maven
since it looks like Maven support is also on the roadmap. This is something I started trying to do earlier by renaming sbt-link to build-link, but I think that we can go further.-Ben
On Mon, Sep 12, 2016 at 10:05 AM, Edgar Twigg <edgar...@gmail.com> wrote:
I love that Play has adopted java.util.function.*, CompletionStage and other Java 8 functional programming API's.
I would like to see further embrace of the Java ecosystem by taking sbt out of the required developer experience, and making Gradle a first class citizen.
--
You received this message because you are subscribed to the Google Groups "Play framework dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framework-...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Play framework dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framework-...@googlegroups.com.