Skip to content

Commit ea0c4ee

Browse files
removed technicalUpgrade file
1 parent 4360b77 commit ea0c4ee

File tree

3 files changed

+19
-20
lines changed

3 files changed

+19
-20
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ Getting started
4040
- Spark framework (2.9.4) compatible with Tomcat 10
4141
- JDBC via JOOQ
4242

43-
## Technical Upgrade Section
44-
- Please refer to the Waltz [Technical Upgrade](TechnicalUpgrade.md) page.
45-
4643
### Supported Databases
4744

4845
- Postgres

TechnicalUpgrade.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/development/build.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,22 @@ alias pkg-mssql='mvn clean package -P waltz-mssql,dev-mssql'
114114
mvn versions:set -DnewVersion=1.1.10
115115
mvn versions:commit
116116
```
117+
118+
# Technical Upgrade Info :
119+
# Java 17 Upgrade
120+
121+
- Waltz has been upgraded to run on Java 17, moving from Java 8.
122+
- Developer Actions
123+
- Please ensure your local development environment is configured to use JDK 17.
124+
- Update your IDE settings (e.g., IntelliJ, Eclipse) to point to the JDK 17 installation.
125+
126+
## Framework Upgrade
127+
- The web framework, Spark Java, has been upgraded from version 2.7.1 to 2.9.4.
128+
- Developer Impact
129+
- There are no immediate code changes required for developers. The upgrade is backward compatible with our existing usage.
130+
- This change helps keep Waltz current and secure by using a more recent version of its core web framework.
131+
132+
## Key Changes
133+
- See [pom.xml](https://github.com/finos/waltz/pull/7400/changes#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8) for a full list of Java dependencies against Java & Sparx upgrade.
134+
135+

0 commit comments

Comments
 (0)