Matthias Kurz

Results 1122 comments of Matthias Kurz

At least the pr is green now. I will convert it to a draft pull request. We can wait to merge it at the very end, after Play has a...

The problem is a lot of people support dropping Java 8 in Play, see https://github.com/playframework/playframework/issues/11078 > I would rather cut the dependencies (not many) that would be broken. This is...

It's not always so easy. If we want to support newer Java versions, we probably just have to drop older ones. For example have a look at https://github.com/playframework/play-doc/pull/155: It is...

Plus: You can still keep using Play 2.8.x, we will support it for a while (probably like 6-12 month when Play 2.9 is released. That should give people even more...

@adrianhurt Beta 3 is out, will you work on this?

@adrianhurt Will you continue to maintain play-bootstrap?

So I had another look at this pull request and there a some things that to change: - First, you should put all the config keys you introduce into [this...

@joesan Actually there is a way to send ping from Play framework. I want to update the websockets examples in https://github.com/playframework/play-samples to demstrate how that works.

I implemented a patch to finally make this a reality: #11521 I am planning to release that in Play 2.8.19.

This has been no been fixed in #11521 and will make its way into Play 2.8.19. Please have a look at the docs I added in that PR (also see...