ankitshokeen opened a new pull request, #613: URL: https://github.com/apache/dubbo-spi-extensions/pull/613
## What is the purpose of the change Fix JDK 17 compatibility issues in `dubbo-spi-extensions` by removing the unused `dubbo-build-tools:1.0.0` dependency, which was missing from Maven Central and causing build failures. ## Brief changelog - Removed the `dubbo-build-tools:1.0.0` dependency from `pom.xml`. - Ensured successful build and test execution with JDK 17. ## Verifying this change - Ran `mvn clean install -U` ✅ - Verified all tests pass using `mvn test` ✅ - Successfully built and tested on JDK 17 ✅ ## Checklist: - [x] Make sure there is a [GITHUB_issue](https://github.com/apache/dubbo/issues) field for the change. This PR resolves **Issue #13868**. - [x] Format the pull request title like `[Dubbo-13868] Fix JDK 17 Compatibility Issues`. - [x] Provide a detailed pull request description explaining what the change does and why. - [x] Ensured all tests pass (`mvn clean install` & `mvn test`). - [ ] No new unit tests were needed as this change only affects dependency management. -- 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]
