diff --git a/.github/workflows/build_fj-doc-native-quarkus_test.yml b/.github/workflows/build_fj-doc-native-quarkus_test.yml index 952504ba7..6cb5806b6 100644 --- a/.github/workflows/build_fj-doc-native-quarkus_test.yml +++ b/.github/workflows/build_fj-doc-native-quarkus_test.yml @@ -57,6 +57,8 @@ jobs: - name: Native build and test run: | cd fj-doc-native-quarkus + echo "*** 1. build native executable ***" mvn package -Dnative -Dquarkus.native.container-build=true -Dquarkus.container-image.build=true -P test + echo "*** 2. test native executable ***" mvn test-compile failsafe:integration-test -Dnative diff --git a/CHANGELOG.md b/CHANGELOG.md index ad52fcdb4..3cc2f6adf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.10.7] - 2024-11-02 + ### Changed - native-helper-maven-plugin version set to 1.4.5 diff --git a/fj-doc-base-json/pom.xml b/fj-doc-base-json/pom.xml index aa674ec7b..61b487979 100644 --- a/fj-doc-base-json/pom.xml +++ b/fj-doc-base-json/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 8.10.7-SNAPSHOT + 8.10.7 fj-doc-base-json diff --git a/fj-doc-base-kotlin/pom.xml b/fj-doc-base-kotlin/pom.xml index 142931693..98352d959 100644 --- a/fj-doc-base-kotlin/pom.xml +++ b/fj-doc-base-kotlin/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 8.10.7-SNAPSHOT + 8.10.7 fj-doc-base-kotlin diff --git a/fj-doc-base-yaml/pom.xml b/fj-doc-base-yaml/pom.xml index e4451400c..9df9ae98c 100644 --- a/fj-doc-base-yaml/pom.xml +++ b/fj-doc-base-yaml/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 8.10.7-SNAPSHOT + 8.10.7 fj-doc-base-yaml diff --git a/fj-doc-base/pom.xml b/fj-doc-base/pom.xml index 6746fea62..3ffc470e4 100644 --- a/fj-doc-base/pom.xml +++ b/fj-doc-base/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 8.10.7-SNAPSHOT + 8.10.7 fj-doc-base diff --git a/fj-doc-freemarker/pom.xml b/fj-doc-freemarker/pom.xml index 524eb93c0..52988fa9a 100644 --- a/fj-doc-freemarker/pom.xml +++ b/fj-doc-freemarker/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 8.10.7-SNAPSHOT + 8.10.7 fj-doc-freemarker diff --git a/fj-doc-guide/pom.xml b/fj-doc-guide/pom.xml index c811caf6d..08fe7d276 100644 --- a/fj-doc-guide/pom.xml +++ b/fj-doc-guide/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 8.10.7-SNAPSHOT + 8.10.7 fj-doc-guide diff --git a/fj-doc-guide/src/main/docs/asciidoc/chapters/00_2_release_notes.adoc b/fj-doc-guide/src/main/docs/asciidoc/chapters/00_2_release_notes.adoc index 3c72de552..23f762cb1 100644 --- a/fj-doc-guide/src/main/docs/asciidoc/chapters/00_2_release_notes.adoc +++ b/fj-doc-guide/src/main/docs/asciidoc/chapters/00_2_release_notes.adoc @@ -3,6 +3,12 @@ Whereas the link:https://github.com/fugerit-org/fj-doc/blob/main/CHANGELOG.md[CHANGELOG] is a detailed list of modification to project, the release notes just refers to most important changes. +[#doc-release-notes-8-10-7] +==== Version 8.10.7 [2024-11-02] + +* Native metadata for fj-doc-base and fj-doc-freemarker are sorted in a stable way. +* Added test of native modules against built executable. + [#doc-release-notes-8-10-6] ==== Version 8.10.6 [2024-11-01] diff --git a/fj-doc-lib-autodoc/pom.xml b/fj-doc-lib-autodoc/pom.xml index 89ca2e639..be85cd063 100644 --- a/fj-doc-lib-autodoc/pom.xml +++ b/fj-doc-lib-autodoc/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 8.10.7-SNAPSHOT + 8.10.7 fj-doc-lib-autodoc diff --git a/fj-doc-lib-kotlin/pom.xml b/fj-doc-lib-kotlin/pom.xml index 8b7f0bcbe..376b13fa8 100644 --- a/fj-doc-lib-kotlin/pom.xml +++ b/fj-doc-lib-kotlin/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 8.10.7-SNAPSHOT + 8.10.7 fj-doc-lib-kotlin diff --git a/fj-doc-lib-simpletable-import/pom.xml b/fj-doc-lib-simpletable-import/pom.xml index 9c00d418e..69becdb47 100644 --- a/fj-doc-lib-simpletable-import/pom.xml +++ b/fj-doc-lib-simpletable-import/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 8.10.7-SNAPSHOT + 8.10.7 fj-doc-lib-simpletable-import diff --git a/fj-doc-lib-simpletable/pom.xml b/fj-doc-lib-simpletable/pom.xml index 3e72a9fbb..c068aee3e 100644 --- a/fj-doc-lib-simpletable/pom.xml +++ b/fj-doc-lib-simpletable/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 8.10.7-SNAPSHOT + 8.10.7 fj-doc-lib-simpletable diff --git a/fj-doc-maven-plugin/pom.xml b/fj-doc-maven-plugin/pom.xml index 4347a9fb9..a375152b7 100644 --- a/fj-doc-maven-plugin/pom.xml +++ b/fj-doc-maven-plugin/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 8.10.7-SNAPSHOT + 8.10.7 maven-plugin diff --git a/fj-doc-mod-fop/pom.xml b/fj-doc-mod-fop/pom.xml index c5cb87317..465de2d46 100644 --- a/fj-doc-mod-fop/pom.xml +++ b/fj-doc-mod-fop/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 8.10.7-SNAPSHOT + 8.10.7 fj-doc-mod-fop diff --git a/fj-doc-mod-opencsv/pom.xml b/fj-doc-mod-opencsv/pom.xml index 61bb7a8e0..a13b7efd2 100644 --- a/fj-doc-mod-opencsv/pom.xml +++ b/fj-doc-mod-opencsv/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 8.10.7-SNAPSHOT + 8.10.7 fj-doc-mod-opencsv diff --git a/fj-doc-mod-openpdf-ext/pom.xml b/fj-doc-mod-openpdf-ext/pom.xml index 2348af502..eebda5b4a 100644 --- a/fj-doc-mod-openpdf-ext/pom.xml +++ b/fj-doc-mod-openpdf-ext/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 8.10.7-SNAPSHOT + 8.10.7 fj-doc-mod-openpdf-ext diff --git a/fj-doc-mod-openrtf-ext/pom.xml b/fj-doc-mod-openrtf-ext/pom.xml index 5d16283ad..94bba199d 100644 --- a/fj-doc-mod-openrtf-ext/pom.xml +++ b/fj-doc-mod-openrtf-ext/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 8.10.7-SNAPSHOT + 8.10.7 fj-doc-mod-openrtf-ext diff --git a/fj-doc-mod-poi/pom.xml b/fj-doc-mod-poi/pom.xml index 6a715d83e..3a2274476 100644 --- a/fj-doc-mod-poi/pom.xml +++ b/fj-doc-mod-poi/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 8.10.7-SNAPSHOT + 8.10.7 fj-doc-mod-poi diff --git a/fj-doc-native-quarkus/pom.xml b/fj-doc-native-quarkus/pom.xml index e49c31364..a5add21db 100644 --- a/fj-doc-native-quarkus/pom.xml +++ b/fj-doc-native-quarkus/pom.xml @@ -6,7 +6,7 @@ org.fugerit.java fj-doc - 8.10.7-SNAPSHOT + 8.10.7 fj-doc-native-quarkus diff --git a/fj-doc-playground-quarkus/pom.xml b/fj-doc-playground-quarkus/pom.xml index b49a442c3..3dcd0ca32 100644 --- a/fj-doc-playground-quarkus/pom.xml +++ b/fj-doc-playground-quarkus/pom.xml @@ -4,7 +4,7 @@ org.fugerit.java fj-doc - 8.10.7-SNAPSHOT + 8.10.7 fj-doc-playground-quarkus diff --git a/fj-doc-playground-quarkus/src/main/react/src/playground/DocProjectInit.jsx b/fj-doc-playground-quarkus/src/main/react/src/playground/DocProjectInit.jsx index 6f965fb97..fc9b9cfc7 100644 --- a/fj-doc-playground-quarkus/src/main/react/src/playground/DocProjectInit.jsx +++ b/fj-doc-playground-quarkus/src/main/react/src/playground/DocProjectInit.jsx @@ -13,7 +13,7 @@ import appService from '../common/app-service'; const DocProjectInit = () => { - const availableVersions = [ '8.10.6', '8.10.0', '8.9.7', '8.9.0', '8.8.9', '8.8.0', '8.7.6' ]; + const availableVersions = [ '8.10.7', '8.10.0', '8.9.7', '8.9.0', '8.8.9', '8.8.0', '8.7.6' ]; const [extensionList, setExtensionList] = useState([]); // State to store the list of extensions const [selectedExtensions, setSelectedExtensions] = useState([]); // State to store selected extensions diff --git a/fj-doc-sample/pom.xml b/fj-doc-sample/pom.xml index 8a17604a7..db1ad6d20 100644 --- a/fj-doc-sample/pom.xml +++ b/fj-doc-sample/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 8.10.7-SNAPSHOT + 8.10.7 fj-doc-sample diff --git a/fj-doc-tool/pom.xml b/fj-doc-tool/pom.xml index cf447d271..ba587c556 100644 --- a/fj-doc-tool/pom.xml +++ b/fj-doc-tool/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 8.10.7-SNAPSHOT + 8.10.7 fj-doc-tool diff --git a/fj-doc-val-core/pom.xml b/fj-doc-val-core/pom.xml index 2422c9a68..105c04819 100644 --- a/fj-doc-val-core/pom.xml +++ b/fj-doc-val-core/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 8.10.7-SNAPSHOT + 8.10.7 fj-doc-val-core diff --git a/fj-doc-val-p7m/pom.xml b/fj-doc-val-p7m/pom.xml index 12bbe61f1..f04fe5e1e 100644 --- a/fj-doc-val-p7m/pom.xml +++ b/fj-doc-val-p7m/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 8.10.7-SNAPSHOT + 8.10.7 fj-doc-val-p7m diff --git a/fj-doc-val-pdfbox/pom.xml b/fj-doc-val-pdfbox/pom.xml index 89df01678..3f35d0a3d 100644 --- a/fj-doc-val-pdfbox/pom.xml +++ b/fj-doc-val-pdfbox/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 8.10.7-SNAPSHOT + 8.10.7 fj-doc-val-pdfbox diff --git a/fj-doc-val-poi/pom.xml b/fj-doc-val-poi/pom.xml index 7c3dc2d02..07af2edd8 100644 --- a/fj-doc-val-poi/pom.xml +++ b/fj-doc-val-poi/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 8.10.7-SNAPSHOT + 8.10.7 fj-doc-val-poi diff --git a/fj-doc-val/pom.xml b/fj-doc-val/pom.xml index d5d4c9b10..7563601ce 100644 --- a/fj-doc-val/pom.xml +++ b/fj-doc-val/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 8.10.7-SNAPSHOT + 8.10.7 fj-doc-val diff --git a/pom.xml b/pom.xml index 6ecff4b7c..65a79d845 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ fj-doc - 8.10.7-SNAPSHOT + 8.10.7 pom fj-doc