Skip to content

Commit

Permalink
Fixes piranhacloud#4094 - Update Mojarra to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Oct 23, 2024
1 parent 32d3fba commit 1aaa231
Show file tree
Hide file tree
Showing 13 changed files with 54 additions and 52 deletions.
78 changes: 40 additions & 38 deletions VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,44 +3,46 @@
The table below lists all the versions of the 3rd party components that are
used by Piranha to deliver various bits and pieces of functionality.

| Name | Version | CP |
|---------------------------|---------------|-----|
| Apache Commons FileUpload | 2.0.0-M2 | |
| Apache Commons IO | 2.15.1 | |
| Arquillian | 1.8.0.Final | |
| Eclipse Angus Activation | 2.0.2 | |
| Eclipse Angus Mail | 2.0.3 | |
| Eclipse Epicyro | 3.1.0 | |
| Eclipse Exousia | 3.0.0-M1.1 | |
| Eclipse Grizzly | 4.1.0-M1 | |
| Eclipse Grizzly NPN | 2.0.0 | |
| Eclipse JAXB | 4.0.5 | |
| Eclipse JSTL | 3.0.1 | |
| Eclipse Mojarra | 4.1.0 | |
| Eclipse Soteria | 4.0.0-M3 | |
| Eclipse Tyrus | 2.2.0-M1 | |
| EclipseLink | 5.0.0-B02 | |
| Expressly | 6.0.0-M2 | |
| Hazelcast | 5.4.0 | |
| Jakarta Annotations | 3.0.0 | X |
| Jakarta CDI | 4.1.0 | X |
| Jakarta EL | | |
| Jakarta Inject | 2.0.1 | X |
| Name | Version | CP | WP |
|---------------------------|---------------|-----|-----|
| Apache Commons FileUpload | 2.0.0-M2 | | |
| Apache Commons IO | 2.15.1 | | |
| Arquillian | 1.8.0.Final | | |
| Eclipse Angus Activation | 2.0.2 | | |
| Eclipse Angus Mail | 2.0.3 | | |
| Eclipse Epicyro | 3.1.0 | | |
| Eclipse Exousia | 3.0.0-M1.1 | | |
| Eclipse Grizzly | 4.1.0-M1 | | |
| Eclipse Grizzly NPN | 2.0.0 | | |
| Eclipse JAXB | 4.0.5 | | |
| Eclipse JSTL | 3.0.1 | | |
| Eclipse Soteria | 4.0.0-M3 | | |
| Eclipse Tyrus | 2.2.0-M1 | | |
| EclipseLink | 5.0.0-B02 | | |
| Expressly | 6.0.0-M2 | | |
| Hazelcast | 5.4.0 | | |
| Jakarta Annotations | 3.0.0 | X | X |
| Jakarta CDI | 4.1.0 | X | X |
| Jakarta EL | | | |
| Jakarta Faces | 4.1.0 | | X |
| Jakarta Inject | 2.0.1 | X | X |
| Jakarta Interceptors | 2.2.0 | X |
| Jakarta JSON Binding | 3.0.1 | X |
| Jakarta JSON Processing | 2.1.3 | X |
| Jakarta REST | 4.0.0 | X |
| Jakarta Servlet | 6.1.0 | X |
| Jersey | 4.0.0-M1 | X |
| Netty | 4.1.112.Final | |
| OmniFaces Services | 0.4 | |
| OmniFish OmniBeans | 0.3 | |
| OmniFish Transact | 1.0.1 | |
| Parsson | 1.1.7 | X |
| Project CRaC | 0.1.3 | |
| Spring Boot | 3.3.0 | |
| Undertow | 2.3.14.Final | |
| Weld | 6.0.0.Beta4 | X |
| Yasson | 3.0.4 | X |
| Jakarta JSON Binding | 3.0.1 | X | X |
| Jakarta JSON Processing | 2.1.3 | X | X |
| Jakarta REST | 4.0.0 | X | X |
| Jakarta Servlet | 6.1.0 | X | X |
| Jersey | 4.0.0-M1 | X | X |
| Mojarra | 4.1.1 | | X |
| Netty | 4.1.112.Final | | |
| OmniFaces Services | 0.4 | | |
| OmniFish OmniBeans | 0.3 | | |
| OmniFish Transact | 1.0.1 | | |
| Parsson | 1.1.7 | X | X |
| Project CRaC | 0.1.3 | | |
| Spring Boot | 3.3.0 | | |
| Undertow | 2.3.14.Final | | |
| Weld | 6.0.0.Beta4 | X | X |
| Yasson | 3.0.4 | X | X |

CP = Piranha Core Profile
WP = Piranha Web Profile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ create the ```pom.xml``` file with the content as below.
<properties>
<!-- dependencies -->
<junit.version>5.11.0</junit.version>
<mojarra.version>4.0.7</mojarra.version>
<mojarra.version>4.1.1</mojarra.version>
<weld.version>6.0.0.Beta4</weld.version>
<!-- other -->
<java.version>21</java.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ create the ```pom.xml``` file with the content as below.
<properties>
<!-- dependencies -->
<junit.version>5.11.0-M1</junit.version>
<mojarra.version>4.0.6</mojarra.version>
<mojarra.version>4.1.1</mojarra.version>
<piranha.version>24.4.0</piranha.version>
<weld.version>6.0.0.Beta4</weld.version>
<!-- other -->
Expand Down
2 changes: 1 addition & 1 deletion extension/micro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-mojarra</artifactId>
<artifactId>piranha-extension-mojarra</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<artifactId>project</artifactId>
<version>24.11.0-SNAPSHOT</version>
</parent>
<artifactId>piranha-extension-eclipse-mojarra</artifactId>
<artifactId>piranha-extension-mojarra</artifactId>
<packaging>jar</packaging>
<name>Piranha - Extension - Eclipse Mojarra</name>
<name>Piranha - Extension - Mojarra</name>
<dependencies>
<!-- compile -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import static java.lang.System.Logger.Level.TRACE;

/**
* The extension that delivers Eclipse Mojarra to Piranha.
* The extension that delivers Mojarra to Piranha.
*
* @author Manfred Riem ([email protected])
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
*/

/**
* This module delivers the Eclipse Mojarra integration extension.
* This module delivers the Mojarra integration extension.
*
* <p>
* This extension integrates Eclipse Mojarra into Piranha. See
* This extension integrates Mojarra into Piranha. See
* https://github.com/eclipse-ee4j/mojarra for more information about its
* project.
* </p>
Expand Down
2 changes: 1 addition & 1 deletion extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<module>eclipse-expressly</module>
<module>eclipse-jaxb</module>
<module>eclipse-jstl</module>
<module>eclipse-mojarra</module>
<module>eclipse-soteria</module>
<module>eclipse-tyrus</module>
<module>eclipse-wasp</module>
Expand All @@ -40,6 +39,7 @@
<module>jersey</module>
<module>micro</module>
<module>microprofile</module>
<module>mojarra</module>
<module>naming</module>
<module>naming-cdi</module>
<module>omnifaces-config</module>
Expand Down
2 changes: 1 addition & 1 deletion extension/webprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-mojarra</artifactId>
<artifactId>piranha-extension-mojarra</artifactId>
<version>${project.version}</version>
<scope>compile</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 @@ -86,7 +86,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-mojarra</artifactId>
<artifactId>piranha-extension-mojarra</artifactId>
<version>${project.version}</version>
</dependency>
<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 @@ -57,7 +57,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-mojarra</artifactId>
<artifactId>piranha-extension-mojarra</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 @@ -45,7 +45,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-mojarra</artifactId>
<artifactId>piranha-extension-mojarra</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 @@ -25,7 +25,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-mojarra</artifactId>
<artifactId>piranha-extension-mojarra</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
Expand Down

0 comments on commit 1aaa231

Please sign in to comment.