Skip to content
Merged
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
10 changes: 4 additions & 6 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ endif::[]
==== 1.28.3 - YYYY/MM/DD

[float]
===== Breaking changes
* If the agent cannot discover a service name, it now uses `unknown-java-service` instead of `my-service` - {pull}2325[#2325]
===== Dependency updates
* Update Log4j to 2.12.3

[float]
===== Features
===== Breaking changes
* If the agent cannot discover a service name, it now uses `unknown-java-service` instead of `my-service` - {pull}2325[#2325]

[float]
===== Bug fixes
Expand All @@ -45,9 +46,6 @@ endif::[]
===== Dependency updates
* Update Log4j to 2.12.2

[float]
===== Features

[float]
===== Bug fixes
* Fix module loading errors on J9 JVM - {pull}2341[#2341]
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<!-- 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.2</version.log4j>
<version.log4j>2.12.3</version.log4j>
<version.log4j2-ecs-layout>1.2.0</version.log4j2-ecs-layout>
<version.spring>5.0.15.RELEASE</version.spring>
<version.spring-boot>2.2.2.RELEASE</version.spring-boot>
Expand Down