Skip to content

Releases: officiallysingh/spring-boot-problem-handler

1.10.6

17 Mar 10:36

Choose a tag to compare

  • New Security advices added for BadCredentialsException and UsernameNotFoundException
  • AuthenticationAdviceTrait renamed to AuthenticationExceptionAdviceTrait
  • AccessDeniedAdviceTrait renamed to AccessDeniedExceptionAdviceTrait

1.10.4

20 Jan 11:00
23fb2c9

Choose a tag to compare

  • 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

01 Jan 05:52

Choose a tag to compare

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

20 Apr 06:38

Choose a tag to compare

  1. Internationalization (i18n) issue fixed
  2. Dependencies versions upgaded to latest
  3. Security exception handlers code and tile externalization issues fixed

1.9.2

14 Apr 07:56

Choose a tag to compare

i18n support added

1.9.1

10 Jan 06:40

Choose a tag to compare

HandlerExceptionResolver bean Qualifier bug fixed in WebSecurityExceptionHandler.java

1.9

26 Sep 10:31

Choose a tag to compare

1.9
  • Downgraded java version from java 21 to java 17
  • Upgraded Spring boot and Spring cloud version

1.8

29 Apr 07:14

Choose a tag to compare

1.8
  • ApplicationProblem and ApplicationException message set using arguments, earlier it was null, to log into stacktraces
  • Dependencies versions upgraded to latest

1.7

29 Dec 13:45

Choose a tag to compare

1.7
  • Library versions updated
  • Throwable exception handler status configuration bu fixed

1.6

22 Dec 07:12

Choose a tag to compare

1.6
  • Spring boot version upgraded to 3.2.0
  • DuplicateKeyException handler bug in webflux fixed