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

Commit

Permalink
PAYARA-2956 - Jersey 2.27.payara-p8
Browse files Browse the repository at this point in the history
Fixed: Don't log warnings when only checking if CDI bean is also JAX-RS
resource

* payara/patched-src-jersey@e1a6aa6
  • Loading branch information
arjantijms committed Aug 1, 2018
1 parent 621be86 commit cd1d213
Show file tree
Hide file tree
Showing 1,043 changed files with 14,374 additions and 379 deletions.
Binary file not shown.
@@ -0,0 +1 @@
c75bb2fe62d98d5eda7d0583c5e2903d
@@ -0,0 +1 @@
eae15ba6eb70cef8c4a29ee22068c5a79a269569
Binary file not shown.
@@ -0,0 +1 @@
a10110879b5f7cafebbbc4017a2bfe20
@@ -0,0 +1 @@
30f5eedd00b54c1b0d87e7c3b5ee37e47c613767
@@ -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-p8</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>
@@ -0,0 +1 @@
811be5582d8e885971d8275fc899cc10
@@ -0,0 +1 @@
e86c8059ae94c9e52b74fa00d142f0de34241a1c
Expand Up @@ -3,7 +3,7 @@
<groupId>org.glassfish.jersey.archetypes</groupId>
<artifactId>jersey-example-java8-webapp</artifactId>
<versioning>
<release>2.27.payara-p7</release>
<release>2.27.payara-p8</release>
<versions>
<version>2.27-payara-p1</version>
<version>2.27.payara-p2</version>
Expand All @@ -16,7 +16,8 @@
<version>2.25.1.payara-p3</version>
<version>2.27.payara-p6</version>
<version>2.27.payara-p7</version>
<version>2.27.payara-p8</version>
</versions>
<lastUpdated>20180705201334</lastUpdated>
<lastUpdated>20180801213025</lastUpdated>
</versioning>
</metadata>
@@ -1 +1 @@
8919bf03942be916c06effa76e60d256
fc4d9076a7aaa29ddee6a8118a3289ed
@@ -1 +1 @@
078462d11fbfce4f0f85777253139ca49a64cd72
73f9ba333a01fd4ebc7aa7411468414e9400436e
Binary file not shown.
@@ -0,0 +1 @@
59972b32a23d7af4d474aae8fae780a2
@@ -0,0 +1 @@
14cfff24c33ab38670b5a4be50e8bc7e6a04b2d8
Binary file not shown.
@@ -0,0 +1 @@
d5f369664337db62a9460e9f7d716f70
@@ -0,0 +1 @@
7a48ea8114a97de260f0dee3c487e56746ee7979
@@ -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-p8</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>
@@ -0,0 +1 @@
e12ac795b1afeffa72ce5ef36be6b24f
@@ -0,0 +1 @@
89b8e7633b1ecb6bb3d4446838834303f7312b9a
Expand Up @@ -3,7 +3,7 @@
<groupId>org.glassfish.jersey.archetypes</groupId>
<artifactId>jersey-heroku-webapp</artifactId>
<versioning>
<release>2.27.payara-p7</release>
<release>2.27.payara-p8</release>
<versions>
<version>2.27-payara-p1</version>
<version>2.27.payara-p2</version>
Expand All @@ -16,7 +16,8 @@
<version>2.25.1.payara-p3</version>
<version>2.27.payara-p6</version>
<version>2.27.payara-p7</version>
<version>2.27.payara-p8</version>
</versions>
<lastUpdated>20180705201333</lastUpdated>
<lastUpdated>20180801213025</lastUpdated>
</versioning>
</metadata>
@@ -1 +1 @@
607b9af187fe8a4fa33849ef0a968ed8
322df38f3553ed48eafa1b0d5c84f1b0
@@ -1 +1 @@
70686daa91f61ef4022561105454ecc39b7ea788
803962cb2ab864b1ab460691c3eac2242e4fddea
Binary file not shown.
@@ -0,0 +1 @@
d923e1d5b321d5fc79116616b7febf02
@@ -0,0 +1 @@
1d213347f3ae304415b4600fed78480eeb792959
Binary file not shown.
@@ -0,0 +1 @@
1448692e346a1dc945cd59e3b394452b
@@ -0,0 +1 @@
412ff36710899b3aeda7f368583093a43510517b
@@ -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-p8</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>
@@ -0,0 +1 @@
e28c7d8d6ec50b8e0724ab67507113ec
@@ -0,0 +1 @@
44923c23dacfe56ca1ca286038d65f458c0eb26d
Expand Up @@ -3,7 +3,7 @@
<groupId>org.glassfish.jersey.archetypes</groupId>
<artifactId>jersey-quickstart-grizzly2</artifactId>
<versioning>
<release>2.27.payara-p7</release>
<release>2.27.payara-p8</release>
<versions>
<version>2.27-payara-p1</version>
<version>2.27.payara-p2</version>
Expand All @@ -16,7 +16,8 @@
<version>2.25.1.payara-p3</version>
<version>2.27.payara-p6</version>
<version>2.27.payara-p7</version>
<version>2.27.payara-p8</version>
</versions>
<lastUpdated>20180705201333</lastUpdated>
<lastUpdated>20180801213025</lastUpdated>
</versioning>
</metadata>
@@ -1 +1 @@
00b9c3afb4285449fa1f00d0229419c4
87dd9c566416cdedaaee3c0508406c43
@@ -1 +1 @@
a7c6b959d0604310872c1de175a2cc3f04181ab2
4c1a62c96ee111016599e5dcc60a8fe1dd2d7c31
Binary file not shown.
@@ -0,0 +1 @@
cf818a5a2183e8b35b16068fb1433ea8
@@ -0,0 +1 @@
66ff5eef15e77852dc190d0fc86952c6847ab14c
Binary file not shown.
@@ -0,0 +1 @@
16d6d71c7d1a23811cc295809a74c121
@@ -0,0 +1 @@
757b4d30b82db1a275ff3da329f9a759359ad6ba

0 comments on commit cd1d213

Please sign in to comment.