Raphael Nguyen
Raphael Nguyen
A little debugging showed that in `io.ebeaninternal.server.type.DefaultTypeManager.getJsonScalarType()`, `Map` type fields has some special handling that in case of `(!hasJacksonAnnotations && isMapValueTypeObject(genericType))`, `ScalarTypeJsonMap.typeFor` is used to create `ScalarType` for the field...
Thanks for the explanation, @rbygrave. That makes a lot of sense. While looking into this, I found that there are a lot of inconsistency between how a `Map` works compare...
Hi all. Can I ask if we have had any luck with this issue? Since this issue was raised, we have observed `StringSplitter` is not being triggered in more cases:...
Can I ask if there might be some progress on this? Thank you for your time.
Thank you for taking the time to investigate this issue, @mkurz, @jrudolph. I can confirm that turning off pipelining looks to have solved the issue I was experiencing both in...
Same issue here