Skip to content

[SELC-8117] Upgrade to Spring Boot 3.3.0#322

Open
gaetano-miglionico wants to merge 13 commits intomainfrom
feature/SELC-8117
Open

[SELC-8117] Upgrade to Spring Boot 3.3.0#322
gaetano-miglionico wants to merge 13 commits intomainfrom
feature/SELC-8117

Conversation

@gaetano-miglionico
Copy link
Contributor

@gaetano-miglionico gaetano-miglionico commented Feb 13, 2026

List of Changes

  • Updated the starter POM to 0.3.2 and selfcare-commons to 2.9.3 to support Spring Boot 3.3.0
  • Replaced Springfox with Springdoc
  • Migrated from Springfox to Springdoc using a custom SwaggerConfig to mitigate differences in the generated OpenAPI
  • Replaced Swagger annotations with those from io.swagger.v3.oas.annotations
  • Replaced javax annotations with jakarta equivalents
  • Updated testcontainers version
  • Replaced Problem with ProblemDetails in UserGroupExceptionHandler
  • Moved EnableMongoAuditing closer to the SpringBootApplication annotated class
  • Fixed test removing trailing slash: Spring Boot 3 resolves the trailing slash as a request to a static resource
  • Excluded globalApiCustomizer bean in SwaggerConfig

Motivation and Context

Support for Spring Boot 2 has ended; an upgrade to Spring Boot 3 is required.

How Has This Been Tested?

  • Local tests
  • Unit tests
  • Integration tests

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants