Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

FISH-665 Release Jersey v2.30.payara-p4 with MP RestClient 2.0 support #358

Merged
merged 1 commit into from
Jan 29, 2021
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
530533edfd36724d7a2b3af287f4f86f
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5c80234051e7db2a86c5ca22ed0938e6cfeae312
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d73dd5eb7ee635f7cd6ab0c6cb65db83
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
01eca4d86fbbaa5a97ae3bb59cca8ac3d7a5d30c
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--

Copyright (c) 2015, 2019 Oracle and/or its affiliates. All rights reserved.

This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
http://www.eclipse.org/legal/epl-2.0.

This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the
Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
version 2 with the GNU Classpath Exception, which is available at
https://www.gnu.org/software/classpath/license.html.

SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0

-->

<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>org.glassfish.jersey.archetypes</groupId>
<artifactId>project</artifactId>
<version>2.30.payara-p4</version>
</parent>

<artifactId>jersey-example-java8-webapp</artifactId>
<packaging>maven-archetype</packaging>

<name>jersey-example-java8-webapp</name>
<description>Jersey (Java8) WebApp Example Archetype.</description>

<build>
<resources>
<resource>
<directory>${basedir}/src/main/resources</directory>
<filtering>true</filtering>
</resource>
<resource>
<directory>${project.build.directory}/legal</directory>
</resource>
</resources>
</build>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7b0c07c81a18b88633835f46130ab22d
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
38f45714daf1f97323be08c0329c8fff0ffd632e
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.glassfish.jersey.archetypes</groupId>
<artifactId>jersey-example-java8-webapp</artifactId>
<versioning>
<release>2.30.payara-p3</release>
<release>2.30.payara-p4</release>
<versions>
<version>2.27-payara-p1</version>
<version>2.27.payara-p2</version>
Expand Down Expand Up @@ -37,7 +37,8 @@
<version>2.30.payara-p1</version>
<version>2.30.payara-p2</version>
<version>2.30.payara-p3</version>
<version>2.30.payara-p4</version>
</versions>
<lastUpdated>20200915083624</lastUpdated>
<lastUpdated>20210118102238</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0e0675d956a069a556c19ec1e5f505f7
13cadaaffcd1bec2e7982cc81194a621
Original file line number Diff line number Diff line change
@@ -1 +1 @@
eec7c54fa40d4fce7cda36f272f8b9f2c575f1ab
98f949e1aeeb4ff5eb9cf08b13825594eaf7be0d
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
01fe42838d41e7201b47bf20daf28307
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4f6223d5675722c5e6073830b9f729a50e844d5a
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3e399018c236acb5e025c59fb770cfa8
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b5782742f12363dd8b21b2f6152d20f52620e8fc
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--

Copyright (c) 2013, 2019 Oracle and/or its affiliates. All rights reserved.

This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
http://www.eclipse.org/legal/epl-2.0.

This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the
Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
version 2 with the GNU Classpath Exception, which is available at
https://www.gnu.org/software/classpath/license.html.

SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0

-->

<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.glassfish.jersey.archetypes</groupId>
<artifactId>project</artifactId>
<version>2.30.payara-p4</version>
</parent>
<packaging>maven-archetype</packaging>

<artifactId>jersey-heroku-webapp</artifactId>
<name>jersey-archetype-heroku-webapp</name>
<description>
An archetype which contains a quick start Jersey-based web application project capable to run on Heroku.
</description>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.5</version>
<configuration>
<escapeString>\</escapeString>
</configuration>
</plugin>
</plugins>
<resources>
<resource>
<directory>${basedir}/src/main/resources</directory>
<filtering>true</filtering>
</resource>
<resource>
<directory>${project.build.directory}/legal</directory>
</resource>
</resources>
</build>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9dc470f8cbd3d1a467b0ce738fe2851f
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a8333f0ab26d243749041bcede73f92800ffe416
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.glassfish.jersey.archetypes</groupId>
<artifactId>jersey-heroku-webapp</artifactId>
<versioning>
<release>2.30.payara-p3</release>
<release>2.30.payara-p4</release>
<versions>
<version>2.27-payara-p1</version>
<version>2.27.payara-p2</version>
Expand Down Expand Up @@ -37,7 +37,8 @@
<version>2.30.payara-p1</version>
<version>2.30.payara-p2</version>
<version>2.30.payara-p3</version>
<version>2.30.payara-p4</version>
</versions>
<lastUpdated>20200915083622</lastUpdated>
<lastUpdated>20210118102235</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
99f065d10c6ed2a49d1a096c3f067fa1
5ad96889471a4607a3b9118edf8ff68e
Original file line number Diff line number Diff line change
@@ -1 +1 @@
74cfebcc2a5ad23a2be2ff1e0f757713a9c185f5
bedce214cfc1b104c3f7e8a14778ff5993fdf0a8
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
42a6cb0f698050584f3d224b32658c62
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fb11af17a2a84132ba1d2cd84cbfdcd9c6ffb83b
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
787452715a5e44872ec8d973ded9fa5d
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
54bf871f564c47371b2e7727757d3e3aec683aa9
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--

Copyright (c) 2010, 2019 Oracle and/or its affiliates. All rights reserved.

This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
http://www.eclipse.org/legal/epl-2.0.

This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the
Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
version 2 with the GNU Classpath Exception, which is available at
https://www.gnu.org/software/classpath/license.html.

SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0

-->

<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/maven-v4_0_0.xsd">
<parent>
<groupId>org.glassfish.jersey.archetypes</groupId>
<artifactId>project</artifactId>
<version>2.30.payara-p4</version>
</parent>
<artifactId>jersey-quickstart-grizzly2</artifactId>
<packaging>maven-archetype</packaging>
<modelVersion>4.0.0</modelVersion>
<description>
An archetype which contains a quick start Jersey project based on Grizzly container.
</description>
<name>jersey-archetype-grizzly2</name>

<build>
<resources>
<resource>
<directory>${basedir}/src/main/resources</directory>
<filtering>true</filtering>
</resource>
<resource>
<directory>${project.build.directory}/legal</directory>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.5</version>
<configuration>
<escapeString>\</escapeString>
</configuration>
</plugin>
</plugins>

</build>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0741dc9025ac2f60d214ea5418f05649
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6bb09f08882d2f7497d65dca563c9ec61c3b04c4
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.glassfish.jersey.archetypes</groupId>
<artifactId>jersey-quickstart-grizzly2</artifactId>
<versioning>
<release>2.30.payara-p3</release>
<release>2.30.payara-p4</release>
<versions>
<version>2.27-payara-p1</version>
<version>2.27.payara-p2</version>
Expand Down Expand Up @@ -37,7 +37,8 @@
<version>2.30.payara-p1</version>
<version>2.30.payara-p2</version>
<version>2.30.payara-p3</version>
<version>2.30.payara-p4</version>
</versions>
<lastUpdated>20200915083622</lastUpdated>
<lastUpdated>20210118102236</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7cdad03a510c9734337c0aba85671c10
014c59d554ffcf63270d9264a7e15388
Original file line number Diff line number Diff line change
@@ -1 +1 @@
411af6c8ba9afc9adc1b2b09800b02ed8115176c
75d6dbf167f027af11d83eb1ca5e24cac6fef599
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
19899ea9560ea43c15cda68755288e2c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f726d8a24c05be192b04b39c78323bedf3361fb3
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bb8615d2a17dec8186ea6a849005d41c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ae62801ace17961512e13f700b85ef565717eeb1
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--

Copyright (c) 2010, 2019 Oracle and/or its affiliates. All rights reserved.

This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
http://www.eclipse.org/legal/epl-2.0.

This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the
Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
version 2 with the GNU Classpath Exception, which is available at
https://www.gnu.org/software/classpath/license.html.

SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0

-->

<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/maven-v4_0_0.xsd">
<parent>
<groupId>org.glassfish.jersey.archetypes</groupId>
<artifactId>project</artifactId>
<version>2.30.payara-p4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>maven-archetype</packaging>
<description>
An archetype which contains a quick start Jersey-based web application project.
</description>
<artifactId>jersey-quickstart-webapp</artifactId>
<name>jersey-archetype-webapp</name>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.5</version>
<configuration>
<escapeString>\</escapeString>
</configuration>
</plugin>
</plugins>
<resources>
<resource>
<directory>${basedir}/src/main/resources</directory>
<filtering>true</filtering>
</resource>
<resource>
<directory>${project.build.directory}/legal</directory>
</resource>
</resources>
</build>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4266dfe675eecd315793e94d5891210f
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8becd2d8286444f9661bb1982ee1fdcbebce6b0f
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.glassfish.jersey.archetypes</groupId>
<artifactId>jersey-quickstart-webapp</artifactId>
<versioning>
<release>2.30.payara-p3</release>
<release>2.30.payara-p4</release>
<versions>
<version>2.27-payara-p1</version>
<version>2.27.payara-p2</version>
Expand Down Expand Up @@ -37,7 +37,8 @@
<version>2.30.payara-p1</version>
<version>2.30.payara-p2</version>
<version>2.30.payara-p3</version>
<version>2.30.payara-p4</version>
</versions>
<lastUpdated>20200915083623</lastUpdated>
<lastUpdated>20210118102237</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7c52a4299f8e89b4ffcec16eb8c70c30
218f13d6c572a4ad6f015bd0185b5495
Loading