From 7411f6f01677389248b58ff461f5c742403b353a Mon Sep 17 00:00:00 2001 From: Maxim Nesen Date: Fri, 2 Aug 2024 09:11:06 +0200 Subject: [PATCH] Tyrus 2.2.0 released Signed-off-by: Maxim Nesen --- README.md | 12 ++++++++++++ _config.yml | 1 + 2 files changed, 13 insertions(+) diff --git a/README.md b/README.md index 650a8ffe..a8912535 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Tyrus 2.0.x is a compatible implementation of [Jakarta WebSocket](https://jakart Tyrus 2.1.x is a compatible implementation of [Jakarta WebSocket](https://jakarta.ee/specifications/websocket/) 2.1. +Tyrus 2.2.x is a compatible implementation of [Jakarta WebSocket](https://jakarta.ee/specifications/websocket/) 2.2. + WebSocket protocol defined by IETF provides bi-directional communication between the server and the remote host. The pros are mainly the ability to communicate both ways, low latency and small communication overhead. Therefore Tyrus and @@ -16,6 +18,11 @@ broadcasting. # Latest News +## August 1, 2024 - Eclipse Tyrus {{ site.latest22Version }} Final Release ## + +The [{{ site.latest22Version }} release](https://github.com/eclipse-ee4j/tyrus/releases/tag/{{ site.latest22Version }}) +is the Jakarta EE 11 release of the Eclipse Tyrus project. + ## January 17, 2024 - Eclipse Tyrus {{ site.latest21Version }} Final Release ## The [{{ site.latest21Version }} release](https://github.com/eclipse-ee4j/tyrus/releases/tag/{{ site.latest21Version }}) @@ -34,6 +41,11 @@ is the Jakarta EE 8 release of the Eclipse Tyrus project. # Links +#### Tyrus 2.2 (Jakarta EE 11) +- [Tyrus 2.2.x documentation page](https://eclipse-ee4j.github.io/tyrus-project.github.io/documentation/latest/index22x/) +- [Tyrus 2.2.x api-docs page](https://eclipse-ee4j.github.io/tyrus-project.github.io/apidocs/latest22x/) + + #### Tyrus 2.1 (Jakarta EE 10) - [Tyrus 2.1.x documentation page](https://eclipse-ee4j.github.io/tyrus-project.github.io/documentation/latest/index/) - [Tyrus 2.1.x api-docs page](https://eclipse-ee4j.github.io/tyrus-project.github.io/apidocs/latest/) diff --git a/_config.yml b/_config.yml index 6a140a85..203e7d82 100644 --- a/_config.yml +++ b/_config.yml @@ -9,6 +9,7 @@ description: [Java API for WebSocket reference implementation for easy developme latestVersion: '1.21' latest20Version: '2.0.7' latest21Version: '2.1.5' +latest22Version: '2.2.0' links: source: https://github.com/eclipse-ee4j/tyrus