diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 8237e2c62..4c05672fe 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -2,6 +2,12 @@ This file documents all notable changes to https://github.com/devonfw/IDEasy[IDEasy]. +== 2026.07.002 + +Release with new features and bugfixes: + +* https://github.com/devonfw/IDEasy/issues/1041[#1041]: native image has globbing active + == 2026.07.001 Release with new features and bugfixes: diff --git a/cli/pom.xml b/cli/pom.xml index 8f7cab824..407560a4a 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -266,6 +266,9 @@ --initialize-at-build-time=org.apache.commons -H:IncludeResourceBundles=com.sun.org.apache.xml.internal.res.XMLErrorResources,com.sun.org.apache.xerces.internal.impl.msg.XMLMessages + + -H:-EnableWildcardExpansion