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 #4016 - Cleanup POMs and document correct versions of components #4017

Merged
merged 1 commit into from
Sep 25, 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
21 changes: 11 additions & 10 deletions COMPONENTS.md → VERSIONS.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,32 @@
# Components
# Versions

The table below lists all the 3rd party components that are used by Piranha to
deliver various bits and pieces of functionality.
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 |
|---------------------------|---------------|
| 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 Grizzly | 4.0.2 |
| Eclipse Grizzly NPN | 2.0.0 |
| Eclipse JAXB | 4.0.5 |
| Eclipse Jersey | 3.1.7 |
| Eclipse Jersey | 3.1.8 |
| Eclipse JSTL | 3.0.1 |
| Eclipse Mojarra | 4.0.7 |
| Eclipse Parsson | 1.1.6 |
| Eclipse Soteria | 3.0.3 |
| Eclipse Tyrus | 2.1.5 |
| Eclipse Yasson | 3.0.3 |
| EclipseLink | 4.0.3 |
| Eclipse Yasson | 3.0.4 |
| EclipseLink | 4.0.4 |
| Hazelcast | 5.4.0 |
| Netty | 4.1.111.Final |
| Netty | 4.1.112.Final |
| OmniFaces Services | 0.4 |
| OmniFish OmniBeans | 0.3 |
| OmniFish Transact | 1.0.1 |
| Project CRaC | 0.1.3 |
| RedHat Undertow | 2.3.14.Final |
| RedHat Weld | 5.1.2.Final |
| Spring Boot | 3.3.0 |

| Undertow | 2.3.14.Final |
| Weld | 5.1.3.Final |
2 changes: 0 additions & 2 deletions cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@

<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>cloud.piranha</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
</parent>

<groupId>cloud.piranha.cli</groupId>
<artifactId>project</artifactId>
<packaging>pom</packaging>
Expand Down
4 changes: 0 additions & 4 deletions extension/eclipse-epicyro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@

<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>cloud.piranha.extension</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
</parent>

<artifactId>piranha-extension-eclipse-epicyro</artifactId>
<packaging>jar</packaging>

<name>Piranha - Extension - Eclipse Epicyro</name>

<dependencies>
<!-- compile -->
<dependency>
Expand Down
1 change: 1 addition & 0 deletions extension/eclipse-epicyro/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* This module delivers the Eclipse Epicyro integration extension.
*
* <p>

* This extension integrates Eclipse Epicyro into Piranha. See
* https://github.com/eclipse-ee4j/epicyro for more information about its project.
* </p>
Expand Down
4 changes: 0 additions & 4 deletions extension/eclipse-exousia/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@

<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>cloud.piranha.extension</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
</parent>

<artifactId>piranha-extension-eclipse-exousia</artifactId>
<packaging>jar</packaging>

<name>Piranha - Extension - Eclipse Exousia</name>

<dependencies>
<!-- compile -->
<dependency>
Expand Down
4 changes: 0 additions & 4 deletions extension/eclipse-expressly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@

<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>cloud.piranha.extension</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
</parent>

<artifactId>piranha-extension-eclipse-expressly</artifactId>
<packaging>jar</packaging>

<name>Piranha - Extension - Eclipse Expressly</name>

<dependencies>
<dependency>
<groupId>cloud.piranha.core</groupId>
Expand Down
4 changes: 0 additions & 4 deletions extension/eclipse-soteria/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@

<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>cloud.piranha.extension</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
</parent>

<artifactId>piranha-extension-eclipse-soteria</artifactId>
<packaging>jar</packaging>

<name>Piranha - Extension - Eclipse Soteria</name>

<dependencies>
<!-- compile -->
<dependency>
Expand Down
4 changes: 0 additions & 4 deletions extension/eclipse-wasp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@

<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>cloud.piranha.extension</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
</parent>

<artifactId>piranha-extension-eclipse-wasp</artifactId>
<packaging>jar</packaging>

<name>Piranha - Extension - Eclipse WaSP</name>

<dependencies>
<!-- compile -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/

package cloud.piranha.extension.eclipselink.wrappers;

import java.util.List;
Expand Down
3 changes: 0 additions & 3 deletions extension/redhat-weld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,17 @@

<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>cloud.piranha.extension</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
</parent>

<artifactId>piranha-extension-redhat-weld</artifactId>
<packaging>jar</packaging>

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

<properties>
<!-- other -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down
3 changes: 3 additions & 0 deletions external/tck/el/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@

<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>
<groupId>cloud.piranha.external.tck</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
</parent>

<artifactId>piranha-external-tck-expression-language</artifactId>
<packaging>pom</packaging>

<name>Piranha - External - TCK - Expression Language</name>
<properties>
<ant.home>${project.build.directory}/ant</ant.home>
Expand Down
3 changes: 3 additions & 0 deletions external/tck/wasp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@

<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>
<groupId>cloud.piranha.external.tck</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
</parent>

<artifactId>piranha-external-tck-wasp</artifactId>
<packaging>pom</packaging>

<name>Piranha - External - TCK - WaSP</name>
<properties>
<ant.home>${project.build.directory}/ant</ant.home>
Expand Down
5 changes: 0 additions & 5 deletions test/embedded/jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,17 @@

<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>cloud.piranha.test.embedded</groupId>
<artifactId>project</artifactId>
<version>24.10.0-SNAPSHOT</version>
</parent>

<artifactId>piranha-test-embedded-jersey</artifactId>
<packaging>war</packaging>

<name>Piranha - Test - Embedded - Jersey</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>
<!-- compile -->
<dependency>
Expand Down
1 change: 0 additions & 1 deletion test/embedded/springboot-virtualthreads/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<groupId>cloud.piranha.test.embedded</groupId>
<artifactId>piranha-test-embedded-springboot-virtualthreads</artifactId>
<version>24.10.0-SNAPSHOT</version>

<name>Piranha - Test - Embedded - Spring Boot Virtual Threads</name>

<dependencyManagement>
Expand Down
Loading