Skip to content

Releases: officiallysingh/spring-boot-problem-handler

1.9.3

20 Apr 06:38
Compare
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
Compare
Choose a tag to compare

i18n support added

1.9.1

10 Jan 06:40
Compare
Choose a tag to compare

HandlerExceptionResolver bean Qualifier bug fixed in WebSecurityExceptionHandler.java

1.9

26 Sep 10:31
Compare
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
Compare
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
Compare
Choose a tag to compare
1.7
  • Library versions updated
  • Throwable exception handler status configuration bu fixed

1.6

22 Dec 07:12
Compare
Choose a tag to compare
1.6
  • Spring boot version upgraded to 3.2.0
  • DuplicateKeyException handler bug in webflux fixed

1.5

31 Oct 17:20
9ebf422
Compare
Choose a tag to compare
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

24 Sep 05:22
Compare
Choose a tag to compare
1.4

maven formatter applied. All Configuration files made public to allow them to be configurable for example in unit tests

1.3

22 Sep 15:32
Compare
Choose a tag to compare
1.3

Default messages bug fix