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

PAYARA-3257 Jersey 2.27.payara-p14 #205

Merged
merged 1 commit into from
Dec 11, 2018
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 @@
e6da839a35c9e84a590c5df8018813b3
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
01a7770e904048e34a4f6c4985a8babbcc05258a
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7a91181841d1ed82b2a45ce5ff55e0b3
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ffc831833ef31849531c8e85001378cb43b7d192
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--

DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

Copyright (c) 2015-2018 Oracle and/or its affiliates. All rights reserved.

The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
and Distribution License("CDDL") (collectively, the "License"). You
may not use this file except in compliance with the License. You can
obtain a copy of the License at
https://oss.oracle.com/licenses/CDDL+GPL-1.1
or LICENSE.txt. See the License for the specific
language governing permissions and limitations under the License.

When distributing the software, include this License Header Notice in each
file and include the License file at LICENSE.txt.

GPL Classpath Exception:
Oracle designates this particular file as subject to the "Classpath"
exception as provided by Oracle in the GPL Version 2 section of the License
file that accompanied this code.

Modifications:
If applicable, add the following below the License Header, with the fields
enclosed by brackets [] replaced by your own identifying information:
"Portions Copyright [year] [name of copyright owner]"

Contributor(s):
If you wish your version of this file to be governed by only the CDDL or
only the GPL Version 2, indicate your decision by adding "[Contributor]
elects to include this software in this distribution under the [CDDL or GPL
Version 2] license." If you don't indicate a single choice of license, a
recipient has the option to distribute your version of this file under
either the CDDL, the GPL Version 2 or to extend the choice of license to
its licensees as provided above. However, if you add GPL Version 2 code
and therefore, elected the GPL Version 2 license, then the option applies
only if the new code is made subject to such option by the copyright
holder.

-->

<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.27.payara-p14</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>
</resources>
</build>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b5bdb065bfffc19a05ab7056a83ec03c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cdd65c609417049fa825db08cd6fd2c53bb47039
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.25.1.payara-p5</release>
<release>2.27.payara-p14</release>
<versions>
<version>2.27-payara-p1</version>
<version>2.27.payara-p2</version>
Expand All @@ -24,7 +24,8 @@
<version>2.27.payara-p12</version>
<version>2.27.payara-p13</version>
<version>2.25.1.payara-p5</version>
<version>2.27.payara-p14</version>
</versions>
<lastUpdated>20181029145028</lastUpdated>
<lastUpdated>20181211122447</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9ce90dda38b290d6760cdbb61feaa655
e85ae2b0ed116ede941b3fc1b2812ee1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
64d7c5d09b7455d3ff9c31862cd8fdf2cf584b0a
ac3b9e919f2011f8e1fb8f54a7ce94e2cfe1ea18
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
743e22d6b4aef5b94c42102533964870
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f54778cabc769a2e89a36838c10e7d4343959347
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d7961579fae6be745b5d4f1f1045bf44
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
116337b6d807bf1c14582d285cf8b3ad1fc728ab
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--

DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

Copyright (c) 2013-2018 Oracle and/or its affiliates. All rights reserved.

The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
and Distribution License("CDDL") (collectively, the "License"). You
may not use this file except in compliance with the License. You can
obtain a copy of the License at
https://oss.oracle.com/licenses/CDDL+GPL-1.1
or LICENSE.txt. See the License for the specific
language governing permissions and limitations under the License.

When distributing the software, include this License Header Notice in each
file and include the License file at LICENSE.txt.

GPL Classpath Exception:
Oracle designates this particular file as subject to the "Classpath"
exception as provided by Oracle in the GPL Version 2 section of the License
file that accompanied this code.

Modifications:
If applicable, add the following below the License Header, with the fields
enclosed by brackets [] replaced by your own identifying information:
"Portions Copyright [year] [name of copyright owner]"

Contributor(s):
If you wish your version of this file to be governed by only the CDDL or
only the GPL Version 2, indicate your decision by adding "[Contributor]
elects to include this software in this distribution under the [CDDL or GPL
Version 2] license." If you don't indicate a single choice of license, a
recipient has the option to distribute your version of this file under
either the CDDL, the GPL Version 2 or to extend the choice of license to
its licensees as provided above. However, if you add GPL Version 2 code
and therefore, elected the GPL Version 2 license, then the option applies
only if the new code is made subject to such option by the copyright
holder.

-->

<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.27.payara-p14</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>
</resources>
</build>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8136cb79a64b536ce9c5cab7c8907069
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ad880e26d9e53ed5eff527cbff44f7f32fa346fb
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.25.1.payara-p5</release>
<release>2.27.payara-p14</release>
<versions>
<version>2.27-payara-p1</version>
<version>2.27.payara-p2</version>
Expand All @@ -24,7 +24,8 @@
<version>2.27.payara-p12</version>
<version>2.27.payara-p13</version>
<version>2.25.1.payara-p5</version>
<version>2.27.payara-p14</version>
</versions>
<lastUpdated>20181029145017</lastUpdated>
<lastUpdated>20181211122441</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
474d5cf487ca806c93cefa12a73007fc
d06719905b5b4df41008a74c9136a8af
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ecbb855cd550a5ad4ac4d412698d82e5c1fa9295
51d758bd1a94e1c77e29e30151486c35cb351c41
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6f1548a3553b80c713aa5f4cc7e887d5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c72d47495ba30ededa71feeecba1d9c52e28c3a6
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
76cbdf3e6f286acda5e5c985e199c529
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2fbb65e08746daf9b03df34332125418599b2845
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--

DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

Copyright (c) 2010-2018 Oracle and/or its affiliates. All rights reserved.

The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
and Distribution License("CDDL") (collectively, the "License"). You
may not use this file except in compliance with the License. You can
obtain a copy of the License at
https://oss.oracle.com/licenses/CDDL+GPL-1.1
or LICENSE.txt. See the License for the specific
language governing permissions and limitations under the License.

When distributing the software, include this License Header Notice in each
file and include the License file at LICENSE.txt.

GPL Classpath Exception:
Oracle designates this particular file as subject to the "Classpath"
exception as provided by Oracle in the GPL Version 2 section of the License
file that accompanied this code.

Modifications:
If applicable, add the following below the License Header, with the fields
enclosed by brackets [] replaced by your own identifying information:
"Portions Copyright [year] [name of copyright owner]"

Contributor(s):
If you wish your version of this file to be governed by only the CDDL or
only the GPL Version 2, indicate your decision by adding "[Contributor]
elects to include this software in this distribution under the [CDDL or GPL
Version 2] license." If you don't indicate a single choice of license, a
recipient has the option to distribute your version of this file under
either the CDDL, the GPL Version 2 or to extend the choice of license to
its licensees as provided above. However, if you add GPL Version 2 code
and therefore, elected the GPL Version 2 license, then the option applies
only if the new code is made subject to such option by the copyright
holder.

-->

<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.27.payara-p14</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>
</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 @@
2d21a1e4896b2bcdc3823349b4d13934
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d967ae77b9f73d1eee02c35f35ee64eb6e0f56dc
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.25.1.payara-p5</release>
<release>2.27.payara-p14</release>
<versions>
<version>2.27-payara-p1</version>
<version>2.27.payara-p2</version>
Expand All @@ -24,7 +24,8 @@
<version>2.27.payara-p12</version>
<version>2.27.payara-p13</version>
<version>2.25.1.payara-p5</version>
<version>2.27.payara-p14</version>
</versions>
<lastUpdated>20181029145019</lastUpdated>
<lastUpdated>20181211122443</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ab7d8b729081dc7bd25441551df5f61b
4ee9ef09cbefb0306780cf7ca24d59d3
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7a19f7d0a12ff6cbb3646d5270806159cd0f54ef
609a5c68f9a5d69ea396a65eec6b227b296cf4d2
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
25017d73a700b027dc16d61b7b1d261d
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dfbfe93db6e81d53f70c81d05aa1eec04105dc91
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
74d87f390cb31a22d545cea7eddab611
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
26053dc673d003e6746b31c52dda6c6045681114
Loading