Skip to content

Commit

Permalink
quarkus.rest.path in stead of quarkus.resteasy-reactive.path in REST …
Browse files Browse the repository at this point in the history
…reactive environment quarkusio/quarkus#35794

added quarkus-smallrye-openapi in [fj-doc-playground-quarkus]
  • Loading branch information
fugerit79 committed Oct 24, 2024
1 parent a8a9a1a commit 248b24f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- [fj-doc-playground-quarkus] init supported versions review : '8.10.1', '8.10.0', '8.9.7', '8.9.0', '8.8.9', '8.8.0', '8.7.6'
- [fj-doc-playground-quarkus] io.quarkus:quarkus-webjars-locator relocated to io.quarkus:quarkus-web-dependency-locator
- [fj-doc-playground-quarkus] added quarkus-smallrye-openapi

### Fixed

- [fj-doc-playground-quarkus] quarkus.rest.path in stead of quarkus.resteasy-reactive.path in REST reactive environment https://github.com/quarkusio/quarkus/issues/35794

## [8.10.1] - 2024-10-23

Expand Down
4 changes: 4 additions & 0 deletions fj-doc-playground-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-hibernate-validator</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-openapi</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ quarkus:
Cache-Control:
value: no-cache

resteasy-reactive:
rest:
path: /fj-doc-playground/api


0 comments on commit 248b24f

Please sign in to comment.