Skip to content

Commit

Permalink
fixes after quarkus update to 3.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
christofluethi committed Nov 27, 2024
1 parent fda58f4 commit 90746bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/02.0/21_first-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ live reloading on each API call. Try hitting the API and test the
curl http://localhost:8080/hello
```

You should get the `Hello from Quarkus REST` response in your console. Other RESTeasy functionalities work like they always do.
You should get the `Hello from RESTEasy Reactive` response in your console. Other RESTEasy functionalities work like they always do.
For further information on basic REST interaction with Quarkus see [Documentation](https://quarkus.io/guides/rest-json).


Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/02.0/22_implementing-rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ For more information about writing REST APIs with Quarkus see the [documentation

#### Maven dependencies reference

{{< solutionref project="quarkus-rest-data-producer" class="dependencies" >}}
{{< solutionref project="quarkus-rest-data-consumer" class="dependencies" >}}


#### Implementation
Expand Down

0 comments on commit 90746bf

Please sign in to comment.