Skip to content

Commit d45efcb

Browse files
committed
[releng] Switch to Sirius Web 2025.1.1
Signed-off-by: Axel RICHARD <axel.richard@obeo.fr>
1 parent 7a920cc commit d45efcb

File tree

33 files changed

+394
-339
lines changed

33 files changed

+394
-339
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
with:
158158
build: docker compose -f docker-compose-integration-tests.yml up -d
159159
start: docker compose -f docker-compose-integration-tests.yml ps
160-
wait-on: "http://localhost:8080/login"
160+
wait-on: "http://localhost:8080"
161161
wait-on-timeout: 180
162162
working-directory: integration-tests
163163
record: false

CHANGELOG.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ The changes are:
6565
=== Dependency update
6666

6767
- [releng] Switch to Sirius Web 2025.1.0
68+
- [releng] Upgrade `turbo` to version 2.3.3 (from 1.13.3 before)
69+
The `start` task used in our turbo configuration is now marked as `persistent` and as a result we have separated the `start` script from `syson` used to run the frontend in dev from from the `start` script from other packages used to build them in development mode by renaming the later to `build-dev`.
70+
- [releng] Switch to https://github.com/spring-projects/spring-boot/releases/tag/v3.4.1[Spring Boot 3.4.1].
6871

6972
=== Bug fixes
7073

backend/application/syson-application-configuration/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2023, 2024 Obeo.
3+
Copyright (c) 2023, 2025 Obeo.
44
This program and the accompanying materials
55
are made available under the terms of the Eclipse Public License v2.0
66
which accompanies this distribution, and is available at
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.springframework.boot</groupId>
2020
<artifactId>spring-boot-starter-parent</artifactId>
21-
<version>3.3.3</version>
21+
<version>3.4.1</version>
2222
<relativePath /> <!-- lookup parent from repository -->
2323
</parent>
2424
<groupId>org.eclipse.syson</groupId>
@@ -29,7 +29,7 @@
2929

3030
<properties>
3131
<java.version>17</java.version>
32-
<sirius.web.version>2025.1.0</sirius.web.version>
32+
<sirius.web.version>2025.1.1</sirius.web.version>
3333
</properties>
3434

3535
<repositories>

backend/application/syson-application/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2023, 2024 Obeo.
3+
Copyright (c) 2023, 2025 Obeo.
44
This program and the accompanying materials
55
are made available under the terms of the Eclipse Public License v2.0
66
which accompanies this distribution, and is available at
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.springframework.boot</groupId>
2020
<artifactId>spring-boot-starter-parent</artifactId>
21-
<version>3.3.3</version>
21+
<version>3.4.1</version>
2222
<relativePath /> <!-- lookup parent from repository -->
2323
</parent>
2424
<groupId>org.eclipse.syson</groupId>
@@ -30,7 +30,7 @@
3030
<properties>
3131
<java.version>17</java.version>
3232
<eef.version>2.1.5-SNAPSHOT</eef.version>
33-
<sirius.web.version>2025.1.0</sirius.web.version>
33+
<sirius.web.version>2025.1.1</sirius.web.version>
3434
</properties>
3535

3636
<repositories>

backend/application/syson-frontend/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2023, 2024 Obeo.
3+
Copyright (c) 2023, 2025 Obeo.
44
This program and the accompanying materials
55
are made available under the terms of the Eclipse Public License v2.0
66
which accompanies this distribution, and is available at
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.springframework.boot</groupId>
2020
<artifactId>spring-boot-starter-parent</artifactId>
21-
<version>3.3.3</version>
21+
<version>3.4.1</version>
2222
<relativePath /> <!-- lookup parent from repository -->
2323
</parent>
2424
<groupId>org.eclipse.syson</groupId>

backend/application/syson-sysml-export/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2023, 2024 Obeo.
3+
Copyright (c) 2023, 2025 Obeo.
44
This program and the accompanying materials
55
are made available under the terms of the Eclipse Public License v2.0
66
which accompanies this distribution, and is available at
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.springframework.boot</groupId>
2020
<artifactId>spring-boot-starter-parent</artifactId>
21-
<version>3.3.3</version>
21+
<version>3.4.1</version>
2222
<relativePath /> <!-- lookup parent from repository -->
2323
</parent>
2424
<groupId>org.eclipse.syson</groupId>
@@ -29,7 +29,7 @@
2929

3030
<properties>
3131
<java.version>17</java.version>
32-
<sirius.web.version>2025.1.0</sirius.web.version>
32+
<sirius.web.version>2025.1.1</sirius.web.version>
3333
</properties>
3434

3535
<repositories>

backend/application/syson-sysml-import/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2023, 2024 Obeo.
3+
Copyright (c) 2023, 2025 Obeo.
44
This program and the accompanying materials
55
are made available under the terms of the Eclipse Public License v2.0
66
which accompanies this distribution, and is available at
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.springframework.boot</groupId>
2020
<artifactId>spring-boot-starter-parent</artifactId>
21-
<version>3.3.3</version>
21+
<version>3.4.1</version>
2222
<relativePath /> <!-- lookup parent from repository -->
2323
</parent>
2424
<groupId>org.eclipse.syson</groupId>
@@ -29,7 +29,7 @@
2929

3030
<properties>
3131
<java.version>17</java.version>
32-
<sirius.web.version>2025.1.0</sirius.web.version>
32+
<sirius.web.version>2025.1.1</sirius.web.version>
3333
</properties>
3434

3535
<repositories>

backend/metamodel/syson-siriusweb-customnodes-metamodel-edit/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2023, 2024 Obeo.
3+
Copyright (c) 2023, 2025 Obeo.
44
This program and the accompanying materials
55
are made available under the terms of the Eclipse Public License v2.0
66
which accompanies this distribution, and is available at
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.springframework.boot</groupId>
2020
<artifactId>spring-boot-starter-parent</artifactId>
21-
<version>3.3.3</version>
21+
<version>3.4.1</version>
2222
<relativePath /> <!-- lookup parent from repository -->
2323
</parent>
2424
<groupId>org.eclipse.syson</groupId>
@@ -29,7 +29,7 @@
2929

3030
<properties>
3131
<java.version>17</java.version>
32-
<sirius.web.version>2025.1.0</sirius.web.version>
32+
<sirius.web.version>2025.1.1</sirius.web.version>
3333
</properties>
3434

3535
<repositories>

backend/metamodel/syson-siriusweb-customnodes-metamodel/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2023, 2024 Obeo.
3+
Copyright (c) 2023, 2025 Obeo.
44
This program and the accompanying materials
55
are made available under the terms of the Eclipse Public License v2.0
66
which accompanies this distribution, and is available at
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.springframework.boot</groupId>
2020
<artifactId>spring-boot-starter-parent</artifactId>
21-
<version>3.3.3</version>
21+
<version>3.4.1</version>
2222
<relativePath /> <!-- lookup parent from repository -->
2323
</parent>
2424
<groupId>org.eclipse.syson</groupId>
@@ -29,7 +29,7 @@
2929

3030
<properties>
3131
<java.version>17</java.version>
32-
<sirius.web.version>2025.1.0</sirius.web.version>
32+
<sirius.web.version>2025.1.1</sirius.web.version>
3333
</properties>
3434

3535
<repositories>

backend/metamodel/syson-sysml-metamodel-edit/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2023, 2024 Obeo.
3+
Copyright (c) 2023, 2025 Obeo.
44
This program and the accompanying materials
55
are made available under the terms of the Eclipse Public License v2.0
66
which accompanies this distribution, and is available at
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.springframework.boot</groupId>
2020
<artifactId>spring-boot-starter-parent</artifactId>
21-
<version>3.3.3</version>
21+
<version>3.4.1</version>
2222
<relativePath /> <!-- lookup parent from repository -->
2323
</parent>
2424
<groupId>org.eclipse.syson</groupId>

0 commit comments

Comments
 (0)