commit | 6ad2d5bf3544016f9fe396c9dfcf954aec53d512 | [log] [tgz] |
---|---|---|
author | jansupol <jan.supol@oracle.com> | Wed Mar 20 13:21:30 2024 +0100 |
committer | jansupol <15908245+jansupol@users.noreply.github.com> | Thu Mar 21 13:23:20 2024 +0100 |
tree | 6b83d6ab0855170014a0bfbb8c8e32945c8ea4cd | |
parent | 90d0e7dc9400c8cb82336002f9d9aa01cab0e4bc [diff] |
Replace ThreadLocal with ConcurrentQueue in HttpDateFormat Introduce a common facade for SimpleDateFormat and DateTimeFormatter Able to switch to DateTimeFormatter for a small performance boost Signed-off-by: jansupol <jan.supol@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.