Skip to content

Commit

Permalink
Merge pull request #130 from jamezp/q3y23-releases
Browse files Browse the repository at this point in the history
Add release information for Q3 releases.
  • Loading branch information
jamezp committed Aug 22, 2023
2 parents 060c289 + 27b0d73 commit 4f86d2a
Show file tree
Hide file tree
Showing 2 changed files with 66 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.5.Final
date: 2023-08-21
license: ASL v2
source: https://github.com/resteasy/resteasy/releases/download/6.2.5.Final/resteasy-6.2.5.Final-src.zip
size: 39.4 MB
release_notes: https://github.com/resteasy/resteasy/releases/tag/6.2.5.Final
download_link: https://github.com/resteasy/resteasy/releases/download/6.2.5.Final/resteasy-6.2.5.Final-all.zip
download_text: resteasy-6.2.5.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.5.Final/userguide/html_single/index.html
link: https://docs.jboss.org/resteasy/docs/6.2.5.Final/userguide/html/index.html
pdf: https://docs.jboss.org/resteasy/docs/6.2.5.Final/userguide/pdf/resteasy-reference-guide.pdf
java_doc: https://docs.jboss.org/resteasy/docs/6.2.5.Final/javadocs/index.html
- version: 6.2.4.Final
date: 2023-05-15
license: ASL v2
Expand Down Expand Up @@ -167,6 +185,24 @@
- group: 5.0.x
supported: true
detail:
- version: 5.0.8.Final
date: 2023-08-21
license: ASL v2
source: https://github.com/resteasy/resteasy/releases/download/5.0.8.Final/resteasy-jaxrs-5.0.8.Final-src.zip
size: 31.8 MB
release_notes: https://github.com/resteasy/resteasy/releases/tag/5.0.8.Final
download_link: https://github.com/resteasy/resteasy/releases/download/5.0.8.Final/resteasy-jaxrs-5.0.8.Final-all.zip
download_text: resteasy-jaxrs-5.0.8.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.8.Final/userguide/html_single/index.html
link: https://docs.jboss.org/resteasy/docs/5.0.8.Final/userguide/html/index.html
pdf: https://docs.jboss.org/resteasy/docs/5.0.8.Final/userguide/pdf/resteasy-reference-guide-en-US.pdf
java_doc: https://docs.jboss.org/resteasy/docs/5.0.8.Final/javadocs/index.html
- version: 5.0.7.Final
date: 2023-05-15
license: ASL v2
Expand Down
30 changes: 30 additions & 0 deletions _posts/2023-08-21-resteasy-releases.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
layout: post
title: "Q3 2023 RESTEasy Quarterly Releases"
subtitle: ""
date: August 21, 2023 11:11:11 PDT
author: James R. Perkins
---

Today we announce some new RESTEasy releases. These are the 2023 Q3 releases. There have been two releases; 5.0.8.Final
and 6.2.5.Final.

## [6.2.5.Final]({{ site.baseurl }}/downloads#625final)

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.

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

## [5.0.8.Final]({{ site.baseurl }}/downloads#508final)

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.

Full release notes for this release can be found [here](https://github.com/resteasy/resteasy/releases/tag/5.0.8.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.

0 comments on commit 4f86d2a

Please sign in to comment.