commit | a843c05f14c328b59d5f66d2f2d4eb7d97d0d2b6 | [log] [tgz] |
---|---|---|
author | Gaurav Gupta <gaurav.gupta.jc@gmail.com> | Mon Jun 24 19:17:05 2019 +0530 |
committer | Maxim Nesen <24524084+senivam@users.noreply.github.com> | Mon Jun 24 15:47:05 2019 +0200 |
tree | 927e1dde83f44f06a4d2939a865993f86b1ab8ea | |
parent | b4497f5907e0de5cb570bbc4a78752011bcbbb07 [diff] |
PAYARA-3121 Jersey Crashes for EJB Classes of Same Name (#3950) * PAYARA-3121 Jersey Crashes for EJB Classes of Same Name Signed-off-by: Gaurav Gupta <gaurav.gupta.jc@gmail.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, StackOverflow or file an issue on Jersey GitHub Project.