This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 81b1e59c27b6d8888783fe3ade85a2a895ea60a3 Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Thu May 21 09:19:02 2026 +0100 Marking OAuthServiceExceptionMapper as deprecated for removal (cherry picked from commit d38e4565bb86262824ea760a48e416a7f225cba0) --- .../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 75455700943..1ffe77408e9 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 javax.ws.rs.core.Response; import javax.ws.rs.ext.ExceptionMapper; +@Deprecated(forRemoval = true) public class OAuthServiceExceptionMapper implements ExceptionMapper<OAuthServiceException> { @Override
