-
Modify
ErrorMessageRestExceptionHandler
to log missing message on the DEBUG level instead of INFO. -
Inherit versions of dependencies from Spring’s platform-bom.
-
Deploy snapshots to JFrog OSS repository.
-
Include fields from
ErrorMessage
inValidationErrorMessage#toString()
. -
Get locale from
LocaleContextHolder
instead ofHttpServletRequest
(thanks to @lukasz-kusek). [#7]
-
Fix error when deserializing
ErrorMessage
from JSON using Jackson 2 due to multiple setters for the status property (thanks to @lukasniemeier-zalando). [#6]
-
Modify
ErrorMessageRestExceptionHandler
to log missing message on the level INFO instead of WARN. [#3] -
Fix compile error when Jackson 2 is not on the classpath.
-
Fix problem with missing
MappingJacksonHttpMessageConverter
on Spring 4.1.0 and greater.
-
Add exception handler for
ConstraintViolationException
from the Bean Validation (JSR 303/349). -
Fix message key of detail for
MethodArgumentNotValidException
. -
Fix content negotiation to prefer the specified default content type when client doesn’t provide the Accept header. [#2]
-
Improve integration tests.