Skip to content

Commit

Permalink
Fixes piranhacloud#4075 - Update to Weld 6.0.0.Beta4 (piranhacloud#4076)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Oct 20, 2024
1 parent cc566fd commit 20bcd73
Show file tree
Hide file tree
Showing 34 changed files with 26 additions and 25 deletions.
3 changes: 2 additions & 1 deletion VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ used by Piranha to deliver various bits and pieces of functionality.
| Eclipse Yasson | 3.0.4 |
| EclipseLink | 5.0.0-B02 |
| Hazelcast | 5.4.0 |
| Jakarta CDI | 4.1.0 |
| Netty | 4.1.112.Final |
| OmniFaces Services | 0.4 |
| OmniFish OmniBeans | 0.3 |
| OmniFish Transact | 1.0.1 |
| Project CRaC | 0.1.3 |
| Spring Boot | 3.3.0 |
| Undertow | 2.3.14.Final |
| Weld | 6.0.0.Beta1 |
| Weld | 6.0.0.Beta4 |
4 changes: 2 additions & 2 deletions docs/src/site/markdown/servlet/create_a_faces_application.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ create the ```pom.xml``` file with the content as below.
<!-- dependencies -->
<junit.version>5.11.0</junit.version>
<mojarra.version>4.0.7</mojarra.version>
<weld.version>5.1.3.Final</weld.version>
<weld.version>6.0.0.Beta4</weld.version>
<!-- other -->
<java.version>21</java.version>
<piranha.distribution>servlet</piranha.distribution>
Expand All @@ -63,7 +63,7 @@ create the ```pom.xml``` file with the content as below.
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-redhat-weld</artifactId>
<artifactId>piranha-extension-weld</artifactId>
<version>${piranha.version}</version>
<scope>runtime</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ create the ```pom.xml``` file with the content as below.
<junit.version>5.11.0-M1</junit.version>
<mojarra.version>4.0.6</mojarra.version>
<piranha.version>24.4.0</piranha.version>
<weld.version>5.1.2.Final</weld.version>
<weld.version>6.0.0.Beta4</weld.version>
<!-- other -->
<java.version>21</java.version>
<piranha.distribution>servlet</piranha.distribution>
Expand All @@ -68,7 +68,7 @@ create the ```pom.xml``` file with the content as below.
<!-- runtime -->
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-redhat-weld</artifactId>
<artifactId>piranha-extension-weld</artifactId>
<version>${piranha.version}</version>
<scope>runtime</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion extension/coreprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-redhat-weld</artifactId>
<artifactId>piranha-extension-weld</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion extension/micro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-redhat-weld</artifactId>
<artifactId>piranha-extension-weld</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion extension/microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-redhat-weld</artifactId>
<artifactId>piranha-extension-weld</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion extension/platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-redhat-weld</artifactId>
<artifactId>piranha-extension-weld</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
<module>platform</module>
<module>policy</module>
<module>redhat-hibernate-validator</module>
<module>redhat-weld</module>
<module>scinitializer</module>
<module>security-servlet</module>
<module>security-jakarta</module>
Expand All @@ -63,6 +62,7 @@
<module>webprofile</module>
<module>webxml</module>
<module>welcomefile</module>
<module>weld</module>
</modules>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion extension/security-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-redhat-weld</artifactId>
<artifactId>piranha-extension-weld</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion extension/webprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-redhat-weld</artifactId>
<artifactId>piranha-extension-weld</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions extension/redhat-weld/pom.xml → extension/weld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<artifactId>project</artifactId>
<version>24.11.0-SNAPSHOT</version>
</parent>
<artifactId>piranha-extension-redhat-weld</artifactId>
<artifactId>piranha-extension-weld</artifactId>
<packaging>jar</packaging>

<name>Piranha - Extension - RedHat Weld</name>
<name>Piranha - Extension - Weld</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion external/coreprofile-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<rest.tck.version>3.1.5</rest.tck.version>
<!-- Implementation versions -->
<parsson.version>1.1.7</parsson.version>
<weld.version>5.1.3.Final</weld.version>
<weld.version>6.0.0.Beta4</weld.version>
<yasson.version>3.0.4</yasson.version>
</properties>
</project>
2 changes: 1 addition & 1 deletion micro/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-redhat-weld</artifactId>
<artifactId>piranha-extension-weld</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion test/debug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@

<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-redhat-weld</artifactId>
<artifactId>piranha-extension-weld</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion test/embedded/eclipselink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-redhat-weld</artifactId>
<artifactId>piranha-extension-weld</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion test/embedded/hazelcast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-redhat-weld</artifactId>
<artifactId>piranha-extension-weld</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion test/embedded/jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-redhat-weld</artifactId>
<artifactId>piranha-extension-weld</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion test/embedded/soteria-basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-redhat-weld</artifactId>
<artifactId>piranha-extension-weld</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion test/embedded/soteria-form/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-redhat-weld</artifactId>
<artifactId>piranha-extension-weld</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion test/embedded/weld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-redhat-weld</artifactId>
<artifactId>piranha-extension-weld</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions test/servlet/faces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<!-- dependencies -->
<junit.version>5.11.2</junit.version>
<mojarra.version>4.0.8</mojarra.version>
<weld.version>5.1.3.Final</weld.version>
<weld.version>6.0.0.Beta4</weld.version>
<!-- other -->
<java.version>21</java.version>
<piranha.distribution>servlet</piranha.distribution>
Expand All @@ -59,7 +59,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-redhat-weld</artifactId>
<artifactId>piranha-extension-weld</artifactId>
<version>${piranha.version}</version>
<scope>runtime</scope>
</dependency>
Expand Down

0 comments on commit 20bcd73

Please sign in to comment.