Skip to content

Releases: AJGlobal-Technology/sb-global-exception-handler

Global Exception Handler - V2.0.0

25 Jan 14:25

Choose a tag to compare

Release Notes - v2.0.0
This release marks a significant milestone for the sb-global-exception-handler library, including a major framework upgrade and a full brand refactor.

🚀 Major Changes

  1. Spring Boot 3 Upgrade
    Upgraded Spring Boot version from 2.7.9 to 3.4.2.
    Upgraded Java version requirement from 8 to 17.
    Migrated internal exception handling logic to be compatible with Spring 6 / Spring Boot 3 ResponseEntityExceptionHandler signatures.
  2. Package & Brand Refactoring
    Package Name Change: Renamed all packages from com.icodetech.* to com.ajglobaltechnology.*.
    Group ID Change: Updated Maven groupId to com.ajglobaltechnology.
    Author Update: Author changed to AJ Global Technology.
    🛠️ Internal Improvements
    Updated

pom.xml
build configuration for Java 17.
Updated

spring.factories
for auto-configuration compatibility with the new package structure.
Resolved compilation issues related to @OverRide methods in GlobalExceptionHandler.
⚠️ Breaking Changes
Java 17 Required: Consumers of this library must now use Java 17 or higher.
Import Changes: All existing imports of this library must be updated from com.icodetech to com.ajglobaltechnology.
Dependency Update: Update your

pom.xml
as follows:

com.ajglobaltechnology
sb-global-exception-handler
2.0.0

Global Exception Handler - V1.0.0

12 Jan 11:29
e6a5db0

Choose a tag to compare

Release-V1.0.0

Update README.md