Skip to content

Commit fd1f4fe

Browse files
authored
Support for ShardingSphere 5.0.0 (#98)
* Update ShardingSphere to 5.0.0 * Change docs
1 parent 592fe29 commit fd1f4fe

File tree

45 files changed

+275
-278
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+275
-278
lines changed

.github/workflows/plugins-test.2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- shardingsphere-3.x-scenario
6868
- shardingsphere-4.0.x-scenario
6969
- shardingsphere-4.x-scenario
70-
- shardingsphere-5.0.0-beta-scenario
70+
- shardingsphere-5.0.0-scenario
7171
- sofarpc-scenario
7272
- solrj-7.x-scenario
7373
- spring-3.0.x-scenario

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Release Notes.
2525
* Migrate base images to Temurin and add images for ARM.
2626
* (Plugin Test) Fix compiling issues in many plugin tests due to they didn't lock the Spring version, and Spring 3 is
2727
incompatible with 2.x APIs and JDK8 compiling.
28+
* Support ShardingSphere 5.0.0
2829

2930
#### Documentation
3031

apm-sniffer/apm-sdk-plugin/shardingsphere-plugins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<module>sharding-sphere-3.x-plugin</module>
3232
<module>sharding-sphere-4.0.x-plugin</module>
3333
<module>sharding-sphere-4.1.0-plugin</module>
34-
<module>shardingsphere-5.0.0-beta-plugin</module>
34+
<module>sharding-sphere-5.0.0-plugin</module>
3535
</modules>
3636

3737
<properties>

apm-sniffer/apm-sdk-plugin/shardingsphere-plugins/shardingsphere-5.0.0-beta-plugin/pom.xml renamed to apm-sniffer/apm-sdk-plugin/shardingsphere-plugins/sharding-sphere-5.0.0-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

28-
<artifactId>apm-shardingsphere-5.0.0-beta-plugin</artifactId>
28+
<artifactId>apm-shardingsphere-5.0.0-plugin</artifactId>
2929
<packaging>jar</packaging>
3030

31-
<name>shardingsphere-5.0.0-beta-plugin</name>
31+
<name>sharding-sphere-5.0.0-plugin</name>
3232
<url>http://maven.apache.org</url>
3333

3434
<properties>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
36-
<shardingsphere.version>5.0.0-beta</shardingsphere.version>
36+
<shardingsphere.version>5.0.0</shardingsphere.version>
3737
</properties>
3838

3939
<dependencies>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
*/
1818

19-
package org.apache.skywalking.apm.plugin.shardingsphere.v500beta;
19+
package org.apache.skywalking.apm.plugin.shardingsphere.v500;
2020

2121
public final class Constant {
2222

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
*/
1818

19-
package org.apache.skywalking.apm.plugin.shardingsphere.v500beta;
19+
package org.apache.skywalking.apm.plugin.shardingsphere.v500;
2020

2121
import org.apache.shardingsphere.infra.executor.kernel.model.ExecutorDataMap;
2222
import org.apache.skywalking.apm.agent.core.context.ContextManager;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
*/
1818

19-
package org.apache.skywalking.apm.plugin.shardingsphere.v500beta;
19+
package org.apache.skywalking.apm.plugin.shardingsphere.v500;
2020

2121
import org.apache.shardingsphere.infra.executor.kernel.model.ExecutorDataMap;
2222
import org.apache.skywalking.apm.agent.core.context.ContextManager;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
*/
1818

19-
package org.apache.skywalking.apm.plugin.shardingsphere.v500beta;
19+
package org.apache.skywalking.apm.plugin.shardingsphere.v500;
2020

2121
import org.apache.skywalking.apm.agent.core.context.ContextManager;
2222
import org.apache.skywalking.apm.agent.core.context.tag.Tags;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
*/
1818

19-
package org.apache.skywalking.apm.plugin.shardingsphere.v500beta;
19+
package org.apache.skywalking.apm.plugin.shardingsphere.v500;
2020

2121
import org.apache.shardingsphere.infra.executor.kernel.model.ExecutorDataMap;
2222
import org.apache.skywalking.apm.agent.core.context.ContextManager;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
*/
1818

19-
package org.apache.skywalking.apm.plugin.shardingsphere.v500beta;
19+
package org.apache.skywalking.apm.plugin.shardingsphere.v500;
2020

2121
import org.apache.skywalking.apm.agent.core.context.ContextManager;
2222
import org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.EnhancedInstance;

0 commit comments

Comments
 (0)