Skip to content

Commit 371e8ad

Browse files
authored
Fix build with java 23 + lombok #302 (#303)
1 parent 72735e1 commit 371e8ad

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- [BUG]: Error in JDK 23, does it support JDK 23? <https://github.com/fugerit-org/fj-doc/issues/302>
13+
1014
## [8.12.2] - 2025-02-28
1115

1216
### Changed

fj-doc-maven-plugin/src/main/resources/config/template/flavour/quarkus-3/pom.ftl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<skipITs>true</skipITs>
1717
<surefire-plugin.version>3.3.1</surefire-plugin.version>
1818
<freemarker-native-version>1.0.0</freemarker-native-version>
19+
<maven.compiler.proc>full</maven.compiler.proc>
1920
</properties>
2021

2122
<dependencyManagement>

fj-doc-native-quarkus/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<compiler-plugin.version>3.14.0</compiler-plugin.version>
2222
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2323
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
24+
<maven.compiler.proc>full</maven.compiler.proc>
2425
</properties>
2526
<dependencyManagement>
2627
<dependencies>

fj-doc-playground-quarkus/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<antrun-plugin.version>3.1.0</antrun-plugin.version>
2626
<fj-service-helper-bom-version>1.4.5</fj-service-helper-bom-version>
2727
<kotlin.version>2.1.10</kotlin.version>
28+
<maven.compiler.proc>full</maven.compiler.proc>
2829
</properties>
2930
<dependencyManagement>
3031
<dependencies>

0 commit comments

Comments
 (0)