Releases: officiallysingh/spring-boot-problem-handler
Releases · officiallysingh/spring-boot-problem-handler
1.10.6
1.10.4
- MongoDB contraint resolver was not getting registered due to property path change from spring.data.mongodb to spring.mongodb which was not updated in code while upgrading to spring boot 4. This bug is fixed now.
- Trace Id support is added, defualt implementation uses Micrometer Tracer, which can be overridden
- AI Generated Java Docs added in all classes
1.10.0
Upgraded
- Spring boot to version 4.0.1
- Jackson 3.x and updated ProblemModule to Jackson 3
- Other dependencies to their latest versions
1.9.3
- Internationalization (i18n) issue fixed
- Dependencies versions upgaded to latest
- Security exception handlers code and tile externalization issues fixed
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