From e176a8cdfd3abf54c61c5a4e8999e9a14f6223b7 Mon Sep 17 00:00:00 2001 From: Jordan Smith Date: Fri, 8 Nov 2024 07:13:31 -0800 Subject: [PATCH] Add OSGi fix to what's new --- source/whats-new.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/whats-new.txt b/source/whats-new.txt index 96251db7b..8850468ae 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -39,6 +39,10 @@ The 5.2.1 driver patch release includes the following changes: - Fixes an issue that caused applications built with Quarkus to throw a ``java.lang.UnsatisfiedLinkError`` when initializing ``libmongocrypt`` bindings. +- Fixes a bug that caused the ``mongodb-driver-core`` package to error when + deployed to an OSGi runtime. The `` Import-Package + org.mongodb:mongodb-driver-core`` manifest attribute no longer requires the + ``com.oracle.svm.core.annotate.*`` packages. .. _java-version-5.2: