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

Simple update to the README.md #26

Merged
merged 1 commit into from
Nov 4, 2018
Merged
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
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# concurrency-ri
# Eclipse Project for Concurrency Utilities

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.

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.

We have a [mailing list](https://accounts.eclipse.org/mailing-list/cu-dev) for discussions.
We have a [Jenkins Instance](https://jenkins.eclipse.org/cu/) set up for building and testing.