Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,9 @@
<arg>--initialize-at-build-time=org.apache.commons</arg>
<arg>-H:IncludeResourceBundles=com.sun.org.apache.xml.internal.res.XMLErrorResources,com.sun.org.apache.xerces.internal.impl.msg.XMLMessages
</arg>
<!-- Disable Windows wildcard expansion so that arguments like "*" (e.g. "ide set-version gradle *")
reach IDEasy verbatim instead of being expanded to file names by the C runtime. -->
<buildArg>-H:-EnableWildcardExpansion</buildArg>
</buildArgs>
</configuration>
</plugin>
Expand Down
Loading