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 versions to 24.8 #3286

Merged
merged 5 commits into from
Feb 27, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion .github/workflows/skip-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Validation

on:
push:
branches: [ main, '2.5', '2.4', '2.3', '2.2', '1.4', '1.3' ]
branches: [ main, '24.6', '24.5', '2.5', '1.5' ]
paths:
- 'hilla-logo.svg'
- 'README.md'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defaults:

on:
push:
branches: [ main, '24.6', '24.5', '24.4', '2.5', '1.5', '1.4' ]
branches: [ main, '24.6', '24.5', '2.5', '1.5' ]
paths-ignore:
- 'hilla-logo.svg'
- 'README.md'
Expand Down
4 changes: 2 additions & 2 deletions packages/java/endpoint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<artifactId>hilla-endpoint</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
<name>Hilla Endpoint</name>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/engine-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/engine-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/gradle-plugin/pom-portal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import org.junit.Before
*/
abstract class AbstractGradleTest {

val hillaVersion = System.getenv("hilla.version").takeUnless { it.isNullOrEmpty() } ?: "24.7-SNAPSHOT"
val flowVersion = System.getenv("flow.version").takeUnless { it.isNullOrEmpty() } ?: "24.7-SNAPSHOT"
val hillaVersion = System.getenv("hilla.version").takeUnless { it.isNullOrEmpty() } ?: "24.8-SNAPSHOT"
val flowVersion = System.getenv("flow.version").takeUnless { it.isNullOrEmpty() } ?: "24.8-SNAPSHOT"
/**
* The testing Gradle project. Automatically deleted after every test.
* Don't use TemporaryFolder JUnit `@Rule` since it will always delete the folder afterward,
Expand Down
2 changes: 1 addition & 1 deletion packages/java/hilla-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>hilla-bom</artifactId>
<packaging>pom</packaging>
<name>Hilla Platform (Bill of Materials)</name>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
<description>Hilla Platform (Bill of Materials)</description>
<url>https://hilla.dev</url>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/hilla-dev/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/hilla/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/parser-jvm-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/parser-jvm-plugin-backbone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/parser-jvm-plugin-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/parser-jvm-plugin-nonnull/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/parser-jvm-plugin-subtypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/parser-jvm-plugin-transfertypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/parser-jvm-test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/parser-jvm-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/runtime-plugin-transfertypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/csrf-context/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
</parent>

<artifactId>tests-csrf-context</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/csrf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
</parent>

<artifactId>tests-csrf</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions packages/java/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand All @@ -15,7 +15,7 @@
<packaging>pom</packaging>

<properties>
<vaadin.components.version>24.7-SNAPSHOT</vaadin.components.version>
<vaadin.components.version>24.8-SNAPSHOT</vaadin.components.version>
<jetty.version>11.0.20</jetty.version>
<jetty.scantrigger></jetty.scantrigger>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/endpoints discovery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests-spring</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
</parent>
<artifactId>tests-spring-endpoints-discovery</artifactId>
<name>ITs for Endpoints Discovery</name>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/endpoints-contextpath/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests-spring</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
</parent>
<artifactId>tests-spring-endpoints-contextpath</artifactId>
<name>ITs for Endpoints when using a context path</name>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/endpoints-custom-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests-spring</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
</parent>
<artifactId>tests-spring-endpoints-custom-client</artifactId>
<name>ITs for Endpoints / custom client</name>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/endpoints-latest-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests-spring</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
</parent>
<artifactId>tests-spring-endpoints-latest-java</artifactId>
<name>ITs for Endpoints / latest Java</name>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/endpoints-maven-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests-spring</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
</parent>
<artifactId>tests-spring-endpoints-maven-engine</artifactId>
<name>ITs for Endpoints / Maven Engine</name>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/endpoints/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests-spring</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
</parent>
<artifactId>tests-spring-endpoints</artifactId>
<name>ITs for Endpoints</name>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests-spring</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
</parent>
<artifactId>tests-spring-native</artifactId>
<name>ITs for Hilla compiled to native</name>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/no-endpoints/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests-spring</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
</parent>
<artifactId>tests-spring-no-endpoints</artifactId>
<name>ITs for No Endpoints cases</name>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
</parent>

<artifactId>tests-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/react-grid-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests-spring</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
</parent>
<artifactId>tests-react-grid</artifactId>
<name>ITs for React Auto Grid</name>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/react-i18n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests-spring</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
</parent>
<artifactId>tests-react-i18n</artifactId>
<name>ITs for React I18N</name>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/react-signals/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests-spring</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
</parent>
<artifactId>tests-react-signals</artifactId>
<name>ITs for React Signals</name>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/security-contextpath/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests-spring</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
</parent>
<artifactId>tests-spring-security-contextpath</artifactId>
<name>ITs for Vaadin Spring Security and Hilla / context path</name>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/security-jwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests-spring</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
</parent>
<artifactId>tests-spring-security-jwt</artifactId>
<name>ITs for Vaadin Spring Security and Hilla / JWT</name>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/security-urlmapping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests-spring</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
</parent>
<artifactId>tests-spring-security-urlmapping</artifactId>
<name>ITs for Vaadin Spring Security and Hilla / URL mapping</name>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests-spring</artifactId>
<version>24.7-SNAPSHOT</version>
<version>24.8-SNAPSHOT</version>
</parent>
<artifactId>tests-spring-security</artifactId>
<name>ITs for Vaadin Spring Security and Hilla</name>
Expand Down
8 changes: 4 additions & 4 deletions packages/ts/file-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/hilla-file-router",
"version": "24.7.0-beta1",
"version": "24.8.0-alpha0",
"description": "Hilla file-based router",
"main": "index.js",
"module": "index.js",
Expand Down Expand Up @@ -60,9 +60,9 @@
"react-router": "7"
},
"dependencies": {
"@vaadin/hilla-generator-utils": "24.7.0-beta1",
"@vaadin/hilla-react-auth": "24.7.0-beta1",
"@vaadin/hilla-react-signals": "24.7.0-beta1",
"@vaadin/hilla-generator-utils": "24.8.0-alpha0",
"@vaadin/hilla-react-auth": "24.8.0-alpha0",
"@vaadin/hilla-react-signals": "24.8.0-alpha0",
"typescript": "5.7.3"
}
}
Loading
Loading