This is an automated email from the ASF dual-hosted git repository.
liuhongyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new 58bbbbdbd8 feat: remove shenyu-infra-x-module (#6216)
58bbbbdbd8 is described below
commit 58bbbbdbd8b526894ca2b9724b02b2fdd77e7bbd
Author: shown <[email protected]>
AuthorDate: Wed Nov 5 10:03:05 2025 +0800
feat: remove shenyu-infra-x-module (#6216)
* feat: impl shenyu-infra-x-module
Signed-off-by: yuluo-yx <[email protected]>
* feat: remove x module
Signed-off-by: yuluo-yx <[email protected]>
* Fix XML formatting in pom.xml
---------
Signed-off-by: yuluo-yx <[email protected]>
Co-authored-by: aias00 <[email protected]>
---
shenyu-infra/pom.xml | 1 -
shenyu-infra/shenyu-infra-x-module/pom.xml | 27 ----------------------
.../java/org/apache/shenyu/infra/x/XConfig.java | 21 -----------------
.../java/org/apache/shenyu/infra/x/XTests.java | 21 -----------------
4 files changed, 70 deletions(-)
diff --git a/shenyu-infra/pom.xml b/shenyu-infra/pom.xml
index 930135cde5..e6c93c3635 100644
--- a/shenyu-infra/pom.xml
+++ b/shenyu-infra/pom.xml
@@ -30,7 +30,6 @@
<module>shenyu-infra-etcd</module>
<module>shenyu-infra-nacos</module>
<module>shenyu-infra-redis</module>
- <module>shenyu-infra-x-module</module>
<module>shenyu-infra-zookeeper</module>
</modules>
diff --git a/shenyu-infra/shenyu-infra-x-module/pom.xml
b/shenyu-infra/shenyu-infra-x-module/pom.xml
deleted file mode 100644
index 453677a032..0000000000
--- a/shenyu-infra/shenyu-infra-x-module/pom.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- ~ Licensed to the Apache Software Foundation (ASF) under one or more
- ~ contributor license agreements. See the NOTICE file distributed with
- ~ this work for additional information regarding copyright ownership.
- ~ The ASF licenses this file to You under the Apache License, Version 2.0
- ~ (the "License"); you may not use this file except in compliance with
- ~ the License. You may obtain a copy of the License at
- ~
- ~ http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distributed under the License is distributed on an "AS IS" BASIS,
- ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ~ See the License for the specific language governing permissions and
- ~ limitations under the License.
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <parent>
- <groupId>org.apache.shenyu</groupId>
- <artifactId>shenyu-infra</artifactId>
- <version>2.7.0.3-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>shenyu-infra-x-module</artifactId>
-</project>
diff --git
a/shenyu-infra/shenyu-infra-x-module/src/main/java/org/apache/shenyu/infra/x/XConfig.java
b/shenyu-infra/shenyu-infra-x-module/src/main/java/org/apache/shenyu/infra/x/XConfig.java
deleted file mode 100644
index 8e536965f8..0000000000
---
a/shenyu-infra/shenyu-infra-x-module/src/main/java/org/apache/shenyu/infra/x/XConfig.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package org.apache.shenyu.infra.x;
-
-public class XConfig {
-}
diff --git
a/shenyu-infra/shenyu-infra-x-module/src/test/java/org/apache/shenyu/infra/x/XTests.java
b/shenyu-infra/shenyu-infra-x-module/src/test/java/org/apache/shenyu/infra/x/XTests.java
deleted file mode 100644
index eb0085b343..0000000000
---
a/shenyu-infra/shenyu-infra-x-module/src/test/java/org/apache/shenyu/infra/x/XTests.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package org.apache.shenyu.infra.x;
-
-public class XTests {
-}