Matthias Kurz

Results 1121 comments of Matthias Kurz

Caffeine cache test was flaky... Restarting.

Summarizing the discussions we had about this feature: We do not want to pass `null` as request body when a user opts into deferred body parsing. Therefore we have to...

Because I was not sure if storing a lambda (which captures the source) into a request attribute within the server backend (and carrying that object through) effects performance somehow, I...

@bbatarelo My goal is to finish this pull request before Play 2.9 will be released. Also for me this feature is very useful. It is very high up on my...

@bbatarelo Good to hear others have the same thoughts and requirements like I do :wink: I definitely will push forward this pull request to include it into 2.9. What do...

@bbatarelo No it's not cumbersome at all. You will just have to change the Play version to something like `2.8.2-DBP` (for **D**eferred **B**ody **P**arsing) and you will have to add...

@bbatarelo It's done. I created a custom `2.8.2-DBP` release. It's just the latest [Play 2.8.2 release](https://github.com/playframework/playframework/releases/tag/2.8.2) (commit bc1badd) + this pull request here backported: https://github.com/mkurz/playframework/commits/2.8.x-DBP What you have to do...

Dirty note to myself (cleaning up local git repo ;), TODO: * java version of LazyBody * in the request object other methods still missing (where withBody() is)... (~not sure...