linghengqian opened a new pull request, #38682:
URL: https://github.com/apache/shardingsphere/pull/38682
For #29052 .
Changes proposed in this pull request:
- Support building Proxy Native via GraalVM CE for JDK 25. These are the
key steps for using
https://github.com/graalvm/native-build-tools/releases/tag/1.0.0 .
- Fixes `org.apache.commons:commons-compress` dependency conflict with
`org.apache.shardingsphere:shardingsphere-test-native`. This is related to
https://github.com/ClickHouse/clickhouse-java/pull/2696 .
- Fixes a bug where
`org.apache.shardingsphere.test.natived.jdbc.modes.cluster.ZookeeperTest` would
still make requests to the ZooKeeper server via the ContextManager after the
ZooKeeper server was shut down. This was actually an effect of a recent change
introduced in the ShardingSphere master branch, which now attempts to access
the ZooKeeper server when the ContextManager is shut down.
- Increase the timeout for detecting the ShardingSphere proxy in
nativetest to 5 minutes. Also see
https://github.com/netty/netty/wiki/Java-24-and-sun.misc.Unsafe . Netty no
longer utilizes `Unsafe` on JDK 25; consequently, ShardingSphere Proxy has
slowed down, exposing issues that had previously gone unnoticed. Also see
https://github.com/apache/shardingsphere/issues/38664 .
---
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]