Releases: officiallysingh/spring-boot-problem-handler
Releases · officiallysingh/spring-boot-problem-handler
1.9.3
1.9.2
i18n support added
1.9.1
HandlerExceptionResolver bean Qualifier bug fixed in WebSecurityExceptionHandler.java
1.9
- Downgraded java version from java 21 to java 17
- Upgraded Spring boot and Spring cloud version
1.8
- ApplicationProblem and ApplicationException message set using arguments, earlier it was null, to log into stacktraces
- Dependencies versions upgraded to latest
1.7
- Library versions updated
- Throwable exception handler status configuration bu fixed
1.6
- Spring boot version upgraded to 3.2.0
- DuplicateKeyException handler bug in webflux fixed
1.5
- Bug fixes
- Spring bean dependencies removed from Core exception classes and Problem factory classes
- Braking changes in Problems.java class, package name changed and method signatures changed
- Documentation updated with Testing support and example error responses
1.4
maven formatter applied. All Configuration files made public to allow them to be configurable for example in unit tests
1.3
Default messages bug fix