Skip to content

Releases: clutcher/spring-security-exception-handler

Release v1.0.1

03 Jul 10:00
Compare
Choose a tag to compare

Changelog

🐛 Fixes

  • 7809399 do not fail spring context creation when SpringSecurityExceptionHandler are not provided

🛠 Build

  • 8868a72 increase version 1.0.1
  • 1809c0d switch on convention-commits changelog format
  • b3243c3 update jreleaser version

Contributors

We'd like to thank the following people for their contributions:
Igor Zarvanskyi

Release v1.0.0

02 Jul 22:17
Compare
Choose a tag to compare

Changelog

8d03e41 chore: fix urls in pom for maven central
3ef39d2 chore: add project description for maven central
15929ce Merge pull request #1 from kirill-pyatunin/169597
ad62d45 chore: add readme
0451cd3 fix: allow manual injection of handler beans
b81bf3b refactor: refactor behavior configuration for better integration with spring
26f861c feat: add initial implementation for spring-security-exception-handler
847a0ce Initial commit