Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #4157 - Update Expressly to latest version #4158

Merged
merged 1 commit into from
Nov 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 41 additions & 40 deletions VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,46 +3,47 @@
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 | 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 | 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 |
| Name | Version | CP | WP | S |
|---------------------------|---------------|-----|-----|-----|
| 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 | | X | X |
| 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 | 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
S = Piranha Servlet
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-expressly</artifactId>
<artifactId>piranha-extension-expressly</artifactId>
<packaging>jar</packaging>
<name>Piranha - Extension - Eclipse Expressly</name>
<name>Piranha - Extension - Expressly</name>
<dependencies>
<dependency>
<groupId>cloud.piranha.core</groupId>
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 Expressly to Piranha.
* The extension that delivers Expressly to Piranha.
*
* @author Manfred Riem ([email protected])
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,8 @@
*/

/**
* This module delivers the Eclipse Expressly integration extension.
*
* <p>
* This extension integrates Eclipse Exressly into Piranha. See
* https://github.com/eclipse-ee4j/expressly for more information about its
* project.
* </p>
* This module integrates Exressly into Piranha. See
* https://github.com/eclipse-ee4j/expressly for more information.
*
* @author Manfred Riem ([email protected])
*/
Expand Down
2 changes: 1 addition & 1 deletion extension/micro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-expressly</artifactId>
<artifactId>piranha-extension-expressly</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 @@ -46,7 +46,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-expressly</artifactId>
<artifactId>piranha-extension-expressly</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 @@ -28,12 +28,12 @@
<module>eclipse-concurro</module>
<module>eclipse-epicyro</module>
<module>eclipse-exousia</module>
<module>eclipse-expressly</module>
<module>eclipse-jaxb</module>
<module>eclipse-jstl</module>
<module>eclipse-soteria</module>
<module>eclipse-tyrus</module>
<module>eclipselink</module>
<module>expressly</module>
<module>hazelcast</module>
<module>herring</module>
<module>jersey</module>
Expand Down
2 changes: 1 addition & 1 deletion extension/servlet/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-eclipse-expressly</artifactId>
<artifactId>piranha-extension-expressly</artifactId>
<version>${project.version}</version>
<scope>compile</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 @@ -64,7 +64,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-expressly</artifactId>
<artifactId>piranha-extension-expressly</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 @@ -81,7 +81,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-expressly</artifactId>
<artifactId>piranha-extension-expressly</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 @@ -45,7 +45,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-expressly</artifactId>
<artifactId>piranha-extension-expressly</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 @@ -33,7 +33,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-expressly</artifactId>
<artifactId>piranha-extension-expressly</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 @@ -56,7 +56,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-expressly</artifactId>
<artifactId>piranha-extension-expressly</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
Expand Down
Loading