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

FISH-196 EJB injection in stateless resource in ear #330

Merged
merged 1 commit into from
Oct 2, 2020
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 @@
82d9e9c1b8dcb0264c0a3a6b8ee5d202
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1df0dd642391cf39a1d2e53744fcd362b9042082
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10a7b710437295688a56bc89d8b0e9d8
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
567e2a4dcd1cd1d64b3ebfa3eef1c4fc4bdb9d04
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-p3</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 @@
e559666d83863b848885f23e97349b7f
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
80cba019f66ab0ce140e114fe1b1d9990f868a28
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-p2</release>
<release>2.30.payara-p3</release>
<versions>
<version>2.27-payara-p1</version>
<version>2.27.payara-p2</version>
Expand Down Expand Up @@ -36,7 +36,8 @@
<version>2.29.1.payara-p1</version>
<version>2.30.payara-p1</version>
<version>2.30.payara-p2</version>
<version>2.30.payara-p3</version>
</versions>
<lastUpdated>20200416092715</lastUpdated>
<lastUpdated>20200915083624</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9ae0168820aea6856547392a6b01d1d6
0e0675d956a069a556c19ec1e5f505f7
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1bba3396366a6282125ecdc2e529bcb59c7523a5
eec7c54fa40d4fce7cda36f272f8b9f2c575f1ab
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ca7353661f65c9358cd585b244471abf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a0ed6037901aac2412724da8eff947beb796f435
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2cae10a956e38c98df2fed42ce883baa
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1b68062f5797b72aa17ca466f3f7c0fbca3ee371
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-p3</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 @@
e7c139b11d9001daf2dccc02fa7dd106
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b7e9fb76832253fd0d79702be4649b069bfd0d19
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-p2</release>
<release>2.30.payara-p3</release>
<versions>
<version>2.27-payara-p1</version>
<version>2.27.payara-p2</version>
Expand Down Expand Up @@ -36,7 +36,8 @@
<version>2.29.1.payara-p1</version>
<version>2.30.payara-p1</version>
<version>2.30.payara-p2</version>
<version>2.30.payara-p3</version>
</versions>
<lastUpdated>20200416092713</lastUpdated>
<lastUpdated>20200915083622</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e7df6a22bcbdbcffa29ee998539494c2
99f065d10c6ed2a49d1a096c3f067fa1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
48ebd5c1bd5a87a3b9ce7df54e6f907119d62101
74cfebcc2a5ad23a2be2ff1e0f757713a9c185f5
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f16ec98f49d48d3261a8d901f36bf71d
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3f423f40b39c95d9c5f06f36234aa47a6a8d3def
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
694e22aee72049b74268d2bc45fbff1f
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
51b042c1803192c68d7f5c367a48c98c5ca1c648
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-p3</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 @@
4f5c3565c4ebd249163c99cb9c860621
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a4c68f448fca32c2e860cebfb6568da9b6eb73e9
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-p2</release>
<release>2.30.payara-p3</release>
<versions>
<version>2.27-payara-p1</version>
<version>2.27.payara-p2</version>
Expand Down Expand Up @@ -36,7 +36,8 @@
<version>2.29.1.payara-p1</version>
<version>2.30.payara-p1</version>
<version>2.30.payara-p2</version>
<version>2.30.payara-p3</version>
</versions>
<lastUpdated>20200416092713</lastUpdated>
<lastUpdated>20200915083622</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
71cb9e044a53d518d932da4808eee5ea
7cdad03a510c9734337c0aba85671c10
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5b49e0cab9e3a91d5fa880540d2563b2294d9ff3
411af6c8ba9afc9adc1b2b09800b02ed8115176c
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f739cf0ad07e5a03d381ce6f69296a0c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7aa6a879f8a95fd33ed2debe76eb797eb88c687a
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c434fceb5cbd786ac91383a6a7220ae0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d7e4233c6af18a9d10737c1d3ae7279452f027d1
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-p3</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 @@
7cef4b4de7f3973c267c1af7de164cbf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a19a0833ea4b90b0b1411b70e0625fafdcee887c
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-p2</release>
<release>2.30.payara-p3</release>
<versions>
<version>2.27-payara-p1</version>
<version>2.27.payara-p2</version>
Expand Down Expand Up @@ -36,7 +36,8 @@
<version>2.29.1.payara-p1</version>
<version>2.30.payara-p1</version>
<version>2.30.payara-p2</version>
<version>2.30.payara-p3</version>
</versions>
<lastUpdated>20200416092714</lastUpdated>
<lastUpdated>20200915083623</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a8fa8346e06f51248ce4d4729e18b6d5
7c52a4299f8e89b4ffcec16eb8c70c30
Loading