diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 05d7709da07ff..b9a786e4e06ca 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -13,7 +13,7 @@ ### Bug Fixes -1. Alleviate connection leaks caused by Seata Client throwing exceptions - [#34463](https://github.com/apache/shardingsphere/pull/34463) +1. JDBC: Alleviate connection leaks caused by Seata Client throwing exceptions - [#34463](https://github.com/apache/shardingsphere/pull/34463) ### Change Logs diff --git a/distribution/proxy/src/main/release-docs/LICENSE b/distribution/proxy/src/main/release-docs/LICENSE index daecaf32065fc..d6e0c48ceabf7 100644 --- a/distribution/proxy/src/main/release-docs/LICENSE +++ b/distribution/proxy/src/main/release-docs/LICENSE @@ -304,8 +304,8 @@ The text of each license is the standard Apache 2.0 license. transmittable-thread-local 2.14.2: https://github.com/alibaba/transmittable-thread-local, Apache 2.0 uzaygezen-core 0.2: https://code.google.com/p/uzaygezen, Apache 2.0 woodstox-core 6.5.1: https://github.com/FasterXML/woodstox, Apache 2.0 - zookeeper 3.9.2: https://github.com/apache/zookeeper, Apache 2.0 - zookeeper-jute 3.9.2: https://github.com/apache/zookeeper, Apache 2.0 + zookeeper 3.9.3: https://github.com/apache/zookeeper, Apache 2.0 + zookeeper-jute 3.9.3: https://github.com/apache/zookeeper, Apache 2.0 java-util 2.4.0: https://github.com/jdereg/java-util, Apache 2.0 ======================================================================== diff --git a/infra/reachability-metadata/src/main/resources/META-INF/native-image/org.apache.shardingsphere/generated-reachability-metadata/reflect-config.json b/infra/reachability-metadata/src/main/resources/META-INF/native-image/org.apache.shardingsphere/generated-reachability-metadata/reflect-config.json index b1cf68d5f3022..5ea99760f5590 100644 --- a/infra/reachability-metadata/src/main/resources/META-INF/native-image/org.apache.shardingsphere/generated-reachability-metadata/reflect-config.json +++ b/infra/reachability-metadata/src/main/resources/META-INF/native-image/org.apache.shardingsphere/generated-reachability-metadata/reflect-config.json @@ -749,6 +749,11 @@ "queryAllPublicConstructors":true, "methods":[{"name":"","parameterTypes":[] }, {"name":"add","parameterTypes":["long"] }, {"name":"sum","parameterTypes":[] }] }, +{ + "condition":{"typeReachable":"org.apache.shardingsphere.proxy.frontend.command.CommandExecutorTask"}, + "name":"java.util.concurrent.atomic.Striped64$Cell", + "fields":[{"name":"value"}] +}, { "condition":{"typeReachable":"org.apache.shardingsphere.infra.expr.groovy.GroovyInlineExpressionParser"}, "name":"java.util.function.DoubleFunction", diff --git a/infra/reachability-metadata/src/main/resources/META-INF/native-image/org.apache.shardingsphere/generated-reachability-metadata/resource-config.json b/infra/reachability-metadata/src/main/resources/META-INF/native-image/org.apache.shardingsphere/generated-reachability-metadata/resource-config.json index cafe6cc36e5df..90fc000ab6f76 100644 --- a/infra/reachability-metadata/src/main/resources/META-INF/native-image/org.apache.shardingsphere/generated-reachability-metadata/resource-config.json +++ b/infra/reachability-metadata/src/main/resources/META-INF/native-image/org.apache.shardingsphere/generated-reachability-metadata/resource-config.json @@ -329,7 +329,7 @@ "pattern":"\\QMETA-INF/services/org.apache.shardingsphere.mode.deliver.DeliverEventSubscriber\\E" }, { "condition":{"typeReachable":"org.apache.shardingsphere.proxy.initializer.BootstrapInitializer"}, - "pattern":"\\QMETA-INF/services/org.apache.shardingsphere.mode.manager.ContextManagerBuilder\\E" + "pattern":"\\QMETA-INF/services/org.apache.shardingsphere.mode.manager.builder.ContextManagerBuilder\\E" }, { "condition":{"typeReachable":"org.apache.shardingsphere.proxy.initializer.BootstrapInitializer"}, "pattern":"\\QMETA-INF/services/org.apache.shardingsphere.mode.manager.listener.ContextManagerLifecycleListener\\E" diff --git a/pom.xml b/pom.xml index 47dfbde8720d5..7d428357917d3 100644 --- a/pom.xml +++ b/pom.xml @@ -103,7 +103,7 @@ 1.78.1 5.7.0 - 3.9.2 + 3.9.3 0.12.0 0.7.7 4.5.1 diff --git a/test/native/pom.xml b/test/native/pom.xml index 653c4d152aa18..638adc4233b21 100644 --- a/test/native/pom.xml +++ b/test/native/pom.xml @@ -123,6 +123,11 @@ org.apache.commons commons-pool2 + + + org.springframework + spring-webmvc + @@ -232,6 +237,13 @@ jetcd-test ${jetcd.version} test + + + + org.apache.commons + commons-compress + +