This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new da9e27e5a3 CXF-8919 - JAXRSUtils references 
javax.activation.Datasource (#1399)
da9e27e5a3 is described below

commit da9e27e5a349294e7222e9772b0d8376b4c27731
Author: Richard Zowalla <[email protected]>
AuthorDate: Wed Aug 23 14:23:53 2023 +0200

    CXF-8919 - JAXRSUtils references javax.activation.Datasource (#1399)
---
 .../jaxrs/src/main/java/org/apache/cxf/jaxrs/utils/JAXRSUtils.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/utils/JAXRSUtils.java 
b/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/utils/JAXRSUtils.java
index ab59dd25fa..c2b1d504ec 100644
--- a/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/utils/JAXRSUtils.java
+++ b/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/utils/JAXRSUtils.java
@@ -203,7 +203,7 @@ public final class JAXRSUtils {
             "java.util.concurrent.CompletableFuture",
             "java.util.concurrent.CompletionStage"
         ));
-    private static final LazyLoadedClass DATA_SOURCE_CLASS = new 
LazyLoadedClass("javax.activation.DataSource");
+    private static final LazyLoadedClass DATA_SOURCE_CLASS = new 
LazyLoadedClass("jakarta.activation.DataSource");
 
     // Class to lazily call the ClassLoaderUtil.loadClass, but do it once
     // and cache the result.  Then use the class to create instances as needed.

Reply via email to