From ef50bd4f2c987a53f07c7c2145420e976cd87e1e Mon Sep 17 00:00:00 2001 From: Malte Brunnlieb Date: Thu, 9 Jul 2026 12:46:19 +0200 Subject: [PATCH] #1041: disable Windows wildcard expansion in native image --- CHANGELOG.adoc | 6 ++++++ cli/pom.xml | 3 +++ 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 8237e2c626..4c05672fee 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 8f7cab8247..407560a4a6 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