Skip to content
This repository was archived by the owner on Jan 27, 2021. It is now read-only.

Jersey fails to build under JDK8 #2430 #12

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions archetypes/jersey-quickstart-ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

Copyright (c) 2010-2013 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2010-2014 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
Expand Down Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.jersey.archetypes</groupId>
<artifactId>jersey-archetypes</artifactId>
<version>1.18</version>
<version>1.18.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</dependencies>

<properties>
<jersey-version>1.18</jersey-version>
<jersey-version>1.18.4-SNAPSHOT</jersey-version>
<netbeans.hint.deploy.server>gfv3ee6</netbeans.hint.deploy.server>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions archetypes/jersey-quickstart-grizzly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

Copyright (c) 2010-2013 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2010-2014 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
Expand Down Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.jersey.archetypes</groupId>
<artifactId>jersey-archetypes</artifactId>
<version>1.18</version>
<version>1.18.4-SNAPSHOT</version>
</parent>
<artifactId>jersey-quickstart-grizzly</artifactId>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@
</plugins>
</build>
<properties>
<jersey-version>1.18</jersey-version>
<jersey-version>1.18.4-SNAPSHOT</jersey-version>
</properties>
</project>
4 changes: 2 additions & 2 deletions archetypes/jersey-quickstart-grizzly2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

Copyright (c) 2010-2013 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2010-2014 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
Expand Down Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.jersey.archetypes</groupId>
<artifactId>jersey-archetypes</artifactId>
<version>1.18</version>
<version>1.18.4-SNAPSHOT</version>
</parent>
<artifactId>jersey-quickstart-grizzly2</artifactId>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@
</plugins>
</build>
<properties>
<jersey-version>1.18</jersey-version>
<jersey-version>1.18.4-SNAPSHOT</jersey-version>
</properties>
</project>
4 changes: 2 additions & 2 deletions archetypes/jersey-quickstart-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

Copyright (c) 2010-2013 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2010-2014 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
Expand Down Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.jersey.archetypes</groupId>
<artifactId>jersey-archetypes</artifactId>
<version>1.18</version>
<version>1.18.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</dependency>
</dependencies>
<properties>
<jersey.version>1.18</jersey.version>
<jersey.version>1.18.4-SNAPSHOT</jersey.version>
<glassfish.version>3.1.1</glassfish.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
6 changes: 3 additions & 3 deletions archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

Copyright (c) 2010-2013 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2010-2014 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
Expand Down Expand Up @@ -47,11 +47,11 @@
<parent>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-project</artifactId>
<version>1.18</version>
<version>1.18.4-SNAPSHOT</version>
</parent>

<groupId>com.sun.jersey.archetypes</groupId>
<version>1.18</version>
<version>1.18.4-SNAPSHOT</version>
<artifactId>jersey-archetypes</artifactId>
<packaging>pom</packaging>
<name>All Jersey Archetypes</name>
Expand Down
28 changes: 6 additions & 22 deletions archive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

Copyright (c) 2010-2013 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2010-2014 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
Expand Down Expand Up @@ -42,13 +42,13 @@
-->

<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">
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>com.sun.jersey</groupId>
<artifactId>jersey-project</artifactId>
<version>1.18</version>
<version>1.18.4-SNAPSHOT</version>
</parent>
<artifactId>jersey-archive</artifactId>
<name>Jersey archive for non-maven users</name>
Expand Down Expand Up @@ -330,14 +330,6 @@
<overWrite>false</overWrite>
<outputDirectory>${assembly.directory}</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
<version>3.1</version>
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>${assembly.directory}</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
Expand Down Expand Up @@ -543,14 +535,6 @@
<overWrite>false</overWrite>
<outputDirectory>${assembly.directory}</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
<version>3.1</version>
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>${assembly.directory}</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
Expand Down Expand Up @@ -675,7 +659,7 @@
</profiles>
<build>
<plugins>
<plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptors>
Expand All @@ -696,7 +680,7 @@
</build>

<properties>
<assembly.directory>${project.build.directory}/assembly</assembly.directory>
<assembly.directory>${project.build.directory}/assembly</assembly.directory>
</properties>

</project>
4 changes: 2 additions & 2 deletions contribs/ant-wadl-task/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

Copyright (c) 2010-2013 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2010-2014 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
Expand Down Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-contribs</artifactId>
<version>1.18</version>
<version>1.18.4-SNAPSHOT</version>
</parent>
<artifactId>ant-wadl-task</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex03_1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.18</version>
<version>1.18.4-SNAPSHOT</version>
</parent>
<artifactId>ex03_1</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex04_1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.18</version>
<version>1.18.4-SNAPSHOT</version>
</parent>
<packaging>war</packaging>
<name>ex04_1</name>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex04_2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.18</version>
<version>1.18.4-SNAPSHOT</version>
</parent>
<artifactId>ex04_2</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex04_3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.18</version>
<version>1.18.4-SNAPSHOT</version>
</parent>
<artifactId>ex04_3</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex05_1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.18</version>
<version>1.18.4-SNAPSHOT</version>
</parent>
<artifactId>ex05_1</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex05_2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.18</version>
<version>1.18.4-SNAPSHOT</version>
</parent>
<artifactId>ex05_2</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex06_1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.18</version>
<version>1.18.4-SNAPSHOT</version>
</parent>
<artifactId>ex06_1</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex06_2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.18</version>
<version>1.18.4-SNAPSHOT</version>
</parent>
<artifactId>ex06_2</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex07_1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.18</version>
<version>1.18.4-SNAPSHOT</version>
</parent>
<artifactId>ex07_1</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex08_1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.18</version>
<version>1.18.4-SNAPSHOT</version>
</parent>
<artifactId>ex08_1</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex08_2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.18</version>
<version>1.18.4-SNAPSHOT</version>
</parent>
<artifactId>ex08_2</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex09_1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.18</version>
<version>1.18.4-SNAPSHOT</version>
</parent>
<artifactId>ex09_1</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex09_2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.18</version>
<version>1.18.4-SNAPSHOT</version>
</parent>
<artifactId>ex09_2</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex10_1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.18</version>
<version>1.18.4-SNAPSHOT</version>
</parent>
<artifactId>ex10_1</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex11_1/ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>ex11_1_pom</artifactId>
<version>1.18</version>
<version>1.18.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ex11_1-ear</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex11_1/ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>ex11_1_pom</artifactId>
<version>1.18</version>
<version>1.18.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ex11_1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex11_1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.18</version>
<version>1.18.4-SNAPSHOT</version>
</parent>
<artifactId>ex11_1_pom</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex11_1/war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>ex11_1_pom</artifactId>
<version>1.18</version>
<version>1.18.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ex11_1-war</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion contribs/bill-burke-book/ex11_2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>bill-burke-book-examples</artifactId>
<version>1.18</version>
<version>1.18.4-SNAPSHOT</version>
</parent>
<artifactId>ex11_2</artifactId>
<packaging>war</packaging>
Expand Down
Loading