- Run via Gradle run task
-
👍 - Worked
curl --location --request POST 'http://localhost:8080/api/ok' \ --header 'Content-Type: application/json' \ --data-raw '{ "payload" : { "someString" : "test" } }'
-
💣 - Watch it die
curl --location --request POST 'http://localhost:8080/api/fail' \ --header 'Content-Type: application/json' \ --data-raw '{ "nested" : { "payload" : { } } }'
org.sdase.commons.server.jackson.errors.JerseyValidationExceptionMapper
seems to die at Line 114 trying
to instantiate a new Type-Object of null 😥