Why not upgrade the play version first?
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framewor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/play-framework/7a9a94ee-a187-4c7a-aa5b-338a0cfa146d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Has anyone done this already? If so, which repo has them? If not, any advice for building the above?
I'd *really* like to move our app from Play 2.2.6 & Scala 2.10 to something more current. The problem we face is that many dependencies, including Play, are not available for both Scala 2.10 and Scala 2.11. That makes upgrading incredibly difficult, as massive changes ripple throughout the webapp and it would probably not compile until person-weeks of effort are expended. "Big Bang" upgrades are expensive and risky.
Thanks,
Mike
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framewor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/play-framework/5726D19C.7030707%40gmail.com.
Thanks for the link to the pull request. I cannot tell if the patch was
for Play 2.3 or Play 2.2.6, so I wonder if it will be useful to me.
Also, are there instructions for building all the jars?
Upgrading my project's dependencies to Play 2.3 and Scala 2.11 in one step is also problematic.
It would be somewhat easier to first upgrade to Scala 2.11, then upgrade Play.
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framewor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/play-framework/a3dfaa36-47ae-46c7-815b-70f593c96cf9%40googlegroups.com.
I wish the upgrade process were as simple as you describe. Upgrading my project's dependencies to Play 2.3 and Scala 2.11 in one step is also problematic. It would be somewhat easier to first upgrade to Scala 2.11, then upgrade Play.