File tree Expand file tree Collapse file tree 4 files changed +7
-0
lines changed
fj-doc-maven-plugin/src/main/resources/config/template/flavour/quarkus-3
fj-doc-playground-quarkus Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments