Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump quarkus to 3.12 and flow to 24.5 #167

Merged
merged 5 commits into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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