Skip to content

Commit 67432e7

Browse files
author
Ron Sigal
committed
Minor corrections to resteasy-grpc blog
1 parent e118cfa commit 67432e7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

content/posts/2025-09-30-grpc-resteasy-beta-release.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
layout: post
33
title: "resteasy-grpc 1.0.0.Beta1 is available"
4-
aliases: [/news/2025/09/30/resteasy-grpc-1.0.0.Beta1-released]
54
date: 2025-09-30
65
tags: announcement release
76
author: rsigal
@@ -232,7 +231,7 @@ Superclass[][] is represented by `dev_resteasy_grpc_arrays_\__ArrayHolder___WArr
232231
===== Collections and maps
233232

234233
We take a simplifying approach to instances of `java.util.List`, `java.util.Set`, `java.util.Map`,
235-
and `javax.ws.rs.core.MultivaluedMap`. Implementations, e.g., `java.util.ArrayList`, can be
234+
and `jakarta.ws.rs.core.MultivaluedMap`. Implementations, e.g., `java.util.ArrayList`, can be
236235
quite complex for reasons of efficiency and desired usage, but we choose to ignore those implementation
237236
details. For example, `java.util.ArrayList<Integer>` and `java.util.LinkedList<Integer>` will both be
238237
represented essentially the same:
@@ -540,7 +539,7 @@ mvn archetype:generate -B \
540539
Running `mvn install` will build the files discussed above and package everything into
541540
a WAR. Dropping the WAR into an instance of WildFly provisioned with the
542541
https://github.com/wildfly-extras/wildfly-grpc-feature-pack[wildfly-grpc-feature-pack] will
543-
expose the gridge project.
542+
expose the bridge project.
544543

545544
=== Conclusion
546545

0 commit comments

Comments
 (0)