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

Jersey 2.29.payara-p1 #243

Merged
merged 1 commit into from
Apr 25, 2019
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 @@
4f8227378af67ec4cf48776cf2671071
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e6cac9a261350de2a42573907397d0179360ee94
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
76da397ea0824c96c741a356242ab320
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7d4c6a2437f41747f99ed47cf854cae980e8d827
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.29.payara-p1</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 @@
4942473d516babf6ed64fa81c89b0d91
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8bc6f853ae8b0ebe6da7ae6c165997cebcc93415
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-p7</release>
<release>2.29.payara-p1</release>
<versions>
<version>2.27-payara-p1</version>
<version>2.27.payara-p2</version>
Expand All @@ -27,7 +27,8 @@
<version>2.25.1.payara-p6</version>
<version>2.27.payara-p15</version>
<version>2.25.1.payara-p7</version>
<version>2.29.payara-p1</version>
</versions>
<lastUpdated>20190225150205</lastUpdated>
<lastUpdated>20190423144317</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1216adecd2d1c0803da4c92f528690fe
a943d09b7ba5c507aa540d3757b1107d
Original file line number Diff line number Diff line change
@@ -1 +1 @@
84b01cfbcecf42aa1c6694c4555adecc24d8b202
e96809070d6786b1ba191c2f156272e7c2d9998e
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fd0d11f71a6b8c840d47d16ceb2be3ef
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8e352e980424abd183e47b30112e4cc08bb7c285
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
19d836d620e5f584905ea4b61e2da4bc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
851a8886edd0ea9cb317bd9ee35204adfa8a937b
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.29.payara-p1</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 @@
90dc6332f4638b2791ba51e1c95dd7a3
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e9c7d4352dc66d419fc68e10aa3c38158aefe7cd
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-p7</release>
<release>2.29.payara-p1</release>
<versions>
<version>2.27-payara-p1</version>
<version>2.27.payara-p2</version>
Expand All @@ -27,7 +27,8 @@
<version>2.25.1.payara-p6</version>
<version>2.27.payara-p15</version>
<version>2.25.1.payara-p7</version>
<version>2.29.payara-p1</version>
</versions>
<lastUpdated>20190225150201</lastUpdated>
<lastUpdated>20190423144315</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
471461acd8c014b36759f379ffa00ba4
fedd298de06ca2a696be1add52422004
Original file line number Diff line number Diff line change
@@ -1 +1 @@
78b53b3b5b8cda495fdd704ac5791a8cffebc00b
f8c272947a9e46e30ddf6ed3ea8544782a3542eb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ae33e7a1daba5cb5dbfd9e70c79c8219
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2c47d31ea00162ae498ff9f06ec55c7a607f8b53
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d67b3f9e1895336fe67b450703b96a06
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8a0b23956eb11010f18c2287af3ae3bbb8c3bb37
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.29.payara-p1</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 @@
131ad4ec1e0d709cceb893fd50dc9312
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b8843d0ca019b06a5bca9acfd9b92e1cfbdaaf7c
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-p7</release>
<release>2.29.payara-p1</release>
<versions>
<version>2.27-payara-p1</version>
<version>2.27.payara-p2</version>
Expand All @@ -27,7 +27,8 @@
<version>2.25.1.payara-p6</version>
<version>2.27.payara-p15</version>
<version>2.25.1.payara-p7</version>
<version>2.29.payara-p1</version>
</versions>
<lastUpdated>20190225150202</lastUpdated>
<lastUpdated>20190423144316</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8b7a8c6ccb14a9ca0e452d4b3bfe55e8
e7074a6fc1b91b935856ef8b2d4fab49
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4c315bc281a7195f6bf0014941938355ac5d6e1b
99f7214917425d0728c365be5fd670dc2993e30a
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
420d3d643b902dfc3c00db89e9127610
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4fb8bdb28e12bfc7d54bd3890282649c67a73198
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a230fd69c367272682c88f803f6db52d
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3bb2da4bc2ee3d2b6d33667fcfeae7071f75d674
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.29.payara-p1</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 @@
10616be86eab54b1ef7397e7684eab0c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
87c4fc235da2ca54ac2bcb7e77ba4459072b4625
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.25.1.payara-p7</release>
<release>2.29.payara-p1</release>
<versions>
<version>2.27-payara-p1</version>
<version>2.27.payara-p2</version>
Expand All @@ -27,7 +27,8 @@
<version>2.25.1.payara-p6</version>
<version>2.27.payara-p15</version>
<version>2.25.1.payara-p7</version>
<version>2.29.payara-p1</version>
</versions>
<lastUpdated>20190225150202</lastUpdated>
<lastUpdated>20190423144317</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3c57265007823749beb6ff3e49b457e6
100856729b4445b6adabbd757ec1faa2
Loading