Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jersey-dev] Jersey 3.0.1 has been released & more January news
  • From: Jan Supol <jan.supol@xxxxxxxxxx>
  • Date: Wed, 27 Jan 2021 21:08:23 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oracle.com; dmarc=pass action=none header.from=oracle.com; dkim=pass header.d=oracle.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=Iighj/ci66r0eD1JTAAIpZD2fljm3ODn3xJX88l4tH0=; b=K/9RyfyU+/m5XsH/i//PdKvRCDG3w8ghwGdodgpnFMG0NxakU30kEhIAg0FN537yKyTNr9uKS4d20UVGHnln92pTttZK6KX0R/JbsSDpIU5gaPpwq4AYQM1vOgQSgmF/sG0o+xoEqYAN1Bj9XKFdzwrcjC8W6EYSXt8MoXgRAUErgj8I5cFFynK9kPhzb1fBakx20OI0jkeqqga1oFLwWHjVsJuIrcGXpakHNXx6lYSt3azoW/q0M2Cja+rybrlwhzwfau7N1M/iy0jYEFsrmtMmW4gFs0JxDlJ1uaEDed+IJ7BGrBQxlWOjJxpKruTid3coOXLD5CaeVfAaNYqZVg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ExN68Je+YgfWx4WrzpJipQza2IQnqTuFNf+6r0OWrK8JruuNNl91OwTAp5rkGg/s/778lQBafEfn9od9JADIVO+RB26j0EGwFu+hJLXsYlcz4U79AnbK4kaAaN+HjOhQSTCi5NMcPlZO9K2OMhrNXE8jLIUAJAqa8AlqfVGDkncXqIr5fSpm9Q/R5S+fk3czqoGGLObWeI9Wu38vMZaNFdkHGXK4uCXRAu0LrLTBILetUCdR81SoRCNe1286L8La5b5+SIztoyCVGHwyG8nRKObPyXzoHEK13UVwFLIrzOtnJiJurUxsOj5gg1ZbVCQJc/yJw95XjYLjGYUa3saZQg==
  • Delivered-to: jersey-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jersey-dev/>
  • List-help: <mailto:jersey-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jersey-dev>, <mailto:jersey-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jersey-dev>, <mailto:jersey-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHW9ORjmktZznTH3EOcgCzFQKV0Nw==
  • Thread-topic: Jersey 3.0.1 has been released & more January news

Dear Jersey users,
I'd like to inform you that Jersey 3.0.1 has been released. 

Right before Christmas, we released Jersey 2.33 and we adopted all the changes from Jersey 2.33 in the Jakarta REST 3.0 compatible Jersey 3.0.1 release. The changes mainly include only optional dependency on JAX-B API as well as on other JDK XML related classes. We also fixed the issue with Jetty on JDK 11. Please see the complete list of changes in Jersey 2.33 [1] and 3.0.1 [2].

We also split the documentation to Jersey 3.x part which has been updated and has a new *latest3x* URI [3], and to the Jersey 2.x part which is available on the *latest* URI as usual [4].

Finally, we moved the Java EE related Jersey repositories on GitHub from the original Jersey project [5] to the Java EE project [6], where there are the repositories with the history of Jersey 1.x, as well Jersey 2.0 - 2.26 and all other original repositories from the original Jersey GitHub Project. We recreated the repositories with the same name under the original project to contain a README with exact links. 

Note that the GitHub JAX-RS project [7] has been moved under the Java EE project, too. Similar to the Jersey GitHub repository, we created READMEs with links to the Java EE GitHub repositories.
We redirected *jax-rs.github.io* to the new Jakarta RESTful Web Services web pages [8].

Thank you
-- Jan




Back to the top