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

   Fixes #37406 .
   
   Changes proposed in this pull request:
     - Fix nativeTest under GraalVM Native Image with clickhouse-server 
`25.12`. This is the successor to 
https://github.com/apache/shardingsphere/pull/37421, except that it was 
previously waiting to be merged with 
https://github.com/ClickHouse/clickhouse-java/pull/2679 .
     - Fix some edge cases related to GraalVM CE for JDK 24 in 
https://github.com/apache/shardingsphere/actions/runs/20338203091/job/58430577208
 .
       - Bump mvnw to fix the warning log involved in 
https://github.com/apache/maven/pull/11003 . 
       - Bump lombok to ensure it is indeed not affected by 
https://github.com/projectlombok/lombok/issues/3852, even though the original 
issue was closed without being properly fixed.
       - Bump  Firebird JDBC driver used by nativeTest to ensure that 
https://github.com/FirebirdSQL/jaybird/issues/855 and 
https://github.com/oracle/graalvm-reachability-metadata/blob/0.3.32/metadata/net.java.dev.jna/jna/index.json
 match .
   
   ---
   
   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.
   - [x] I have (or in comment I request) added corresponding labels for the 
pull request.
   - [x] I have passed maven check locally : `./mvnw clean install -B -T1C 
-Dmaven.javadoc.skip -Dmaven.jacoco.skip -e`.
   - [x] I have made corresponding changes to the documentation.
   - [x] I have added corresponding unit tests for my changes.
   - [ ] I have updated the Release Notes of the current development version. 
For more details, see [Update Release 
Note](https://shardingsphere.apache.org/community/en/involved/contribute/contributor/)
   


-- 
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