commit | c111c262a971694e8592be90e0929da55bb3cd0e | [log] [tgz] |
---|---|---|
author | Markus KARG <markus@headcrashing.eu> | Mon May 06 11:56:16 2019 +0200 |
committer | jansupol <15908245+jansupol@users.noreply.github.com> | Mon May 06 11:56:16 2019 +0200 |
tree | 1ba037ca5a49922bab4db8817d1c8092a58c9f39 | |
parent | d965220a56442dbc5d921c1b11dc00a09c9e761e [diff] |
Support for JAX-RS 2.2's hasProperties method (#4117) Potential performance improvement by directly accessing the key set's retrieval method instead of pulling the actual property value might be slightly faster in some cases. Signed-off-by: Markus KARG <markus@headcrashing.eu>
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, StackOverflow or file an issue on Jersey GitHub Project.