lapidus79
lapidus79
@ignasi35 yes, for some reason the cursor does not seem to move in the same way in 1.6.5. The problem with setting the class with the custom deserializer last is...
The problem occurs in `play.utils.JsonNodeDeserializer.scala` Lagom 1.6.4 will use fasterxml JsonNodeDeserializer.java Lagom 1.6.5 will use JsonNodeDeserializer.scala I pushed a new commit to https://github.com/lapidus79/lagom-1-6-5-custom-deserializer-issue that disables the JsonNodeDeserializer.scala when starting the...
Brilliant @ignasi35! You are the GOAT 🙇♂️
Vote for this one. Everywhere else in the documentation (java flavour) wrapping events in inner classes is preferred, except in the example detailing schema evolutions. Was really confusing for me...
This is kind of important, since the audit log costs can compound quickly in cloud watch.
I encounter this in my Play tests with plays mock server. Randomly fails, I would say around 20% of the time as well with same `Exception in thread "default-workqueue-1" java.lang.NullPointerException`...
After some further investigation this seems to be more common if server is located on same host as client and also seems to occur more frequently on slower machines. It...
@ennru do > As it turns out, the underlying problem is not fixed in CXF 3.4.0. > A workaround seems to be to make sure the JVM holds on to...