linghengqian opened a new pull request, #21552:
URL: https://github.com/apache/shardingsphere/pull/21552

   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 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 jetcd, if we had to exclude Guava, that would break a 
bunch of weird behavior of `io.etcd:jetcd-grpc:0.7.3`. I have some ideas at 
https://github.com/etcd-io/jetcd/issues/1091 but haven't started working on 
that issue yet.
     - Handle most deprecated methods.
   
   ---
   
   Before committing this PR, I'm sure that I have checked the following 
options:
   - [ ] My code follows the [code of 
conduct](https://shardingsphere.apache.org/community/en/involved/conduct/code/) 
of this project.
   - [ ] I have self-reviewed the commit code.
   - [ ] I have (or in comment I request) added corresponding labels for the 
pull request.
   - [ ] I have passed maven check locally : `mvn clean install -B -T2C 
-DskipTests -Dmaven.javadoc.skip=true -e`.
   - [ ] I have made corresponding changes to the documentation.
   - [ ] 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]

Reply via email to