Skip to content

Commit

Permalink
Merge pull request #131 from jamezp/q4y23-releases
Browse files Browse the repository at this point in the history
Add release information for Q4 releases.
  • Loading branch information
jamezp committed Nov 2, 2023
2 parents 8426594 + 7682618 commit 4e9f6b3
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 0 deletions.
36 changes: 36 additions & 0 deletions _data/releases.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
- group: 6.2.x
supported: true
detail:
- version: 6.2.6.Final
date: 2023-11-02
license: ASL v2
source: https://github.com/resteasy/resteasy/releases/download/6.2.6.Final/resteasy-6.2.6.Final-src.zip
size: 39.5 MB
release_notes: https://github.com/resteasy/resteasy/releases/tag/6.2.6.Final
download_link: https://github.com/resteasy/resteasy/releases/download/6.2.6.Final/resteasy-6.2.6.Final-all.zip
download_text: resteasy-6.2.6.Final-all.zip
jakarta_rest_spec:
version: 3.1
link: https://jakarta.ee/specifications/restful-ws/3.1/jakarta-restful-ws-spec-3.1.html
java_doc: https://jakarta.ee/specifications/restful-ws/3.1/apidocs
documentation:
examples: https://github.com/resteasy/resteasy-examples/
single_page: https://docs.jboss.org/resteasy/docs/6.2.6.Final/userguide/html_single/index.html
link: https://docs.jboss.org/resteasy/docs/6.2.6.Final/userguide/html/index.html
pdf: https://docs.jboss.org/resteasy/docs/6.2.6.Final/userguide/pdf/resteasy-reference-guide.pdf
java_doc: https://docs.jboss.org/resteasy/docs/6.2.6.Final/javadocs/index.html
- version: 6.2.5.Final
date: 2023-08-21
license: ASL v2
Expand Down Expand Up @@ -185,6 +203,24 @@
- group: 5.0.x
supported: true
detail:
- version: 5.0.9.Final
date: 2023-11-02
license: ASL v2
source: https://github.com/resteasy/resteasy/releases/download/5.0.9.Final/resteasy-jaxrs-5.0.9.Final-src.zip
size: 31.9 MB
release_notes: https://github.com/resteasy/resteasy/releases/tag/5.0.9.Final
download_link: https://github.com/resteasy/resteasy/releases/download/5.0.9.Final/resteasy-jaxrs-5.0.9.Final-all.zip
download_text: resteasy-jaxrs-5.0.9.Final-all.zip
jakarta_rest_spec:
version: 2.1
link: https://jakarta.ee/specifications/restful-ws/2.1/restful-ws-spec-2.1.html
java_doc: https://jakarta.ee/specifications/restful-ws/2.1/apidocs
documentation:
examples: https://github.com/resteasy/resteasy-examples/releases/tag/4.2.0.Final
single_page: https://docs.jboss.org/resteasy/docs/5.0.9.Final/userguide/html_single/index.html
link: https://docs.jboss.org/resteasy/docs/5.0.9.Final/userguide/html/index.html
pdf: https://docs.jboss.org/resteasy/docs/5.0.9.Final/userguide/pdf/resteasy-reference-guide-en-US.pdf
java_doc: https://docs.jboss.org/resteasy/docs/5.0.9.Final/javadocs/index.html
- version: 5.0.8.Final
date: 2023-08-21
license: ASL v2
Expand Down
32 changes: 32 additions & 0 deletions _posts/2023-11-02-resteasy-releases.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
layout: post
title: "Q4 2023 RESTEasy Quarterly Releases"
subtitle: ""
date: November 2, 2023 11:11:11 PDT
author: James R. Perkins
---

Today we announce some new RESTEasy releases. These are the 2023 Q4 releases. There have been two releases; 5.0.9.Final
and 6.2.6.Final.

## [6.2.6.Final]({{ site.baseurl }}/downloads#626final)

This is the latest release for the [Jakarta RESTful Web Services 3.1](https://jakarta.ee/specifications/restful-ws/3.1/)
specification. The release consists mostly of bug fixes and component upgrades. This release includes upgrades to
Netty and Undertow for [CVE-2023-44487](https://access.redhat.com/security/cve/cve-2023-44487) (Rapid Reset).

Full release notes for this release can be found [here](https://github.com/resteasy/resteasy/releases/tag/6.2.6.Final).

## [5.0.9.Final]({{ site.baseurl }}/downloads#509final)

This is the latest, and preferred, release for the
[Jakarta RESTful Web Services 2.1](https://jakarta.ee/specifications/restful-ws/2.1/) specification. This release
is primarily component upgrades with a few bug fixes. This release includes upgrades to
Netty and Undertow for [CVE-2023-44487](https://access.redhat.com/security/cve/cve-2023-44487) (Rapid Reset).

Full release notes for this release can be found [here](https://github.com/resteasy/resteasy/releases/tag/5.0.9.Final).

## Finally

As always, [feedback](https://github.com/resteasy/resteasy/discussions/) is welcome. Stay safe, and, depending on where
you are, stay warm or be cool.
3 changes: 3 additions & 0 deletions docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ <h4 class="release-title">RESTEasy {{ detail.version }} <small>({{ detail.date }
{% if detail.documentation.link %}
<li><a href="{{ detail.documentation.link }}" target="_blank">Documentation</a></li>
{% endif %}
{% if detail.documentation.java_doc %}
<li><a href="{{ detail.documentation.java_doc }}" target="_blank">JavaDoc</a></li>
{% endif %}
{% if detail.download_link %}
<li><a href="{{ detail.download_link }}" target="_blank">Download</a></li>
{% endif %}
Expand Down

0 comments on commit 4e9f6b3

Please sign in to comment.