play1
play1 copied to clipboard
Play framework
see https://stackoverflow.com/q/45961070/1566975 `response = WS.url(url).timeout("170s").postAsync()` seems to fail: If your WS at `url` lasts more than 60 seconds and less than 170s, then `response.onRedeem()` call back is never called, `response.isDone()`...
 why always get a null. i want get package of the class
I try to test with PowerMock with these dependencies: - org.mockito -> mockito-core 2.23.4 - org.powermock -> powermock-module-junit4 1.7.4 - org.powermock -> powermock-core 1.7.4 - org.powermock -> powermock-api-mockito2 1.7.4 and...
I found play2 application can be builded by gradle: https://docs.gradle.org/current/userguide/play_plugin.html
JPAQuery.bind .when the params is Integer , it get a long value.  while, in hibernate5 。QueryParameterBindingValidator throw an exception.  and now i can use setParameter instead。 Am I...
I use Play 1.4.5 and try to use Lombok 1.18.2
As part of the effort to support newer versions 9+ of the JDK, the method `Controller.shouldBeCheckedForEnhancement()` was recently added. The behavior is correct, but the name indicates the logical complement....
Please review the current state of: https://github.com/playframework/play1/blob/master/framework/dependencies.yml https://github.com/playframework/play1/tree/master/framework/lib I tried to get an overview and put the relevant information into a sheet. https://docs.google.com/spreadsheets/d/1DhFwZKYPBE7vD9tQfLQmpGOsYkMWtbimrbUB5P86pOg/edit?usp=sharing Maybe sort the dependencies file of Play1...
The (static) HibernateInterceptor needs to be configurable. Either through play plugin system or through injecting an own implementation of the hibernate interceptor. the latter is preferred as it will not...
I also wanted to precise the following migration notes : The shorthand method _(String className) to load a class in Groovy templates has been removed since the underscore is now...