Skip to content

Commit 76b5d82

Browse files
authored
Merge pull request #31 from ronsigal/main.112025
Added blog about resteasy-grpc 1.0.0.Final
2 parents 83c49f6 + 16b87c0 commit 76b5d82

2 files changed

Lines changed: 21 additions & 4 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
layout: post
3+
title: "resteasy-grpc 1.0.0.Final is available"
4+
date: 2025-11-20
5+
tags: announcement release
6+
author: rsigal
7+
description: resteasy-grpc 1.0.0.Final is available.
8+
---
9+
10+
== RESTEasy gRPC to Jakarta REST Bridge project: First Final release available
11+
12+
The first Final releases (1.0.0.Final) of the *RESTEasy gRPC to Jakarta REST Bridge*
13+
project (https://github.com/resteasy/resteasy-grpc[https://github.com/resteasy/resteasy-grpc]), aka **resteasy-grpc**,
14+
and its sibling *gRPCtoJakartaREST-archetype* project (1.0.1.Final)
15+
(https://github.com/resteasy/gRPCtoJakartaREST-archetype[https://github.com/resteasy/gRPCtoJakartaREST-archetype])
16+
are now available on Maven Central. For more information, see
17+
*RESTEasy gRPC to Jakarta REST Bridge project: First Beta release available*: https://resteasy.dev/2025/09/30/grpc-resteasy-beta-release//

data/grpcreleases.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
- group: 1.x
22
supported: true
33
detail:
4-
- version: 1.0.0.Beta1
5-
date: 2025-09-24
4+
- version: 1.0.0.Final
5+
date: 2025-11-11
66
license: ASL v2
7-
source: https://github.com/resteasy/resteasy-grpc/archive/refs/tags/1.0.0.Beta1.zip
8-
release_notes: https://github.com/resteasy/resteasy-grpc/releases/tag/1.0.0.Beta1
7+
source: https://github.com/resteasy/resteasy-grpc/archive/refs/tags/1.0.0.Final.zip
8+
release_notes: https://github.com/resteasy/resteasy-grpc/releases/tag/v1.0.0.Final
99
documentation:
1010
link: /docs/grpc

0 commit comments

Comments
 (0)