Skip to content

Commit

Permalink
chore: bump quarkus to 3.12 and flow to 24.5 (#167)
Browse files Browse the repository at this point in the history
* chore: bump quarkus and flow to latest

* update readme

* fix readme

* fix readme

* bump lumo version
  • Loading branch information
mcollovati authored Sep 3, 2024
1 parent 9615390 commit 57fdc84
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# vaadin-quarkus
An extension to Quarkus to support Vaadin Flow.

Supports Quarkus 2.0 and should support 1.11+ too.
Supports Quarkus 3.12+

To try it out, you can get a project https://github.com/vaadin/base-starter-flow-quarkus/

The first stable version of the extension 1.0 is targeting Vaadin 22.
This branch is compatible with upcoming Vaadin platform versions. See other branches for other Vaadin versions:

1.0 for Vaadin 22 and 23 and Quarkus 2
2.0 for Vaadin 24 up to 24.4 and Quarkus 3.2 (LTS) and 3.8 (LTS)


## devUI URL
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/reusable-theme/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<vaadin-lumo-theme.version>24.4-SNAPSHOT</vaadin-lumo-theme.version>
<vaadin-lumo-theme.version>24.5-SNAPSHOT</vaadin-lumo-theme.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<failsafe-plugin.version>${surefire-plugin.version}</failsafe-plugin.version>
<maven.compiler.parameters>true</maven.compiler.parameters>

<vaadin.flow.version>24.4-SNAPSHOT</vaadin.flow.version>
<quarkus.version>3.8.4</quarkus.version>
<vaadin.flow.version>24.5-SNAPSHOT</vaadin.flow.version>
<quarkus.version>3.12.2</quarkus.version>
<open.telemetry.alpha.version>1.16.0-alpha</open.telemetry.alpha.version>
<open.telemetry.version>1.16.0</open.telemetry.version>

Expand Down

0 comments on commit 57fdc84

Please sign in to comment.