Updated to Jettison 1.5.7 - Until the Jettison is really released, you can override the version with -Djettison.version=1.5.7-SNAPSHOT after you build it locally including the fix. - Colours.getColourListAsJSON has to declare or catch the JSONException now - Enabled and fixed examples disabled in previous commit - Deleted commented out examples which already did not exist - Fixed dependency scopes of jettison Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
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.