Andrei Arlou
Andrei Arlou
Can it be reviewed for 2.6.20? Please :) I need one approve.
@patriknw 2.6.20 milestone?
@patriknw 2.6.20 milestone?
@ignasi35 Is it still needed? I tried to do it, but I need some help. Firstly I thougt about Travis CRON job and it looks something like that: , but the approach requires : > Note: in a...
Hi @mkurz Thank you for the draft PR. I created some proof of concept of your idea [my commit in fork repository](https://github.com/playframework/playframework/commit/d19c7a6b7bcc8bf145ee3bb5a108b7e1cdcedec0) . Using `long parameterValue = (long)request.attrs().get(Router.Attrs.ROUTE_PARAMS).get(PARAMETER_NAME).get();` Generated Routes.scala...
@mkurz Thank you. Yes, I tested with my snapshot. It works as expected, but I meant little different thingh "How can I write tests? " - I meant some *Spec...
@mkurz The new approach looks cool, but I have some question. Our use case (Java): we have some Action before all controllers (some validation). It looks like that: ``` @Override...
The issue is really old. Is it worth to wait some `WithJUnit5Application extends WithApplicationBase (with the JUnit 5 annotations)` ? It will be useful for play applications. Why play 2.9.0...