zengbohan1 commented on issue #13862: URL: https://github.com/apache/dubbo/issues/13862#issuecomment-5421168459
Hi, I'd like to take on the remaining migration in `2-advanced/dubbo-samples-triple-rest/dubbo-samples-triple-rest-openapi-generator`. I checked the module: it is the last sample still on Spring Boot 2.7.18 (it overrides its own `spring-boot-starter-parent`), while its sibling modules under `dubbo-samples-triple-rest` are already on Spring Boot 3.2.3 via the aggregate parent BOM. Plan: 1. Align the module with Spring Boot 3.2.3 (consume the parent BOM instead of the standalone 2.7.18 starter-parent). 2. Migrate `javax.*` to `jakarta.*` where applicable, and verify the openapi-generator build still works under Boot 3. 3. Run the sample against Dubbo 3.3.x and submit a PR to apache/dubbo-samples referencing this issue. Thanks! -- 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]
