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
2 changes: 2 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ option - {pull}2866[#2866]
* Remove `context.db` fields from S3 instrumentation - {pull}2821[#2821]
* Allowed OpenTelemetry `Span.updateName` to update names provided by elastic - {pull}2838[#2838]
* Prevent random `NullPointerException` when span compression is not possible - {pull}2859[#2859]
* Fix security manager issues on OpenJDK 17, with errors like: `java.lang.UnsupportedOperationException: Could not access Unsafe class` -
{pull}2874[#2874]

[[release-notes-1.x]]
=== Java Agent version 1.x
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<version.jetty-server>9.4.11.v20180605</version.jetty-server>
<version.json-schema-validator>1.0.72</version.json-schema-validator>
<!-- Byte Buddy and ASM must be kept in sync -->
<version.byte-buddy>1.12.18</version.byte-buddy>
<version.byte-buddy>1.12.19</version.byte-buddy>
<version.asm>9.4</version.asm>
<version.cucumber>5.4.0</version.cucumber>

Expand Down