Skip to content

Commit

Permalink
Fixes #4077 - Update to Jersey 4.0.0-M1 (#4078)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Oct 20, 2024
1 parent 20bcd73 commit b7ac687
Show file tree
Hide file tree
Showing 15 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ used by Piranha to deliver various bits and pieces of functionality.
| Eclipse Grizzly | 4.1.0-M1 |
| Eclipse Grizzly NPN | 2.0.0 |
| Eclipse JAXB | 4.0.5 |
| Eclipse Jersey | 3.1.7 |
| Eclipse JSTL | 3.0.1 |
| Eclipse Mojarra | 4.1.0 |
| Eclipse Parsson | 1.1.7 |
Expand All @@ -26,6 +25,8 @@ used by Piranha to deliver various bits and pieces of functionality.
| EclipseLink | 5.0.0-B02 |
| Hazelcast | 5.4.0 |
| Jakarta CDI | 4.1.0 |
| Jakarta REST | 4.0.0 |
| Jersey | 4.0.0-M1 |
| Netty | 4.1.112.Final |
| OmniFaces Services | 0.4 |
| OmniFish OmniBeans | 0.3 |
Expand Down
2 changes: 1 addition & 1 deletion extension/coreprofile/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-jersey</artifactId>
<artifactId>piranha-extension-jersey</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions extension/eclipse-jersey/pom.xml → extension/jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<artifactId>project</artifactId>
<version>24.11.0-SNAPSHOT</version>
</parent>
<artifactId>piranha-extension-eclipse-jersey</artifactId>
<artifactId>piranha-extension-jersey</artifactId>
<packaging>jar</packaging>
<name>Piranha - Extension - Eclipse Jersey</name>
<name>Piranha - Extension - Jersey</name>
<dependencies>
<!-- compile -->
<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 @@ -56,7 +56,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-jersey</artifactId>
<artifactId>piranha-extension-jersey</artifactId>
<version>${project.version}</version>
<scope>compile</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 @@ -39,7 +39,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-jersey</artifactId>
<artifactId>piranha-extension-jersey</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 @@ -52,7 +52,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-jersey</artifactId>
<artifactId>piranha-extension-jersey</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 @@ -30,7 +30,6 @@
<module>eclipse-exousia</module>
<module>eclipse-expressly</module>
<module>eclipse-jaxb</module>
<module>eclipse-jersey</module>
<module>eclipse-jstl</module>
<module>eclipse-mojarra</module>
<module>eclipse-parsson</module>
Expand All @@ -40,6 +39,7 @@
<module>eclipse-wasp</module>
<module>eclipselink</module>
<module>hazelcast</module>
<module>jersey</module>
<module>micro</module>
<module>microprofile</module>
<module>naming</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 @@ -70,7 +70,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-jersey</artifactId>
<artifactId>piranha-extension-jersey</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<jandex.version>3.2.2</jandex.version>
<jaxb-runtime.version>4.0.5</jaxb-runtime.version>
<jboss-classfilewriter.version>1.3.1.Final</jboss-classfilewriter.version>
<jersey.version>4.0-M1-GF1</jersey.version>
<jersey.version>4.0.0-M1</jersey.version>
<jstl.version>3.0.1</jstl.version>
<junit-pioneer.version>2.3.0</junit-pioneer.version>
<junit-platform-launcher.version>1.11.2</junit-platform-launcher.version>
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 @@ -29,7 +29,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-jersey</artifactId>
<artifactId>piranha-extension-jersey</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit b7ac687

Please sign in to comment.