| commit | 0f65e5d6428098dfa724c0ef3510a8aea77f74fc | [log] [tgz] |
|---|---|---|
| author | Daniel Kec <daniel.kec@oracle.com> | Wed Jun 10 10:59:57 2020 +0200 |
| committer | Maxim Nesen <24524084+senivam@users.noreply.github.com> | Wed Sep 23 18:40:03 2020 +0200 |
| tree | fd33f4259841ea8c71cedcbf7f490e0dc9dbe8f4 | |
| parent | 56a5634fd4d8ef5857de612684e8761667269d51 [diff] |
SSE Flow.Subscriber injectable as event sink * Java Flow api used only by JerseyEventSink in java 11+ * Reactive streams tck tests for JerseyEventSink * Cancel on close propagation * Remove tests contradicting reactive streams spec https://github.com/reactive-streams/reactive-streams-jvm#2.13 Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Jersey is a REST framework that provides JAX-RS Reference Implementation and more. Jersey provides its own APIs that extend the JAX-RS toolkit with additional features and utilities to further simplify RESTful service and client development. Jersey also exposes numerous extension SPIs so that developers may extend Jersey to best suit their needs.
Goals of Jersey project can be summarized in the following points:
Jersey is licensed under a dual license - EPL 2.0 and GPL 2.0 with Class-path Exception. That means you can choose which one of the two suits your needs better and use it under those terms.
We use contribution policy, which means we can only accept contributions under the terms of ECA.
See the Jersey website to access Jersey documentation. If you run into any issues or have questions, ask at jersey-dev@eclipse.org (need to subscribe first), StackOverflow or file an issue on Jersey GitHub Project. You can follow us on Twitter, too.