Skip to content

Commit

Permalink
[WFLY-19892] moves Quickstarts Maven projects to Java SE 17
Browse files Browse the repository at this point in the history
  • Loading branch information
emmartins committed Oct 28, 2024
1 parent ab1e88e commit 23cb03e
Show file tree
Hide file tree
Showing 63 changed files with 201 additions and 109 deletions.
2 changes: 2 additions & 0 deletions batch-processing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
</licenses>

<properties>
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>34.0.0.Final</version.server>
<!-- the versions for BOMs, Packs and Plugins -->
Expand Down
2 changes: 2 additions & 0 deletions bmt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
</licenses>

<properties>
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>34.0.0.Final</version.server>
<!-- the versions for BOMs, Packs and Plugins -->
Expand Down
2 changes: 2 additions & 0 deletions cmt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
</licenses>

<properties>
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>34.0.0.Final</version.server>
<!-- the versions for BOMs, Packs and Plugins -->
Expand Down
6 changes: 4 additions & 2 deletions ee-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@
</licenses>

<properties>
<!-- Version for the server -->
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>34.0.0.Final</version.server>
<!-- The versions for BOMs, Packs and Plugins -->
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
</properties>
Expand Down
4 changes: 3 additions & 1 deletion ejb-multi-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@
</licenses>

<properties>
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>34.0.0.Final</version.server>
<!-- The versions for BOMs, Dependencies and Plugins -->
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
</properties>
Expand Down
6 changes: 4 additions & 2 deletions ejb-remote/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@
</licenses>

<properties>
<!-- Version for the server -->
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>34.0.0.Final</version.server>
<!-- The versions for BOMs, Packs and Plugins -->
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
</properties>
Expand Down
4 changes: 3 additions & 1 deletion ejb-security-context-propagation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@
</licenses>

<properties>
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>34.0.0.Final</version.server>
<!-- The versions for BOMs, Dependencies and Plugins -->
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
</properties>
Expand Down
12 changes: 7 additions & 5 deletions ejb-security-programmatic-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@
</licenses>

<properties>
<!-- the version for the Server -->
<version.server>34.0.0.Final</version.server>
<!-- The versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>34.0.0.Final</version.server>
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
</properties>

<dependencyManagement>
Expand Down
4 changes: 3 additions & 1 deletion ejb-throws-exception/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@
</modules>

<properties>
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>34.0.0.Final</version.server>
<!-- The versions for BOMs, Dependencies and Plugins -->
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
</properties>
Expand Down
5 changes: 4 additions & 1 deletion ejb-timer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,11 @@
</licenses>

<properties>
<!-- The versions for BOMs, Dependencies and Plugins -->
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>34.0.0.Final</version.server>
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
</properties>
Expand Down
6 changes: 4 additions & 2 deletions ejb-txn-remote-call/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<version>8</version>
<relativePath/>
</parent>
<!-- Temp: Trigger CI -->

<artifactId>ejb-txn-remote-call-client</artifactId>
<version>35.0.0.Beta1-SNAPSHOT</version>
Expand All @@ -37,11 +36,14 @@
<description>The project is the application to be deployed on the client server to call the second server</description>

<properties>
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>34.0.0.Final</version.server>
<!-- The versions for BOMs, Packs and Plugins -->
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
<!-- the versions for other Dependencies and Plugins -->
<version.postgresql>42.7.0</version.postgresql>
</properties>

Expand Down
6 changes: 5 additions & 1 deletion ejb-txn-remote-call/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<version>8</version>
<relativePath/>
</parent>
<!-- Temp: Trigger CI -->
<artifactId>ejb-txn-remote-call</artifactId>
<version>35.0.0.Beta1-SNAPSHOT</version>
<packaging>pom</packaging>
Expand All @@ -51,6 +50,11 @@
<module>server</module>
</modules>

<properties>
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
</properties>

<repositories>
<repository>
<id>jboss-public-maven-repository</id>
Expand Down
6 changes: 3 additions & 3 deletions ejb-txn-remote-call/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<version>8</version>
<relativePath/>
</parent>
<!-- Temp: Trigger CI -->

<artifactId>ejb-txn-remote-call-server</artifactId>
<version>35.0.0.Beta1-SNAPSHOT</version>
Expand All @@ -39,10 +38,11 @@
<properties>
<!-- the version for the Server -->
<version.server>34.0.0.Final</version.server>
<!-- The versions for BOMs, Packs and Plugins -->
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.narayana>7.0.0.Final</version.narayana>
<version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
<!-- the versions for other Dependencies and Plugins -->
<version.narayana>7.0.0.Final</version.narayana>
</properties>

<repositories>
Expand Down
6 changes: 4 additions & 2 deletions ha-singleton-deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,14 @@
</licenses>

<properties>
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>34.0.0.Final</version.server>
<!-- The versions for BOMs, Packs and Plugins -->
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.pack.cloud>7.0.0.Final</version.pack.cloud>
<version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
<!-- the versions for other Dependencies and Plugins -->
<version.junit-jupiter>5.10.0</version.junit-jupiter>
</properties>

Expand Down
6 changes: 4 additions & 2 deletions ha-singleton-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,14 @@
</licenses>

<properties>
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>34.0.0.Final</version.server>
<!-- The versions for BOMs, Packs and Plugins -->
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.pack.cloud>7.0.0.Final</version.pack.cloud>
<version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
<!-- the versions for other Dependencies and Plugins -->
<version.junit-jupiter>5.10.0</version.junit-jupiter>
</properties>

Expand Down
5 changes: 4 additions & 1 deletion helloworld-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,15 @@
</licenses>

<properties>
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>34.0.0.Final</version.server>
<!-- The versions for BOMs, Packs and Plugins -->
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.pack.cloud>7.0.2.Final</version.pack.cloud>
<version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
<!-- the versions for other Dependencies and Plugins -->
<version.junit-jupiter-engine>5.10.0</version.junit-jupiter-engine>
</properties>

Expand Down
5 changes: 4 additions & 1 deletion helloworld-mdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,14 @@
</licenses>

<properties>
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>34.0.0.Final</version.server>
<!-- The versions for BOMs, Packs and Plugins -->
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
<!-- the versions for other Dependencies and Plugins -->
<version.junit-jupiter-engine>5.10.0</version.junit-jupiter-engine>
</properties>

Expand Down
3 changes: 2 additions & 1 deletion helloworld-mutual-ssl-secured/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@
</licenses>

<properties>
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>34.0.0.Final</version.server>
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.pack.cloud>7.0.0.Final</version.pack.cloud>
<version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
</properties>

Expand Down
3 changes: 2 additions & 1 deletion helloworld-mutual-ssl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@
</parent>

<properties>
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>34.0.0.Final</version.server>
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.pack.cloud>7.0.0.Final</version.pack.cloud>
<version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
</properties>

Expand Down
2 changes: 2 additions & 0 deletions helloworld-singleton/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
</licenses>

<properties>
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>34.0.0.Final</version.server>
<!-- the versions for BOMs, Packs and Plugins -->
Expand Down
2 changes: 2 additions & 0 deletions helloworld-ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
</licenses>

<properties>
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>34.0.0.Final</version.server>
<!-- the versions for BOMs, Packs and Plugins -->
Expand Down
2 changes: 2 additions & 0 deletions helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
</licenses>

<properties>
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>34.0.0.Final</version.server>
<!-- the versions for BOMs, Packs and Plugins -->
Expand Down
4 changes: 3 additions & 1 deletion hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,14 @@
</licenses>

<properties>
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>34.0.0.Final</version.server>
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
<!-- the versions for test dependencies -->
<!-- the versions for other Dependencies and Plugins -->
<version.org.junit.jupiter>5.9.1</version.org.junit.jupiter>
</properties>

Expand Down
4 changes: 3 additions & 1 deletion http-custom-mechanism/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@
</modules>

<properties>
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>34.0.0.Final</version.server>
<!-- The versions for BOMs, Packs and Plugins -->
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
</properties>
Expand Down
13 changes: 5 additions & 8 deletions jaxrs-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,18 @@
</licenses>

<properties>
<!-- The server version -->
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>34.0.0.Final</version.server>
<!-- The versions for BOMs, Dependencies and Plugins -->
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>

<!-- the versions for other Dependencies and Plugins -->
<version.com.nimbusds.jose.jwt>9.37.1</version.com.nimbusds.jose.jwt>
<version.org.junit>5.10.1</version.org.junit>

<!-- Configuration settings -->
<jboss.home>${project.build.directory}/server</jboss.home>

<!-- These settings can be removed when the parent is upgraded to 6 -->
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
</properties>

<dependencyManagement>
Expand Down
13 changes: 5 additions & 8 deletions jaxrs-jwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,18 @@
</licenses>

<properties>
<!-- The server version -->
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the server version -->
<version.server>34.0.0.Final</version.server>
<!-- The versions for BOMs, Dependencies and Plugins -->
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>

<!-- the versions for other Dependencies and Plugins -->
<version.com.nimbusds.jose.jwt>9.37.1</version.com.nimbusds.jose.jwt>
<version.org.junit>5.10.1</version.org.junit>

<!-- Configuration settings -->
<jboss.home>${project.build.directory}/server</jboss.home>

<!-- These settings can be removed when the parent is upgraded to 6 -->
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
</properties>

<dependencyManagement>
Expand Down
Loading

0 comments on commit 23cb03e

Please sign in to comment.