Merge pull request #4438 from tvallin/master

* Fix: helloworld-cdi2-se, helloworld-pure-jax-rs, helloworld-spring-annotations, helloworld-weld, http-patch, json-jettison, json-moxy

Signed-off-by: tvallin <thibault.vallin@oracle.com>

* Fix example server-sent-events-jaxrs

Signed-off-by: tvallin <thibault.vallin@oracle.com>

* Fix example server-sent-events-jersey

Signed-off-by: tvallin <thibault.vallin@oracle.com>

* Update copyright

Signed-off-by: tvallin <thibault.vallin@oracle.com>

* Fix cdi2-se example

Signed-off-by: tvallin <thibault.vallin@oracle.com>

* Update WELD version

Signed-off-by: tvallin <thibault.vallin@oracle.com>

* Include dependency into jdk11+ profile

Signed-off-by: tvallin <thibault.vallin@oracle.com>

* Remove istack dependency from main pom

Signed-off-by: tvallin <thibault.vallin@oracle.com>

* Add istack version

Signed-off-by: tvallin <thibault.vallin@oracle.com>

* Some clean up

Signed-off-by: tvallin <thibault.vallin@oracle.com>

* Fix weld dependency version

Signed-off-by: tvallin <thibault.vallin@oracle.com>
tree: 320bbfb43387ddbdc224adf5e28a7d3ca7fb78e6
  1. archetypes/
  2. bom/
  3. bundles/
  4. connectors/
  5. containers/
  6. core-client/
  7. core-common/
  8. core-server/
  9. docs/
  10. etc/
  11. examples/
  12. ext/
  13. incubator/
  14. inject/
  15. media/
  16. security/
  17. test-framework/
  18. tests/
  19. tools/
  20. .gitignore
  21. .travis.yml
  22. CONTRIBUTING.md
  23. LICENSE.md
  24. NOTICE.md
  25. pom.xml
  26. README.md
README.md

Build Status  EPL-2.0  GPL+CPE-2.0

About Jersey

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:

  • Track the JAX-RS API and provide regular releases of production quality Reference Implementations that ships with GlassFish;
  • Provide APIs to extend Jersey & Build a community of users and developers; and finally
  • Make it easy to build RESTful Web services utilising Java and the Java Virtual Machine.

Licensing and Governance

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.

More Info on Jersey

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.