From 6d8d89ec3e173aacb664d7f8e0b97c0cc2e0780c Mon Sep 17 00:00:00 2001 From: eyalkoren <41850454+eyalkoren@users.noreply.github.com> Date: Sun, 20 Nov 2022 14:52:26 +0200 Subject: [PATCH 1/2] Bump ByteBuddy to version 1.12.19 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4ab86732d1..b02296e123 100644 --- a/pom.xml +++ b/pom.xml @@ -120,7 +120,7 @@ 9.4.11.v20180605 1.0.72 - 1.12.18 + 1.12.19 9.4 5.4.0 From c6789cbb4f366ec268bc4fbcbb8f840c95b53dd4 Mon Sep 17 00:00:00 2001 From: eyalkoren <41850454+eyalkoren@users.noreply.github.com> Date: Sun, 20 Nov 2022 15:01:06 +0200 Subject: [PATCH 2/2] Adding to CHANGELOG --- CHANGELOG.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index a9818f2660..8d705ed558 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -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