S0ra-ai opened a new pull request, #1302:
URL: https://github.com/apache/dubbo-samples/pull/1302

   ## 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.Generated` → 
`jakarta.annotation.Generated`
   
   ## Verifying this change
   
   ```bash
   cd 
2-advanced/dubbo-samples-triple-rest/dubbo-samples-triple-rest-openapi-generator
   mvn compile -q
   ```
   
   Build passes with no errors.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to