Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change project name to Jakarta Concurrency #38

Merged
merged 1 commit into from
Oct 1, 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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Contributing to Eclipse Project for Concurrency Utilities
# Contributing to the Jakarta Concurrency Compatible Implementation

Thanks for your interest in this project.

## Project description

Concurrency Utilities for Java EE provides a simple, standardized API for using
Jakarta Concurrency provides a simple, standardized API for using
concurrency from application components without compromising container integrity
while still preserving the Java EE platform's fundamental benefits.
while still preserving the Jakarta EE platform's fundamental benefits.

This repo includes a compatible implementation of the Jakarta Concurrency API that is used in Eclipse GlassFish.

* https://projects.eclipse.org/projects/ee4j.cu

Expand Down Expand Up @@ -42,4 +44,4 @@ https://www.eclipse.org/projects/handbook/#resources-commit

Contact the project developers via the project's "dev" list.

*
* https://accounts.eclipse.org/mailing-list/cu-dev
7 changes: 3 additions & 4 deletions NOTICE.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Notices for Eclipse Project for Concurrency Utilities
# Notices for Jakarta Concurrency

This content is produced and maintained by the Eclipse Project for Concurrency
Utilities project.
This content is produced and maintained by the Jakarta Concurrency project.

* Project home: https://projects.eclipse.org/projects/ee4j.cu

## Trademarks

Eclipse Project for Concurrency Utilities is a trademark of the Eclipse
Jakarta Concurrency is a trademark of the Eclipse
Foundation.

## Declared Project Licenses
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Eclipse Project for Concurrency Utilities
# Jakarta EE Concurrency Compatible Implementation

Concurrency Utilities for Jakarta EE provides a simple, standardized API for using concurrency from application components without compromising container integrity while still preserving the Jakarta EE platform's fundamental benefits.
Jakarta EE Concurrency provides a simple, standardized API for using concurrency from application components without compromising container integrity while still preserving the Jakarta EE platform's fundamental benefits.

This repository provides the implementation of the Jakarta Concurrency API that is used within Eclipse GlassFish.

This repository provides the implementation of the concurrency utilities API that is used within Eclipse GlassFish.
The EE4J repository that defines the api is also on [GitHub](https://github.com/eclipse-ee4j/concurrency-api).

This project is part of the overall Jakarta EE platform and is a project within the Eclipse EE4J Project. Please see the [Eclipse EE4J Project](https://projects.eclipse.org/projects/ee4j) for details of the Top Level project.
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<version>1.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>org.glassfish.javax.enterprise.concurrent</name>
<description>Reference Implementation for JSR 236 - Concurrency Utilities for Java EE</description>
<url>http://java.net/projects/cu-javaee</url>
<description>Compatible Implementation of Jakarta Concurrency</description>
<url>https://projects.eclipse.org/projects/ee4j.cu</url>

<licenses>
<license>
Expand Down Expand Up @@ -145,7 +145,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8.1</version>
<configuration>
<doctitle>Concurrency Utilities for Java EE Reference Implementation${project.version}</doctitle>
<doctitle>Jakarta Concurrency Compatible Implementation ${project.version}</doctitle>
<bottom>
<![CDATA[Copyright &#169; 1996-2013,
<a href="http://www.oracle.com">Oracle</a>
Expand Down