Skip to content

Commit 34573a4

Browse files
committed
apply PR #2378 to 1.26 branch (log4j upgrade to 2.12.4)
1 parent b8939de commit 34573a4

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

CHANGELOG.asciidoc

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,26 @@ endif::[]
2020
2121
=== Unreleased
2222
23-
[[release-notes-1.28.4]]
24-
==== 1.28.4 - YYYY/MM/DD
23+
[[release-notes-1.28.5]]
24+
==== 1.28.5 - YYYY/MM/DD
2525
2626
[float]
2727
===== Bug fixes
2828
2929
[[release-notes-1.x]]
3030
=== Java Agent version 1.x
3131
32+
[[release-notes-1.28.4]]
33+
==== 1.28.4 - 2021/12/30
34+
35+
[float]
36+
===== Bug fixes
37+
* Fix `@Traced` annotation to return proper outcome instead of `failed` - {pull}2370[#2370]
38+
39+
[float]
40+
===== Dependency updates
41+
* Update Log4j to 2.12.4 and log4j2-ecs-layout to 1.3.2 - {pull}2378[#2378]
42+
3243
[[release-notes-1.28.3]]
3344
==== 1.28.3 - 2021/12/22
3445
@@ -172,6 +183,13 @@ discovery - {pull}2205[#2205]
172183
* Replace concurrency plugin maps to `SpanConcurrentHashMap` ones - {pull}2173[#2173]
173184
* Align User-Agent HTTP header with other APM agents - {pull}2177[#2177]
174185
186+
[[release-notes-1.26.2]]
187+
==== 1.26.2 - 2021/12/30
188+
189+
[float]
190+
===== Dependency updates
191+
* Update Log4j to 2.12.4 and log4j2-ecs-layout to 1.3.2 - {pull}2378[#2378]
192+
175193
[[release-notes-1.26.1]]
176194
==== 1.26.1 - 2021/12/22
177195

apm-agent-plugins/apm-log-shader-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<properties>
1616
<apm-agent-parent.base.dir>${project.basedir}/../..</apm-agent-parent.base.dir>
17-
<version.ecs.logging>1.3.0</version.ecs.logging>
17+
<version.ecs.logging>1.3.2</version.ecs.logging>
1818
</properties>
1919

2020
<modules>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@
106106
<!-- this is the last version of log4j that is compatible with Java 7. Due to a known vulnerability
107107
(https://nvd.nist.gov/vuln/detail/CVE-2020-9488#vulnCurrentDescriptionTitle), the SMTP appender is
108108
excluded from the build and not packaged into the agent artifacts -->
109-
<version.log4j>2.12.3</version.log4j>
110-
<version.log4j2-ecs-layout>1.3.0</version.log4j2-ecs-layout>
109+
<version.log4j>2.12.4</version.log4j>
110+
<version.log4j2-ecs-layout>1.3.2</version.log4j2-ecs-layout>
111111
<version.spring>5.0.15.RELEASE</version.spring>
112112
<version.spring-boot>2.2.2.RELEASE</version.spring-boot>
113113
<version.jetty-server>9.4.11.v20180605</version.jetty-server>

0 commit comments

Comments
 (0)