forked from jakartaee/rest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes for Jakarta EE 8 Release (jakartaee#779)
* Renamed project to 'Jakarta RESTful Web Services' (cherry picked from commit 66ce6b3) * Use new project name where appropriate. Remove use of acronym from Javadocs, preferring the use of 'API' over 'JAX-RS' given that the latter is implied by context. A few other minor changes. Signed-off-by: Santiago Pericas-Geertsen <[email protected]> * Fixed name in pom. Signed-off-by: Santiago Pericas-Geertsen <[email protected]>
- Loading branch information
Showing
63 changed files
with
319 additions
and
341 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,12 +15,6 @@ | |
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>net.java</groupId> | ||
<artifactId>jvnet-parent</artifactId> | ||
<version>1</version> | ||
</parent> | ||
|
||
<groupId>jakarta.ws.rs</groupId> | ||
<artifactId>jakarta.ws.rs-examples</artifactId> | ||
<version>2.1.6-SNAPSHOT</version> | ||
|
@@ -34,8 +28,8 @@ | |
</properties> | ||
|
||
<organization> | ||
<name>Oracle Corporation</name> | ||
<url>http://www.oracle.com/</url> | ||
<name>Eclipse Foundation</name> | ||
<url>https://www.eclipse.org/org/foundation/</url> | ||
</organization> | ||
|
||
<issueManagement> | ||
|
@@ -45,8 +39,8 @@ | |
|
||
<mailingLists> | ||
<mailingList> | ||
<name>JAX-RS Discussion Group </name> | ||
<archive>jaxrs-[email protected]</archive> | ||
<name>Developer Discussions</name> | ||
<archive>jaxrs-[email protected]</archive> | ||
</mailingList> | ||
</mailingLists> | ||
|
||
|
@@ -66,14 +60,10 @@ | |
|
||
<developers> | ||
<developer> | ||
<email>[email protected]</email> | ||
<id>Santiago</id> | ||
<name>Santiago Pericas-Geertsen</name> | ||
<organization>Oracle</organization> | ||
<roles> | ||
<role>JAX-RS Spec Lead</role> | ||
</roles> | ||
<timezone>EST</timezone> | ||
<id>developers</id> | ||
<name>API Developers</name> | ||
<email>[email protected]</email> | ||
<url>https://github.com/eclipse-ee4j/jaxrs-api/graphs/contributors</url> | ||
</developer> | ||
</developers> | ||
|
||
|
@@ -119,7 +109,7 @@ | |
<artifactId>maven-javadoc-plugin</artifactId> | ||
<version>2.10.3</version> | ||
<configuration> | ||
<doctitle>JAX-RS ${project.version} API Specification</doctitle> | ||
<doctitle>${project.version} API Specification</doctitle> | ||
<bottom> | ||
<![CDATA[Copyright © 1996-2014, | ||
<a href="http://www.oracle.com">Oracle</a> | ||
|
@@ -273,13 +263,13 @@ | |
<distributionManagement> | ||
<repository> | ||
<id>repo.eclipse.org</id> | ||
<name>JAX-RS API Repository - Releases</name> | ||
<name>API Repository - Releases</name> | ||
<url>https://repo.eclipse.org/content/repositories/jax-rs-api-releases/</url> | ||
</repository> | ||
|
||
<snapshotRepository> | ||
<id>repo.eclipse.org</id> | ||
<name>JAX-RS API Repository - Snapshots</name> | ||
<name>API Repository - Snapshots</name> | ||
<url>https://repo.eclipse.org/content/repositories/jax-rs-api-snapshots/</url> | ||
</snapshotRepository> | ||
</distributionManagement> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,8 +24,8 @@ | |
<artifactId>jakarta.ws.rs-api</artifactId> | ||
<version>2.1.6-SNAPSHOT</version> | ||
<packaging>bundle</packaging> | ||
<name>javax.ws.rs-api</name> | ||
<description>Java API for RESTful Web Services</description> | ||
<name>jakarta.ws.rs-api</name> | ||
<description>Jakarta RESTful Web Services API</description> | ||
|
||
<url>https://github.com/eclipse-ee4j/jaxrs-api</url> | ||
|
||
|
@@ -37,7 +37,7 @@ | |
<developers> | ||
<developer> | ||
<id>developers</id> | ||
<name>JAX-RS API Developers</name> | ||
<name>API Developers</name> | ||
<email>[email protected]</email> | ||
<url>https://github.com/eclipse-ee4j/jaxrs-api/graphs/contributors</url> | ||
</developer> | ||
|
@@ -50,7 +50,7 @@ | |
|
||
<mailingLists> | ||
<mailingList> | ||
<name>JAX-RS Developer Discussions</name> | ||
<name>Developer Discussions</name> | ||
<archive>[email protected]</archive> | ||
</mailingList> | ||
</mailingLists> | ||
|
@@ -449,7 +449,7 @@ | |
<instructions> | ||
<_failok>true</_failok> | ||
<Build-Id>${buildNumber}</Build-Id> | ||
<Bundle-Description>Java API for RESTful Web Services (JAX-RS)</Bundle-Description> | ||
<Bundle-Description>Jakarta RESTful Web Services API</Bundle-Description> | ||
<Bundle-Version>${spec.bundle.version}</Bundle-Version> | ||
<Bundle-SymbolicName>jakarta.ws.rs-api</Bundle-SymbolicName> | ||
<DynamicImport-Package>*</DynamicImport-Package> | ||
|
@@ -714,7 +714,7 @@ | |
</dependencies> | ||
|
||
<properties> | ||
<apidocs.title>JAX-RS ${spec.version} API Specification ${spec.version.revision}</apidocs.title> | ||
<apidocs.title>Jakarta RESTful Web Services ${spec.version} API Specification ${spec.version.revision}</apidocs.title> | ||
<java.version>1.8</java.version> | ||
|
||
<maven.bundle.plugin.version>3.5.0</maven.bundle.plugin.version> | ||
|
@@ -741,13 +741,13 @@ | |
<distributionManagement> | ||
<repository> | ||
<id>repo.eclipse.org</id> | ||
<name>JAX-RS API Repository - Releases</name> | ||
<name>API Repository - Releases</name> | ||
<url>https://repo.eclipse.org/content/repositories/jax-rs-api-releases/</url> | ||
</repository> | ||
|
||
<snapshotRepository> | ||
<id>repo.eclipse.org</id> | ||
<name>JAX-RS API Repository - Snapshots</name> | ||
<name>API Repository - Snapshots</name> | ||
<url>https://repo.eclipse.org/content/repositories/jax-rs-api-snapshots/</url> | ||
</snapshotRepository> | ||
</distributionManagement> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.