dependabot[bot] opened a new pull request, #2457:
URL: https://github.com/apache/activemq/pull/2457

   Bumps 
[io.fabric8:docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin)
 from 0.48.1 to 0.49.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/fabric8io/docker-maven-plugin/releases";>io.fabric8:docker-maven-plugin's
 releases</a>.</em></p>
   <blockquote>
   <h2>0.49.0 (2026-08-09)</h2>
   <ul>
   <li>Fix <code>docker.save.aliases</code>: a non-existent alias in the list 
was silently ignored instead of failing the save with a clear error</li>
   <li>Make container log streaming (<code>&lt;wait&gt;&lt;log&gt;</code> and 
log following) resilient to transient stream disconnects by reconnecting and 
resuming instead of aborting, fixing flaky log-wait timeouts (e.g. <code>jnr 
... Bad file descriptor</code> on macOS CI)</li>
   <li>Honour the <code>&lt;follow&gt;</code> configuration element (in 
addition to the <code>docker.follow</code> system property) for 
<code>docker:start</code>, <code>docker:run</code> and 
<code>docker:watch</code> (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1797";>#1797</a>)</li>
   <li>Add opt-in <code>&lt;buildAllPlatforms&gt;</code> buildx option to build 
all platforms during docker:build, warming the builder cache so a later 
docker:push reuses it (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1866";>#1866</a>)</li>
   <li>Normalize empty <code>&lt;args&gt;</code> build argument values (e.g. 
from a property that resolves to an empty value) to an empty string instead of 
failing the build (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1858";>#1858</a>)</li>
   <li>Fall back to the current timestamp instead of crashing the log-follow 
thread when a container log line has an unparseable timestamp (e.g. 
<code>Error</code> written on stderr) (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1428";>#1428</a>)</li>
   <li>Pass externally-resolved build args (<code>docker.buildArg.*</code> 
system/Maven properties and other <code>BuildArgResolver</code> sources) to 
buildx <code>build</code> and <code>push</code>, so buildx honours them like 
the classic build path instead of only <code>&lt;build&gt;&lt;args&gt;</code> 
(<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1901";>#1901</a>)</li>
   <li>Add a <code>wslc://</code> Docker transport so images can be built 
against a WSL Containers daemon, which exposes no Windows named pipe or TCP 
port and is reachable only via a stdio bridge, including auto-detection below 
the Docker/Podman named pipe (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1928";>#1928</a>)</li>
   <li>Add support for the <code>--target</code> parameter in the build phase, 
for both classic and buildx builds (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1908";>#1908</a>)</li>
   <li>Add <code>docker.ecr.endpoint</code> system property so ECR 
authentication can be pointed at a VPC endpoint instead of the default 
<code>api.ecr.&lt;region&gt;.amazonaws.com</code> host (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1872";>#1872</a>)</li>
   <li>Keep the default value for a repeated build argument in multistage 
builds (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1910";>#1910</a>)</li>
   <li>Only apply a Docker Compose wait config to a service when its alias 
matches the image configuration alias (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1902";>#1902</a>)</li>
   <li>Avoid container name conflicts after an image is rebuilt (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1958";>#1958</a>)</li>
   <li>Harden ECR authentication: validate the decoded credential split instead 
of throwing <code>ArrayIndexOutOfBoundsException</code> on input without a 
colon, and replace the shared <code>SimpleDateFormat</code> with a thread-safe 
<code>DateTimeFormatter</code></li>
   <li>Use an ephemeral random password for the in-memory Docker TLS 
<code>KeyStore</code> instead of a hard-coded one</li>
   <li>Various Sonar-flagged reliability fixes in the socket, log-streaming and 
file-handling paths, including closing sockets and readers via 
try-with-resources and re-interrupting the current thread when catching 
<code>InterruptedException</code></li>
   <li>Bump Jnr JFFI to v1.3.15</li>
   </ul>
   <hr />
   <p>Thanks to everyone who contributed to this release: <a 
href="https://github.com/A248";><code>@​A248</code></a>, <a 
href="https://github.com/DavidTavoularis";><code>@​DavidTavoularis</code></a>, 
<a href="https://github.com/JamBalaya56562";><code>@​JamBalaya56562</code></a>, 
<a href="https://github.com/LorenzoBettini";><code>@​LorenzoBettini</code></a>, 
<a href="https://github.com/Marukome0743";><code>@​Marukome0743</code></a>, <a 
href="https://github.com/arend-von-reinersdorff";><code>@​arend-von-reinersdorff</code></a>,
 <a 
href="https://github.com/jacob-netguardians";><code>@​jacob-netguardians</code></a>,
 <a href="https://github.com/mbarinc";><code>@​mbarinc</code></a>, <a 
href="https://github.com/vckleinew";><code>@​vckleinew</code></a>, <a 
href="https://github.com/viktorgunnarson";><code>@​viktorgunnarson</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/fabric8io/docker-maven-plugin/blob/master/doc/changelog.md";>io.fabric8:docker-maven-plugin's
 changelog</a>.</em></p>
   <blockquote>
   <ul>
   <li>
   <p><strong>0.50-SNAPSHOT</strong>:</p>
   </li>
   <li>
   <p><strong>0.49.0 (2026-08-09)</strong>:</p>
   <ul>
   <li>Fix <code>docker.save.aliases</code>: a non-existent alias in the list 
was silently ignored instead of failing the save with a clear error</li>
   <li>Make container log streaming (<code>&lt;wait&gt;&lt;log&gt;</code> and 
log following) resilient to transient stream disconnects by reconnecting and 
resuming instead of aborting, fixing flaky log-wait timeouts (e.g. <code>jnr 
... Bad file descriptor</code> on macOS CI)</li>
   <li>Honour the <code>&lt;follow&gt;</code> configuration element (in 
addition to the <code>docker.follow</code> system property) for 
<code>docker:start</code>, <code>docker:run</code> and 
<code>docker:watch</code> (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1797";>#1797</a>)</li>
   <li>Add opt-in <code>&lt;buildAllPlatforms&gt;</code> buildx option to build 
all platforms during docker:build, warming the builder cache so a later 
docker:push reuses it (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1866";>#1866</a>)</li>
   <li>Normalize empty <code>&lt;args&gt;</code> build argument values (e.g. 
from a property that resolves to an empty value) to an empty string instead of 
failing the build (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1858";>#1858</a>)</li>
   <li>Fall back to the current timestamp instead of crashing the log-follow 
thread when a container log line has an unparseable timestamp (e.g. 
<code>Error</code> written on stderr) (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1428";>#1428</a>)</li>
   <li>Pass externally-resolved build args (<code>docker.buildArg.*</code> 
system/Maven properties and other <code>BuildArgResolver</code> sources) to 
buildx <code>build</code> and <code>push</code>, so buildx honours them like 
the classic build path instead of only <code>&lt;build&gt;&lt;args&gt;</code> 
(<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1901";>#1901</a>)</li>
   <li>Add a <code>wslc://</code> Docker transport so images can be built 
against a WSL Containers daemon, which exposes no Windows named pipe or TCP 
port and is reachable only via a stdio bridge, including auto-detection below 
the Docker/Podman named pipe (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1928";>#1928</a>)</li>
   <li>Add support for the <code>--target</code> parameter in the build phase, 
for both classic and buildx builds (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1908";>#1908</a>)</li>
   <li>Add <code>docker.ecr.endpoint</code> system property so ECR 
authentication can be pointed at a VPC endpoint instead of the default 
<code>api.ecr.&lt;region&gt;.amazonaws.com</code> host (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1872";>#1872</a>)</li>
   <li>Keep the default value for a repeated build argument in multistage 
builds (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1910";>#1910</a>)</li>
   <li>Only apply a Docker Compose wait config to a service when its alias 
matches the image configuration alias (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1902";>#1902</a>)</li>
   <li>Avoid container name conflicts after an image is rebuilt (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1958";>#1958</a>)</li>
   <li>Harden ECR authentication: validate the decoded credential split instead 
of throwing <code>ArrayIndexOutOfBoundsException</code> on input without a 
colon, and replace the shared <code>SimpleDateFormat</code> with a thread-safe 
<code>DateTimeFormatter</code></li>
   <li>Use an ephemeral random password for the in-memory Docker TLS 
<code>KeyStore</code> instead of a hard-coded one</li>
   <li>Various Sonar-flagged reliability fixes in the socket, log-streaming and 
file-handling paths, including closing sockets and readers via 
try-with-resources and re-interrupting the current thread when catching 
<code>InterruptedException</code></li>
   <li>Bump Jnr JFFI to v1.3.15</li>
   </ul>
   </li>
   <li>
   <p><strong>0.48.1 (2026-02-07)</strong>:</p>
   <ul>
   <li>Use wait config if no Docker Compose healthcheck (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1771";>1771</a>)</li>
   </ul>
   </li>
   <li>
   <p><strong>0.48.0 (2025-11-17)</strong>:</p>
   <ul>
   <li>Allow saving multiple images in docker:save using new parameters 
saveNames and saveAliases.</li>
   <li>Fixed compatibility with Docker 29+ which requires minimum API version 
1.44</li>
   <li>Fixed IP address parsing to support both legacy and new Docker API 
schema formats (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1887";>#1887</a>)</li>
   </ul>
   </li>
   <li>
   <p><strong>0.47.0 (2025-11-01)</strong>:</p>
   <ul>
   <li>Support for user namespace mode (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1881";>1881</a>)</li>
   <li>Bump Jib Core to v0.27.3 (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1879";>1879</a>)</li>
   <li>Bump Jnr UnixSocket to v0.38.23 (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1880";>1880</a>)</li>
   <li>Drop Plexus DI, switch to plexus-utils, update m-assembly-p and deps, 
verified with Maven 4 (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1851";>1851</a>)</li>
   <li><code>dmp:tag</code> should skip <code>&lt;image&gt;s</code> with no 
<code>&lt;build&gt;</code> (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1871";>1871</a>)</li>
   <li>buildArchiveOnly with a path still builds the image (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1863";>1863</a>)</li>
   <li>Add skip tag to the image level by <code>&lt;skipTag&gt;</code> (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1787";>1787</a>)</li>
   </ul>
   </li>
   <li>
   <p><strong>0.46.0 (2025-04-06)</strong>:</p>
   <ul>
   <li>Docker-compose healthcheck configuration support (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1825";>1825</a>)</li>
   <li>Docker container wait timeout default value made configurable using 
startContainerWaitTimeout configuration option (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1825";>1825</a>)</li>
   <li>Respect <code>network</code> configuration in POM and with property 
<code>docker.build.network</code> or system property 
<code>docker.network.mode</code> in docker buildx <a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1850";>1850</a>)</li>
   <li>Fix case sensitivity issue in builder name lookup by converting 
builderName to lowercase, ensuring compatibility across file systems (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1847";>1847</a>)</li>
   </ul>
   </li>
   <li>
   <p><strong>0.45.1 (2024-09-29)</strong>:</p>
   <ul>
   <li>Make copy docker-buildx binary to temporary config directory work on 
windows too (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1819";>1819</a>)</li>
   <li>Pull FROM images in relative path Dockerfiles (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1823";>1823</a>)</li>
   </ul>
   </li>
   <li>
   <p><strong>0.45.0 (2024-07-27)</strong>:</p>
   <ul>
   <li>Automatically create parent directories of portPropertyFile path (<a 
href="https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1761";>1761</a>)</li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/fabric8io/docker-maven-plugin/commit/e31664f1d7a1443e583f225b5159d364df7c5ad5";><code>e31664f</code></a>
 [RELEASE] Update project version to v0.49.0</li>
   <li><a 
href="https://github.com/fabric8io/docker-maven-plugin/commit/6ee8bdd22b2fe405cd0a441afa0e07e1c13b4aa8";><code>6ee8bdd</code></a>
 Backfill 0.49.0 changelog entries for merged but undocumented changes</li>
   <li><a 
href="https://github.com/fabric8io/docker-maven-plugin/commit/fbc53d305513b5a33dbfee0124b642ce0d57f4ea";><code>fbc53d3</code></a>
 Remove commented-out code, keeping the context it carried</li>
   <li><a 
href="https://github.com/fabric8io/docker-maven-plugin/commit/5d5a589f886b23f522229bcf1101a3b152e5bd7d";><code>5d5a589</code></a>
 Remove unused imports</li>
   <li><a 
href="https://github.com/fabric8io/docker-maven-plugin/commit/57d8155f7484b595465c5983f14fada0224435f3";><code>57d8155</code></a>
 Replace the abandoned fabric8 base image in ITs and samples</li>
   <li><a 
href="https://github.com/fabric8io/docker-maven-plugin/commit/0cbecddd65da058af6d2a5cb805e00c2b60fb202";><code>0cbecdd</code></a>
 Avoid container name conflicts after image rebuilds</li>
   <li><a 
href="https://github.com/fabric8io/docker-maven-plugin/commit/adeb9a86b2523168c7b6d51635373f71b4a70c15";><code>adeb9a8</code></a>
 Update JaCoCo to 0.8.15</li>
   <li><a 
href="https://github.com/fabric8io/docker-maven-plugin/commit/641df5fce4bc1cba30178a8a1a50767d08a2e25d";><code>641df5f</code></a>
 Run SonarCloud analysis on Java 21 (SonarQube Cloud dropped Java 17)</li>
   <li><a 
href="https://github.com/fabric8io/docker-maven-plugin/commit/3f7a64e6e22ea90209d4e4e35e05ea9675599cf1";><code>3f7a64e</code></a>
 Harden ECR auth: guard credential split and make the date formatter 
thread-safe</li>
   <li><a 
href="https://github.com/fabric8io/docker-maven-plugin/commit/93c228d42c5ec4648cb49c08a5d50c2a50f40524";><code>93c228d</code></a>
 Simplify quote-stripping regex; document Docker's verbatim name regexes 
(S585...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/fabric8io/docker-maven-plugin/compare/v0.48.1...v0.49.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.fabric8:docker-maven-plugin&package-manager=maven&previous-version=0.48.1&new-version=0.49.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to