-
Modify
ErrorMessageRestExceptionHandlerto 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
ErrorMessageinValidationErrorMessage#toString(). -
Get locale from
LocaleContextHolderinstead ofHttpServletRequest(thanks to @lukasz-kusek). [#7]
-
Fix error when deserializing
ErrorMessagefrom JSON using Jackson 2 due to multiple setters for the status property (thanks to @lukasniemeier-zalando). [#6]
-
Modify
ErrorMessageRestExceptionHandlerto 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
MappingJacksonHttpMessageConverteron Spring 4.1.0 and greater.
-
Add exception handler for
ConstraintViolationExceptionfrom 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.