We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b33d4d1 commit c09540eCopy full SHA for c09540e
docs/src/docs/asciidoc/changelog.adoc
@@ -7,6 +7,7 @@
7
- Refactor Native Build Tools documentation and add end-to-end guides for both Gradle and Maven plugins
8
- Restyle Native Build Tools documentation
9
- Improve GraalVM version check
10
+- Upgrade the use of Jackson to plain old JSONObject
11
12
==== Gradle plugin
13
@@ -19,6 +20,12 @@
19
20
- Fix SBOM integration test bug
21
- Make metadataCopy task work with custom disabled stages
22
23
+=== Release 0.10.4
24
+
25
+- Improve Native Image SBOM Generation
26
+- Make accessFilter file registration thread safe
27
+- Fix broken links in the projects documentation
28
29
=== Release 0.10.3
30
31
- Remove usage of macro from merger tool initialization and throw better error if executable does not exist
0 commit comments