Skip to content

Commit 7682618

Browse files
committed
Add release information for Q4 releases.
Signed-off-by: James R. Perkins <[email protected]>
1 parent 8426594 commit 7682618

File tree

3 files changed

+71
-0
lines changed

3 files changed

+71
-0
lines changed

_data/releases.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
- group: 6.2.x
22
supported: true
33
detail:
4+
- version: 6.2.6.Final
5+
date: 2023-11-02
6+
license: ASL v2
7+
source: https://github.com/resteasy/resteasy/releases/download/6.2.6.Final/resteasy-6.2.6.Final-src.zip
8+
size: 39.5 MB
9+
release_notes: https://github.com/resteasy/resteasy/releases/tag/6.2.6.Final
10+
download_link: https://github.com/resteasy/resteasy/releases/download/6.2.6.Final/resteasy-6.2.6.Final-all.zip
11+
download_text: resteasy-6.2.6.Final-all.zip
12+
jakarta_rest_spec:
13+
version: 3.1
14+
link: https://jakarta.ee/specifications/restful-ws/3.1/jakarta-restful-ws-spec-3.1.html
15+
java_doc: https://jakarta.ee/specifications/restful-ws/3.1/apidocs
16+
documentation:
17+
examples: https://github.com/resteasy/resteasy-examples/
18+
single_page: https://docs.jboss.org/resteasy/docs/6.2.6.Final/userguide/html_single/index.html
19+
link: https://docs.jboss.org/resteasy/docs/6.2.6.Final/userguide/html/index.html
20+
pdf: https://docs.jboss.org/resteasy/docs/6.2.6.Final/userguide/pdf/resteasy-reference-guide.pdf
21+
java_doc: https://docs.jboss.org/resteasy/docs/6.2.6.Final/javadocs/index.html
422
- version: 6.2.5.Final
523
date: 2023-08-21
624
license: ASL v2
@@ -185,6 +203,24 @@
185203
- group: 5.0.x
186204
supported: true
187205
detail:
206+
- version: 5.0.9.Final
207+
date: 2023-11-02
208+
license: ASL v2
209+
source: https://github.com/resteasy/resteasy/releases/download/5.0.9.Final/resteasy-jaxrs-5.0.9.Final-src.zip
210+
size: 31.9 MB
211+
release_notes: https://github.com/resteasy/resteasy/releases/tag/5.0.9.Final
212+
download_link: https://github.com/resteasy/resteasy/releases/download/5.0.9.Final/resteasy-jaxrs-5.0.9.Final-all.zip
213+
download_text: resteasy-jaxrs-5.0.9.Final-all.zip
214+
jakarta_rest_spec:
215+
version: 2.1
216+
link: https://jakarta.ee/specifications/restful-ws/2.1/restful-ws-spec-2.1.html
217+
java_doc: https://jakarta.ee/specifications/restful-ws/2.1/apidocs
218+
documentation:
219+
examples: https://github.com/resteasy/resteasy-examples/releases/tag/4.2.0.Final
220+
single_page: https://docs.jboss.org/resteasy/docs/5.0.9.Final/userguide/html_single/index.html
221+
link: https://docs.jboss.org/resteasy/docs/5.0.9.Final/userguide/html/index.html
222+
pdf: https://docs.jboss.org/resteasy/docs/5.0.9.Final/userguide/pdf/resteasy-reference-guide-en-US.pdf
223+
java_doc: https://docs.jboss.org/resteasy/docs/5.0.9.Final/javadocs/index.html
188224
- version: 5.0.8.Final
189225
date: 2023-08-21
190226
license: ASL v2
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
layout: post
3+
title: "Q4 2023 RESTEasy Quarterly Releases"
4+
subtitle: ""
5+
date: November 2, 2023 11:11:11 PDT
6+
author: James R. Perkins
7+
---
8+
9+
Today we announce some new RESTEasy releases. These are the 2023 Q4 releases. There have been two releases; 5.0.9.Final
10+
and 6.2.6.Final.
11+
12+
## [6.2.6.Final]({{ site.baseurl }}/downloads#626final)
13+
14+
This is the latest release for the [Jakarta RESTful Web Services 3.1](https://jakarta.ee/specifications/restful-ws/3.1/)
15+
specification. The release consists mostly of bug fixes and component upgrades. This release includes upgrades to
16+
Netty and Undertow for [CVE-2023-44487](https://access.redhat.com/security/cve/cve-2023-44487) (Rapid Reset).
17+
18+
Full release notes for this release can be found [here](https://github.com/resteasy/resteasy/releases/tag/6.2.6.Final).
19+
20+
## [5.0.9.Final]({{ site.baseurl }}/downloads#509final)
21+
22+
This is the latest, and preferred, release for the
23+
[Jakarta RESTful Web Services 2.1](https://jakarta.ee/specifications/restful-ws/2.1/) specification. This release
24+
is primarily component upgrades with a few bug fixes. This release includes upgrades to
25+
Netty and Undertow for [CVE-2023-44487](https://access.redhat.com/security/cve/cve-2023-44487) (Rapid Reset).
26+
27+
Full release notes for this release can be found [here](https://github.com/resteasy/resteasy/releases/tag/5.0.9.Final).
28+
29+
## Finally
30+
31+
As always, [feedback](https://github.com/resteasy/resteasy/discussions/) is welcome. Stay safe, and, depending on where
32+
you are, stay warm or be cool.

docs.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ <h4 class="release-title">RESTEasy {{ detail.version }} <small>({{ detail.date }
2424
{% if detail.documentation.link %}
2525
<li><a href="{{ detail.documentation.link }}" target="_blank">Documentation</a></li>
2626
{% endif %}
27+
{% if detail.documentation.java_doc %}
28+
<li><a href="{{ detail.documentation.java_doc }}" target="_blank">JavaDoc</a></li>
29+
{% endif %}
2730
{% if detail.download_link %}
2831
<li><a href="{{ detail.download_link }}" target="_blank">Download</a></li>
2932
{% endif %}

0 commit comments

Comments
 (0)