Skip to content

Commit

Permalink
apply PR #2378 to 1.26 branch (log4j upgrade to 2.12.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackshirazi committed Dec 30, 2021
1 parent b8939de commit 34573a4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,26 @@ endif::[]
=== Unreleased
[[release-notes-1.28.4]]
==== 1.28.4 - YYYY/MM/DD
[[release-notes-1.28.5]]
==== 1.28.5 - YYYY/MM/DD
[float]
===== Bug fixes
[[release-notes-1.x]]
=== Java Agent version 1.x
[[release-notes-1.28.4]]
==== 1.28.4 - 2021/12/30
[float]
===== Bug fixes
* Fix `@Traced` annotation to return proper outcome instead of `failed` - {pull}2370[#2370]
[float]
===== Dependency updates
* Update Log4j to 2.12.4 and log4j2-ecs-layout to 1.3.2 - {pull}2378[#2378]
[[release-notes-1.28.3]]
==== 1.28.3 - 2021/12/22
Expand Down Expand Up @@ -172,6 +183,13 @@ discovery - {pull}2205[#2205]
* Replace concurrency plugin maps to `SpanConcurrentHashMap` ones - {pull}2173[#2173]
* Align User-Agent HTTP header with other APM agents - {pull}2177[#2177]
[[release-notes-1.26.2]]
==== 1.26.2 - 2021/12/30
[float]
===== Dependency updates
* Update Log4j to 2.12.4 and log4j2-ecs-layout to 1.3.2 - {pull}2378[#2378]
[[release-notes-1.26.1]]
==== 1.26.1 - 2021/12/22
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-log-shader-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<properties>
<apm-agent-parent.base.dir>${project.basedir}/../..</apm-agent-parent.base.dir>
<version.ecs.logging>1.3.0</version.ecs.logging>
<version.ecs.logging>1.3.2</version.ecs.logging>
</properties>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@
<!-- this is the last version of log4j that is compatible with Java 7. Due to a known vulnerability
(https://nvd.nist.gov/vuln/detail/CVE-2020-9488#vulnCurrentDescriptionTitle), the SMTP appender is
excluded from the build and not packaged into the agent artifacts -->
<version.log4j>2.12.3</version.log4j>
<version.log4j2-ecs-layout>1.3.0</version.log4j2-ecs-layout>
<version.log4j>2.12.4</version.log4j>
<version.log4j2-ecs-layout>1.3.2</version.log4j2-ecs-layout>
<version.spring>5.0.15.RELEASE</version.spring>
<version.spring-boot>2.2.2.RELEASE</version.spring-boot>
<version.jetty-server>9.4.11.v20180605</version.jetty-server>
Expand Down

0 comments on commit 34573a4

Please sign in to comment.