From e641b7eb8c9d80a5c606e529f2c25ba5416d812f Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Tue, 24 May 2022 19:40:07 -0700 Subject: [PATCH] Update release notes wrt #175 --- release-notes/CREDITS-2.x | 4 ++++ release-notes/VERSION-2.x | 2 ++ 2 files changed, 6 insertions(+) diff --git a/release-notes/CREDITS-2.x b/release-notes/CREDITS-2.x index 321e9dbb..83633464 100644 --- a/release-notes/CREDITS-2.x +++ b/release-notes/CREDITS-2.x @@ -110,3 +110,7 @@ Joe Barnett (josephlbarnett@github) is used across two separate classloaders (2.13.3) +James R. Perkins (jamezp@github) +* Contributed fix for #175: `jackson-module-jakarta-xmlbind-annotations` should use + a Jakarta namespaced Activation API + (2.13.4) diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 1b626d19..07c1f2b4 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -18,6 +18,8 @@ Modules: #169: Blackbird fails with LinkageError when the same class is used across two separate classloaders (reported by David C; fix contributed by Joe B) +#175: `jackson-module-jakarta-xmlbind-annotations` should use a Jakarta namespaced Activation API + (contributed by James P) 2.13.2 (06-Mar-2022)