Skip to content

Commit c21fb74

Browse files
authored
Added info about Quarkus 3 to README.md (#189)
Signed-off-by: Helber Belmiro <[email protected]> Signed-off-by: Helber Belmiro <[email protected]>
1 parent 4d93669 commit c21fb74

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
> **⚠️** This is the instructions for the latest SNAPSHOT version (main branch). Please, see the [latest **released** documentation](https://github.com/quarkiverse/quarkus-openapi-generator/blob/0.12.0/README.md) if you are looking for instructions.
1212
13+
> **⚠️** Version 2.x.x of this extension (`main` branch) supports Quarkus 3, and version 1.x.x (`quarkus2` branch) supports Quarkus 2.
14+
1315
Quarkus' extension for generation of [Rest Clients](https://quarkus.io/guides/rest-client) based on OpenAPI specification files.
1416

1517
This extension is based on the [OpenAPI Generator Tool](https://openapi-generator.tech/). Please consider donation to help them maintain the
@@ -19,6 +21,8 @@ project: https://opencollective.com/openapi_generator/donate
1921

2022
Add the following dependency to your project's `pom.xml` file:
2123

24+
> **⚠️** Version 2.x.x of this extension supports Quarkus 3, and version 1.x.x supports Quarkus 2.
25+
2226
```xml
2327

2428
<dependency>

0 commit comments

Comments
 (0)