Skip to content

fix: migrate dubbo-samples-triple-rest-openapi-generator to SpringBoot3 - #1302

Open
S0ra-ai wants to merge 1 commit into
apache:masterfrom
S0ra-ai:fix/migrate-openapi-generator-springboot3
Open

S0ra-ai wants to merge 1 commit into
apache:masterfrom
S0ra-ai:fix/migrate-openapi-generator-springboot3

Conversation

@S0ra-ai

@S0ra-ai S0ra-ai commented Sep 22, 2026

Copy link
Copy Markdown

What is the purpose of the change

Migrates the last remaining Spring Boot 2 sample (dubbo-samples-triple-rest-openapi-generator, SB 2.7.18) to Spring Boot 3, as requested in #13862.

Brief changelog

  • Upgraded spring-boot-starter-parent from 2.7.18 to 3.2.3 (matching other already-migrated samples)
  • Replaced javax.annotation-api dependency with jakarta.annotation-api
  • Updated all 6 Java source files: javax.annotation.Generatedjakarta.annotation.Generated

Verifying this change

cd 2-advanced/dubbo-samples-triple-rest/dubbo-samples-triple-rest-openapi-generator
mvn compile -q

Build passes with no errors.

- Upgrade spring-boot-starter-parent from 2.7.18 to 3.2.3
- Replace javax.annotation-api with jakarta.annotation-api
- Update all Java sources from javax.annotation.Generated to
  jakarta.annotation.Generated

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant