Skip to content

Commit

Permalink
Merge branch 'master-rob' into FOCONIS-string-length-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
rPraml committed Feb 23, 2024
2 parents df7b048 + 77634fc commit 574876b
Show file tree
Hide file tree
Showing 1,747 changed files with 16,447 additions and 8,176 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/multi-jdk-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java_version: [11, 17]
java_version: [11, 17, 21]
os: [ubuntu-latest]

steps:
Expand All @@ -34,6 +34,8 @@ jobs:
path:
~/.m2
key: build-${{ env.cache-name }}
- name: Maven version
run: mvn --version
- name: Build with Maven
run: mvn package

13 changes: 7 additions & 6 deletions composites/ebean-clickhouse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>composites</artifactId>
<artifactId>ebean-parent</artifactId>
<groupId>io.ebean</groupId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
<relativePath>../..</relativePath>
</parent>

<name>ebean-clickhouse</name>
Expand All @@ -16,13 +17,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-api</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-core</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

<dependency>
Expand All @@ -41,13 +42,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-querybean</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-platform-clickhouse</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

</dependencies>
Expand Down
13 changes: 7 additions & 6 deletions composites/ebean-cockroach/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>composites</artifactId>
<artifactId>ebean-parent</artifactId>
<groupId>io.ebean</groupId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
<relativePath>../..</relativePath>
</parent>

<name>ebean-cockroach</name>
Expand All @@ -16,13 +17,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-api</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-core</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

<dependency>
Expand All @@ -41,13 +42,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-querybean</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-platform-postgres</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

</dependencies>
Expand Down
13 changes: 7 additions & 6 deletions composites/ebean-db2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>composites</artifactId>
<artifactId>ebean-parent</artifactId>
<groupId>io.ebean</groupId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
<relativePath>../..</relativePath>
</parent>

<name>ebean-db2</name>
Expand All @@ -16,13 +17,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-api</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-core</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

<dependency>
Expand All @@ -41,13 +42,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-querybean</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-platform-db2</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

</dependencies>
Expand Down
13 changes: 7 additions & 6 deletions composites/ebean-h2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>composites</artifactId>
<artifactId>ebean-parent</artifactId>
<groupId>io.ebean</groupId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
<relativePath>../..</relativePath>
</parent>

<name>ebean-h2</name>
Expand All @@ -16,13 +17,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-api</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-core</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

<dependency>
Expand All @@ -41,13 +42,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-querybean</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-platform-h2</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

</dependencies>
Expand Down
13 changes: 7 additions & 6 deletions composites/ebean-hana/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>composites</artifactId>
<artifactId>ebean-parent</artifactId>
<groupId>io.ebean</groupId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
<relativePath>../..</relativePath>
</parent>

<name>ebean-hana</name>
Expand All @@ -16,13 +17,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-api</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-core</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

<dependency>
Expand All @@ -41,13 +42,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-querybean</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-platform-hana</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

</dependencies>
Expand Down
13 changes: 7 additions & 6 deletions composites/ebean-mariadb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>composites</artifactId>
<artifactId>ebean-parent</artifactId>
<groupId>io.ebean</groupId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
<relativePath>../..</relativePath>
</parent>

<name>ebean-mariadb</name>
Expand All @@ -16,13 +17,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-api</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-core</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

<dependency>
Expand All @@ -41,13 +42,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-querybean</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-platform-mariadb</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

</dependencies>
Expand Down
13 changes: 7 additions & 6 deletions composites/ebean-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>composites</artifactId>
<artifactId>ebean-parent</artifactId>
<groupId>io.ebean</groupId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
<relativePath>../..</relativePath>
</parent>

<name>ebean-mysql</name>
Expand All @@ -16,13 +17,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-api</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-core</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

<dependency>
Expand All @@ -41,13 +42,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-querybean</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-platform-mysql</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

</dependencies>
Expand Down
13 changes: 7 additions & 6 deletions composites/ebean-nuodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>composites</artifactId>
<artifactId>ebean-parent</artifactId>
<groupId>io.ebean</groupId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
<relativePath>../..</relativePath>
</parent>

<name>ebean-nuodb</name>
Expand All @@ -16,13 +17,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-api</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-core</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

<dependency>
Expand All @@ -41,13 +42,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-querybean</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-platform-nuodb</artifactId>
<version>13.20.1-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>

</dependencies>
Expand Down
Loading

0 comments on commit 574876b

Please sign in to comment.