mjustin

Results 17 issues of mjustin
trafficstars

PUT requests for nested MongoDB objects with an exposed "id" field update other fields in the nested objects, but not the "id" field. This is true for lists of nested...

status: feedback-provided

I am working with a Spring Boot/Spring Data MongoDB project that exposes its repositories via Spring Data REST. One of the model classes has a polymorphic field that may be...

status: waiting-for-triage

**Is your feature request related to a problem? Please describe.** Every so often, I have a desire to de/serialize the same object differently in different contexts. This can be accomplished...

I have an API that is read by an existing client, and I would like to rename a field on the API. I want to serialize the value under both...

3.x

I have some code that performs some work in sequence, then performs several additional operations, and then performs some more work in sequence. I want the additional operations to happen...

When `DevServerStart.scala` detects that `InetAddress.getLocalHost` takes longer than 1 second to resolve, a warning is logged: > WARNING: Retrieving local host name ${address} took more than ${startupWarningThreshold}ms, this can create...

When creating a mapper with multiple source parameters, it would be helpful if there was a way to specify a property default when one of the source parameters is null....

enhancement
up-for-grabs