This is an automated email from the ASF dual-hosted git repository.
coheigea 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 d38e4565bb8 Marking OAuthServiceExceptionMapper as deprecated for
removal
d38e4565bb8 is described below
commit d38e4565bb86262824ea760a48e416a7f225cba0
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Thu May 21 09:19:02 2026 +0100
Marking OAuthServiceExceptionMapper as deprecated for removal
---
.../cxf/rs/security/oauth2/provider/OAuthServiceExceptionMapper.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/provider/OAuthServiceExceptionMapper.java
b/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/provider/OAuthServiceExceptionMapper.java
index 73176dc36e6..cc90e27a462 100644
---
a/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/provider/OAuthServiceExceptionMapper.java
+++
b/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/provider/OAuthServiceExceptionMapper.java
@@ -21,6 +21,7 @@ package org.apache.cxf.rs.security.oauth2.provider;
import jakarta.ws.rs.core.Response;
import jakarta.ws.rs.ext.ExceptionMapper;
+@Deprecated(forRemoval = true)
public class OAuthServiceExceptionMapper implements
ExceptionMapper<OAuthServiceException> {
@Override