Andrei Arlou

Results 53 comments of Andrei Arlou

Can it be reviewed for 2.6.20? Please :) I need one approve.

@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: ![Снимок экрана...

@mkurz Thank you for your response. The helper can help, but our main idea is "Use our domain objects in the signatures of our methods of controllers without additional helpers,...

@mkurz Can you give me some starting point for my research? Some classes, documentation and etc... Play Framework [has similar approach](https://www.playframework.com/documentation/2.8.x/RequestBinders), 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...