Skip to content

Commit 8edb133

Browse files
committed
Update io.fabric8:docker-maven-plugin to version 0.44.0 (#2299)
1 parent f53fca1 commit 8edb133

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

log4j-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
Plugin version properties (in alphabetical order)
5252
================================================= -->
5353
<asciidoctor-maven-plugin.version>2.2.4</asciidoctor-maven-plugin.version>
54-
<docker-maven-plugin.version>0.43.4</docker-maven-plugin.version>
54+
<docker-maven-plugin.version>0.44.0</docker-maven-plugin.version>
5555
<exam-maven-plugin.version>4.13.5</exam-maven-plugin.version>
5656
<maven-taglib-plugin.version>2.4</maven-taglib-plugin.version>
5757
<!-- `surefire.version` property used in `apache.org:apache`: -->
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://logging.apache.org/log4j/changelog"
4+
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
5+
type="updated">
6+
<issue id="2299" link="https://github.com/apache/logging-log4j2/pull/2299"/>
7+
<description format="asciidoc">Update `io.fabric8:docker-maven-plugin` to version `0.44.0`</description>
8+
</entry>

src/site/_release-notes/_2.x.x.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This releases contains ...
4444
4545
* Fix regression in `JdkMapAdapterStringMap` performance. (https://github.com/apache/logging-log4j2/issues/2238[2238])
4646
* Fix the behavior of `Logger#setLevel` and `Logger#getLevel` in the Log4j 1.2 bridge. (https://github.com/apache/logging-log4j2/issues/2282[2282])
47-
* Fix the behavior of `CoreLogger#setLevel` in the log4j-jul module. (https://github.com/apache/logging-log4j2/issues/2282[2282])
47+
* Fix the behavior of `CoreLogger#getLevel` and `CoreLogger#setLevel` in the `log4j-jul` module. (https://github.com/apache/logging-log4j2/issues/2282[2282])
4848
* Allow deserialization of all arrays of allowed classes. (https://issues.apache.org/jira/browse/LOG4J2-3680[LOG4J2-3680])
4949
* Allow the <Properties> node to appear in any position in the configuration element.
5050
* Fix forgotten `threadName` field in `RingBufferLogEvent#clear()` (https://github.com/apache/logging-log4j2/issues/2234[2234])
@@ -59,6 +59,7 @@ This releases contains ...
5959
* Update `com.fasterxml.jackson:jackson-bom` to version `2.16.1` (https://github.com/apache/logging-log4j2/pull/2126[2126])
6060
* Update `commons-codec:commons-codec` to version `1.16.1` (https://github.com/apache/logging-log4j2/pull/2277[2277])
6161
* Update `github/codeql-action` to version `3.24.3` (https://github.com/apache/logging-log4j2/pull/2295[2295])
62+
* Update `io.fabric8:docker-maven-plugin` to version `0.44.0` (https://github.com/apache/logging-log4j2/pull/2299[2299])
6263
* Update `io.netty:netty-bom` to version `4.1.107.Final` (https://github.com/apache/logging-log4j2/pull/2284[2284])
6364
* Update `org.apache.logging:logging-parent` to version `10.6.0` (https://github.com/apache/logging-log4j2/pull/2197[2197])
6465
* Update `org.eclipse.jetty:jetty-bom` to version `9.4.54.v20240208` (https://github.com/apache/logging-log4j2/pull/2287[2287])

0 commit comments

Comments
 (0)