fdimuccio / play2-sockjs

A SockJS server implementation for Play Framework.
Apache License 2.0
62 stars 11 forks source link

Add support for Play 2.9 (and afterwards in another pull request Play 3.0) #39

Closed mkurz closed 10 months ago

mkurz commented 10 months ago

Hi,

Play 2.9 got released:

This pull request adds support for it.

After this got merged, I will provide another pull request for Play 3.0 (https://www.playframework.com/documentation/latest/Highlights30).

Thanks!

fdimuccio commented 10 months ago

Hi, thank you!

mkurz commented 10 months ago

@fdimuccio thanks, can you please release version 0.9.0? Afterwards I will open the next pull request with Play 3.0 support. Thanks!

fdimuccio commented 10 months ago

You are welcome. I published 0.9.0 today, it should be already available from the central repository. Mirrors could take a bit longer.

mkurz commented 10 months ago

Thanks, I see it's here: https://repo1.maven.org/maven2/com/github/fdimuccio/play2-sockjs_2.13/

Here is the pull request for Play 3 and Scala 3 support: