linghengqian opened a new pull request, #21571:
URL: https://github.com/apache/shardingsphere/pull/21571
For #21347.
Changes proposed in this pull request:
- Introduce `junit-vintage-engine` to support unit testing inside GraalVM
Native Image. Reference https://github.com/graalvm/native-build-tools/issues/53
.
- Update HikariCP to the highest possible version to better match the
graalvm reachability metadata at
https://github.com/oracle/graalvm-reachability-metadata/tree/master/metadata/com.zaxxer/HikariCP/5.0.1
.
- Update netty to 4.1.84 to get the new automatically generate
native-image `conditional` metadata for `ChannelHandler` implementations. See
https://github.com/netty/netty/pull/12794 .
- Update logback to match graalvm reachability metadata at
https://github.com/oracle/graalvm-reachability-metadata/tree/master/metadata/ch.qos.logback/logback-classic/1.2.11
.
- Update `maven-surefire-plugin` to milestone version to automatically
handle use of `org.junit.platform:junit-platform-launcher`. Reference
https://graalvm.github.io/native-build-tools/latest/maven-plugin.html#testing-support-version-compatibility
.
- Update mockito to be in sync with the latest Junit Platform requirements
as much as possible.
- Update most of the dependencies to get
https://github.com/oracle/graalvm-reachability-metadata support faster in the
future. The exception is `atomikos`, it has some changes from `5.0.8` to
`5.0.9`, but I can't see anything in its git commit log.
- Handle most deprecated methods.
- Update LICENSE.
---
Before committing this PR, I'm sure that I have checked the following
options:
- [x] My code follows the [code of
conduct](https://shardingsphere.apache.org/community/en/involved/conduct/code/)
of this project.
- [x] I have self-reviewed the commit code.
- [ ] I have (or in comment I request) added corresponding labels for the
pull request.
- [x] I have passed maven check locally : `mvn clean install -B -T2C
-DskipTests -Dmaven.javadoc.skip=true -e`.
- [x] I have made corresponding changes to the documentation.
- [x] I have added corresponding unit tests for my changes.
--
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]