This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push:
new 05d950ac4 removing orphaned tests projects
05d950ac4 is described below
commit 05d950ac4d8513ac8c90dcf83a1f0c4541d7c0b3
Author: Andrus Adamchik <[email protected]>
AuthorDate: Sun Aug 16 15:04:22 2026 -0400
removing orphaned tests projects
---
.../src/test/resources/cayenne-client.xml | 5 -----
.../org/apache/cayenne/tools/cgen-dependent.map.xml | 19 -------------------
.../resources/org/apache/cayenne/tools/cgen.map.xml | 15 ---------------
.../testSupportsCatalogsOnReverseEngineering.map.xml | 6 +++---
.../test/resources/url conversion/cayenne-empty.xml | 4 ----
.../src/test/resources/url conversion/empty.map.xml | 9 ---------
6 files changed, 3 insertions(+), 55 deletions(-)
diff --git a/cayenne-maven-plugin-itest/src/test/resources/cayenne-client.xml
b/cayenne-maven-plugin-itest/src/test/resources/cayenne-client.xml
deleted file mode 100644
index 608717871..000000000
--- a/cayenne-maven-plugin-itest/src/test/resources/cayenne-client.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<domain xmlns="http://cayenne.apache.org/schema/12/domain"
- project-version="12">
- <map name="testmap-client"/>
-</domain>
diff --git
a/cayenne-maven-plugin-itest/src/test/resources/org/apache/cayenne/tools/cgen-dependent.map.xml
b/cayenne-maven-plugin-itest/src/test/resources/org/apache/cayenne/tools/cgen-dependent.map.xml
deleted file mode 100644
index b72f32067..000000000
---
a/cayenne-maven-plugin-itest/src/test/resources/org/apache/cayenne/tools/cgen-dependent.map.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<data-map xmlns="http://cayenne.apache.org/schema/9/modelMap"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://cayenne.apache.org/schema/9/modelMap
http://cayenne.apache.org/schema/9/modelMap.xsd"
- project-version="1.1">
- <property name="defaultPackage"
value="org.apache.cayenne.testdo.cgen2"/>
- <db-entity name="MYARTGROUP">
- <db-attribute name="MY_GROUP_ID" type="INTEGER"
isPrimaryKey="true" isMandatory="true"/>
- <db-attribute name="CUSTOM" type="VARCHAR" isMandatory="true"
length="100"/>
- <db-attribute name="MY_PARENT_GROUP_ID" type="INTEGER"/>
- </db-entity>
- <obj-entity name="MyArtGroup"
className="org.apache.cayenne.testdo.cgen2.MyArtGroup"
dbEntityName="MYARTGROUP">
- <obj-attribute name="custom" type="java.lang.String"
db-attribute-path="CUSTOM"/>
- </obj-entity>
- <db-relationship name="toParentArtGroup" source="MYARTGROUP"
target="ARTGROUP" toMany="false">
- <db-attribute-pair source="MY_PARENT_GROUP_ID"
target="GROUP_ID"/>
- </db-relationship>
- <obj-relationship name="toParentGroup" source="MyArtGroup"
target="ArtGroup" deleteRule="Nullify" db-relationship-path="toParentArtGroup"/>
-</data-map>
\ No newline at end of file
diff --git
a/cayenne-maven-plugin-itest/src/test/resources/org/apache/cayenne/tools/cgen.map.xml
b/cayenne-maven-plugin-itest/src/test/resources/org/apache/cayenne/tools/cgen.map.xml
deleted file mode 100644
index 56a2d925e..000000000
---
a/cayenne-maven-plugin-itest/src/test/resources/org/apache/cayenne/tools/cgen.map.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<data-map xmlns="http://cayenne.apache.org/schema/9/modelMap"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://cayenne.apache.org/schema/9/modelMap
http://cayenne.apache.org/schema/9/modelMap.xsd"
- project-version="9">
-
- <db-entity name="ARTGROUP">
- <db-attribute name="GROUP_ID" type="INTEGER"
isPrimaryKey="true" isMandatory="true"/>
- <db-attribute name="NAME" type="VARCHAR" isMandatory="true"
length="100"/>
- <db-attribute name="PARENT_GROUP_ID" type="INTEGER"/>
- </db-entity>
- <obj-entity name="ArtGroup"
className="org.apache.cayenne.testdo.testmap.ArtGroup" dbEntityName="ARTGROUP">
- <obj-attribute name="name" type="java.lang.String"
db-attribute-path="NAME"/>
- </obj-entity>
-</data-map>
diff --git
a/cayenne-maven-plugin/src/test/resources/org/apache/cayenne/tools/dbimport/testSupportsCatalogsOnReverseEngineering.map.xml
b/cayenne-maven-plugin/src/test/resources/org/apache/cayenne/tools/dbimport/testSupportsCatalogsOnReverseEngineering.map.xml
index 7eaae7471..565447f5b 100644
---
a/cayenne-maven-plugin/src/test/resources/org/apache/cayenne/tools/dbimport/testSupportsCatalogsOnReverseEngineering.map.xml
+++
b/cayenne-maven-plugin/src/test/resources/org/apache/cayenne/tools/dbimport/testSupportsCatalogsOnReverseEngineering.map.xml
@@ -17,9 +17,9 @@
specific language governing permissions and limitations
under the License.
-->
-<data-map xmlns="http://cayenne.apache.org/schema/9/modelMap"
+<data-map xmlns="http://cayenne.apache.org/schema/12/modelMap"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://cayenne.apache.org/schema/9/modelMap
http://cayenne.apache.org/schema/9/modelMap.xsd"
- project-version="9">
+ xsi:schemaLocation="http://cayenne.apache.org/schema/12/modelMap
https://cayenne.apache.org/schema/12/modelMap.xsd"
+ project-version="12">
<property name="defaultPackage" value="com.my.home"/>
</data-map>
diff --git a/cayenne/src/test/resources/url conversion/cayenne-empty.xml
b/cayenne/src/test/resources/url conversion/cayenne-empty.xml
deleted file mode 100644
index 3ee43c4ce..000000000
--- a/cayenne/src/test/resources/url conversion/cayenne-empty.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<domain project-version="9">
- <map name="empty"/>
-</domain>
diff --git a/cayenne/src/test/resources/url conversion/empty.map.xml
b/cayenne/src/test/resources/url conversion/empty.map.xml
deleted file mode 100644
index 89734f358..000000000
--- a/cayenne/src/test/resources/url conversion/empty.map.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<data-map xmlns="http://cayenne.apache.org/schema/9/modelMap"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://cayenne.apache.org/schema/9/modelMap
http://cayenne.apache.org/schema/9/modelMap.xsd"
- project-version="9">
- <db-entity name="EMPTY">
- <db-attribute name="ID" type="INTEGER" isPrimaryKey="true"
isMandatory="true"/>
- </db-entity>
-</data-map>