Skip to content

Commit aa4a75f

Browse files
committed
Update changelog
1 parent e20102b commit aa4a75f

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Elemento now requires Java 21.\
13+
GWT applications can still be used with Elemento: If you use the [GWT Maven plugin](https://tbroyer.github.io/gwt-maven-plugin/index.html), set the `sourceLevel` to the according language level. See the [flow sample](https://github.com/hal/elemento/blob/main/samples/flow/pom.xml#L98) for an example.
14+
1015
### Upgrades
1116

1217
- Bump Elemental2 to 1.3.2

samples/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@
3434
<properties>
3535
<!-- Dependency versions -->
3636
<version.gwt>2.12.2</version.gwt>
37+
<version.kie.j2cl.bom>0.4</version.kie.j2cl.bom>
3738
<version.node>v24.10.0</version.node>
3839
<version.j2cl.platform.bom>20251001-1</version.j2cl.platform.bom>
40+
<version.treblereel.j2cl.processors>0.8</version.treblereel.j2cl.processors>
3941

4042
<!-- Plugin versions -->
4143
<version.frontend.plugin>1.15.4</version.frontend.plugin>
@@ -88,6 +90,13 @@
8890
<version>${project.version}</version>
8991
<classifier>resources</classifier>
9092
</dependency>
93+
<dependency>
94+
<groupId>org.kie.j2cl.tools</groupId>
95+
<artifactId>bom</artifactId>
96+
<version>${version.kie.j2cl.bom}</version>
97+
<type>pom</type>
98+
<scope>import</scope>
99+
</dependency>
91100
<dependency>
92101
<groupId>org.treblereel.j2cl.platform</groupId>
93102
<artifactId>bom</artifactId>

0 commit comments

Comments
 (0)