Skip to content

Commit

Permalink
Update post date to match publish date; try fixing broken line in not…
Browse files Browse the repository at this point in the history
…e [1]; move subtitle within title for better index page formatting
  • Loading branch information
asoldano committed Jun 12, 2023
1 parent 113057e commit 0755791
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions _posts/2023-05-30-grpc-in-wildfly-pt2.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: post
title: "gRPC and WildFly - Part II"
subtitle: "Exposing Jakarta RESTFul Web Services to gRPC"
date: 2023-05-30
title: "gRPC and WildFly - Part II: Exposing Jakarta RESTFul Web Services to gRPC"
subtitle: ""
date: 2023-06-11
author: Ron Sigal
---

Expand Down Expand Up @@ -517,5 +517,4 @@ option java_multiple_files = true;
```
appears at the beginning of the protobuf description, each message type is represented as a separate class.
[^GreetingTest]: The reason we don't treat `GreetingTest` as a Java class is that it depends on classes in the
intermediary layer, which don't exist until the bridge project is built.
[^GreetingTest]: The reason we don't treat `GreetingTest` as a Java class is that it depends on classes in the intermediary layer, which don't exist until the bridge project is built.

0 comments on commit 0755791

Please sign in to comment.