Play 2.3.10 has been released

696 views
Skip to first unread message

James Roper

unread,
Aug 3, 2015, 2:34:39 AM8/3/15
to play-framework
Play 2.3.10 has been released.  This is a bug fix release, fixing the following issues:
  • 3459 Assets controller returns 404 for directories
  • 4240 Disabled RC4 ciphers in default WS SSL configuration
  • 4432 Fix cookie max age greater than 24 days regression
  • 4719 Correctly parse content type in test helpers
For a full summary of changes, see here:


Regards,

-- 
James Roper
Software Engineer

Typesafe – Build reactive apps!
Twitter: @jroper

greenLED

unread,
Aug 3, 2015, 11:34:36 AM8/3/15
to play-fr...@googlegroups.com
It is nice to hear it, and I would like to give it a try...if I could actually DOWNLOAD it.

The download link on the website for the new release points to https://downloads.typesafe.com/typesafe-activator/1.3.5/typesafe-activator-1.3.5-minimal.zip, as does links for all the 2.3.x and 2.4.x releases. Am I missing something? Is it suposed to be this way? Where can I get the offline (~400 Mb) Play 2.3.10 distribution package?

Greetings,
Juan Carlos
--
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/CABY0rKNw628qFzbjvBC1Vd3atUi_00g7uQuM-ayKzji%3DxPRyfg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Marcos Pereira

unread,
Aug 3, 2015, 1:17:29 PM8/3/15
to play-fr...@googlegroups.com
Yep.

Activator is the tool used to create/run/build play projects. You can get the offline distribution here:


After that, you just need to upgrade the Play version in project/plugins.sbt file.

Best,

James Roper

unread,
Aug 3, 2015, 7:22:11 PM8/3/15
to play-framework
On 4 August 2015 at 02:31, greenLED <juan....@reduc.edu.cu> wrote:
It is nice to hear it, and I would like to give it a try...if I could actually DOWNLOAD it.

The download link on the website for the new release points to https://downloads.typesafe.com/typesafe-activator/1.3.5/typesafe-activator-1.3.5-minimal.zip, as does links for all the 2.3.x and 2.4.x releases.
 
 Am I missing something?

No.

Is it suposed to be this way?

Yes.

Where can I get the offline (~400 Mb) Play 2.3.10 distribution package?

There is none. Our direction with Play has been to fall in line with the JVM ecosystem in general, where all dependencies are deployed to maven central and downloaded on demand by a build tool (in this case, sbt).

The offline activator package is primarily intended for getting started, for example, for use in workshops/training courses etc.

Greetings,
Juan Carlos


El 03/08/2015 a las 1:33, James Roper escribió:
Play 2.3.10 has been released.  This is a bug fix release, fixing the following issues:
  • 3459 Assets controller returns 404 for directories
  • 4240 Disabled RC4 ciphers in default WS SSL configuration
  • 4432 Fix cookie max age greater than 24 days regression
  • 4719 Correctly parse content type in test helpers
For a full summary of changes, see here:


Regards,

-- 
James Roper
Software Engineer

Typesafe – Build reactive apps!
Twitter: @jroper
--
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/CABY0rKNw628qFzbjvBC1Vd3atUi_00g7uQuM-ayKzji%3DxPRyfg%40mail.gmail.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" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framewor...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Will Sargent

unread,
Aug 3, 2015, 8:38:54 PM8/3/15
to play-fr...@googlegroups.com
BTW, download on demand works well in an office, but not so well on a plane.  Use "offline := true" to ensure you can work offline with all your dependencies if you're without wifi.


greenLED

unread,
Aug 4, 2015, 1:05:32 PM8/4/15
to play-fr...@googlegroups.com
Got it, thanks. It sounds good, for an highly-connected development environment. But I work at home with a 56k modem (yes, they still exist :)), so on demand download is not an option in my case. Can you sugest some way to run the dependencies resolution once (at school, for example) and bing them home?

Regards

James Roper

unread,
Aug 4, 2015, 11:08:58 PM8/4/15
to play-framework
Build the project at school, copy the the contents of ~/.ivy2/cache onto a USB stick, and then copy that over your ~/.ivy2/cache directory at home.  Some resolution may still need to be done at home, which could be slow, but all the jar artifacts shouldn't need to be downloaded again.


For more options, visit https://groups.google.com/d/optout.

greenLED

unread,
Aug 5, 2015, 12:02:57 AM8/5/15
to play-fr...@googlegroups.com

Kevin Sheppard

unread,
Aug 6, 2015, 9:21:02 AM8/6/15
to play-framework
I was also curious about using earlier versions of Play with the new Activator scheme. Is it that every time I make a new project with Activator and wish to use an earlier version of Play that I have to go through all of the steps in reverse to downgrade from 2.4 to 2.3?

Kevin Sheppard

unread,
Aug 6, 2015, 9:55:55 AM8/6/15
to play-framework
NVM. For all interested in using a Play 2.3.x release with Activator, run
 
activator new [app_name] play-java-2.3

It would be nice to be able to include this template in the default list that shows up when I run the activator command

Kevin Sheppard

unread,
Aug 6, 2015, 3:42:02 PM8/6/15
to play-framework
Here's my tutorial on how to upgrade from Play 2.2 http://blog.reviselabs.com/upgrading-to-play-2-3-x/
Reply all
Reply to author
Forward
0 new messages