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

reta pushed a commit to branch 4.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/4.1.x-fixes by this push:
     new 4eb36a2d38 CXF-9178: Run Jakarta RESTful Web Services 4.0 TCK. Fix 
post-merge compilation issue
4eb36a2d38 is described below

commit 4eb36a2d38f7b59cd1dedbf08e29e30d5800c00a
Author: Andriy Redko <[email protected]>
AuthorDate: Fri Jan 30 13:18:48 2026 -0500

    CXF-9178: Run Jakarta RESTful Web Services 4.0 TCK. Fix post-merge 
compilation issue
---
 .../jaxrs/src/main/java/org/apache/cxf/jaxrs/utils/InjectionUtils.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/utils/InjectionUtils.java
 
b/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/utils/InjectionUtils.java
index 901d9de4e6..02e9d86e22 100644
--- 
a/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/utils/InjectionUtils.java
+++ 
b/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/utils/InjectionUtils.java
@@ -55,6 +55,7 @@ import java.util.TreeSet;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 
+import jakarta.annotation.Nullable;
 import jakarta.ws.rs.WebApplicationException;
 import jakarta.ws.rs.core.Application;
 import jakarta.ws.rs.core.EntityPart;
@@ -103,7 +104,6 @@ import org.apache.cxf.jaxrs.provider.ServerProviderFactory;
 import org.apache.cxf.message.Exchange;
 import org.apache.cxf.message.Message;
 import org.apache.cxf.message.MessageUtils;
-import org.jspecify.annotations.Nullable;
 
 public final class InjectionUtils {
     public static final Set<String> STANDARD_CONTEXT_CLASSES = new HashSet<>();

Reply via email to