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 1b5d9a50ad Bump com.puppycrawl.tools:checkstyle from 13.3.0 to 13.4.0 
(#3023)
1b5d9a50ad is described below

commit 1b5d9a50adb4a13f1e18fe74417a5a987e43c575
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 9 09:56:48 2026 -0400

    Bump com.puppycrawl.tools:checkstyle from 13.3.0 to 13.4.0 (#3023)
    
    * Bump com.puppycrawl.tools:checkstyle from 13.3.0 to 13.4.0
    
    Bumps 
[com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) 
from 13.3.0 to 13.4.0.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - 
[Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-13.3.0...checkstyle-13.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-version: 13.4.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Fix checkstyle violations
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Andriy Redko <[email protected]>
---
 .../org/apache/cxf/attachment/AttachmentUtil.java  |  2 +-
 .../configuration/jsse/TLSClientParameters.java    |  6 ++++--
 .../org/apache/cxf/feature/FastInfosetFeature.java |  6 ++----
 .../apache/cxf/feature/StaxTransformFeature.java   |  6 ++----
 .../apache/cxf/message/MessageContentsList.java    |  3 ++-
 .../java/org/apache/cxf/message/MessageUtils.java  |  2 +-
 .../org/apache/cxf/resource/ResourceManager.java   |  2 +-
 .../cxf/transport/common/gzip/GZIPFeature.java     |  6 ++----
 .../java/org/apache/cxf/workqueue/WorkQueue.java   |  8 ++++----
 .../apache/cxf/cdi/JAXRSCdiResourceExtension.java  |  4 ++--
 parent/pom.xml                                     |  2 +-
 .../cxf/aegis/type/SimpleParameterizedType.java    |  6 +++---
 .../apache/cxf/aegis/type/encoded/StructType.java  |  3 +--
 .../apache/cxf/aegis/type/java5/EnumTypeTest.java  |  4 ++--
 .../org/apache/cxf/aegis/type/missing/Outer.java   |  4 ++--
 .../org/apache/cxf/ext/logging/LoggingFeature.java |  6 ++----
 .../org/apache/cxf/jaxrs/impl/UriBuilderImpl.java  |  2 +-
 .../springmvc/SpringViewResolverProvider.java      | 22 +++++++++++-----------
 .../java/org/apache/cxf/frontend/WSDLGetUtils.java |  4 ++--
 .../cxf/javascript/JavascriptOptionsFeature.java   |  8 +++-----
 .../cors/CrossOriginResourceSharingFilter.java     |  4 ++--
 .../oauth2/common/AccessTokenRegistration.java     |  4 ++--
 .../oauth2/services/AbstractOAuthService.java      |  2 +-
 .../oauth2/services/AbstractTokenService.java      |  2 +-
 .../services/RedirectionBasedGrantService.java     |  2 +-
 .../code/JPACMTCodeDataProviderOpenJPATest.java    |  2 +-
 .../grants/code/JPACMTCodeDataProviderTest.java    |  2 +-
 .../code/JPACMTOAuthDataProviderOpenJPATest.java   |  2 +-
 .../grants/code/JPACMTOAuthDataProviderTest.java   |  2 +-
 .../transport/https/CertConstraintsFeature.java    |  6 ++----
 .../cxf/transport/jms/SecurityContextFactory.java  |  2 +-
 .../apache/cxf/sts/cache/EHCacheIdentityValue.java |  2 +-
 .../systest/jaxrs/bootstrap/SeBootstrapTest.java   |  5 +++--
 .../systest/hc5/jaxws/JAXWSAsyncClientTest.java    |  2 +-
 .../systest/http/jaxws/JAXWSAsyncClientTest.java   |  2 +-
 .../idlpreprocessor/IdlPreprocessorReader.java     |  6 +++---
 36 files changed, 72 insertions(+), 81 deletions(-)

diff --git a/core/src/main/java/org/apache/cxf/attachment/AttachmentUtil.java 
b/core/src/main/java/org/apache/cxf/attachment/AttachmentUtil.java
index b6cfc56591..039189385c 100644
--- a/core/src/main/java/org/apache/cxf/attachment/AttachmentUtil.java
+++ b/core/src/main/java/org/apache/cxf/attachment/AttachmentUtil.java
@@ -396,7 +396,7 @@ public final class AttachmentUtil {
     }
 
     /**
-     * @deprecated use createAttachment(InputStream stream, Map<String, 
List<String>> headers, Message message)
+     * @deprecated use {@code createAttachment(InputStream stream, Map<String, 
List<String>> headers, Message message)}
      */
     public static Attachment createAttachment(InputStream stream, Map<String, 
List<String>> headers) 
             throws IOException {
diff --git 
a/core/src/main/java/org/apache/cxf/configuration/jsse/TLSClientParameters.java 
b/core/src/main/java/org/apache/cxf/configuration/jsse/TLSClientParameters.java
index c7cebf0665..6bf68ece88 100644
--- 
a/core/src/main/java/org/apache/cxf/configuration/jsse/TLSClientParameters.java
+++ 
b/core/src/main/java/org/apache/cxf/configuration/jsse/TLSClientParameters.java
@@ -41,13 +41,15 @@ import org.apache.cxf.common.util.SystemPropertyAction;
 public class TLSClientParameters extends TLSParameterBase {
     /**
      * Provide an option to ignore https.protocols setting, see please
-     * {@link https://blogs.oracle.com/java/post/diagnosing-tls-ssl-and-https}
+     * <a 
href="https://blogs.oracle.com/java/post/diagnosing-tls-ssl-and-https";>
+     * Diagnosing TLS, SSL, and HTTPS</a>
      */
     static final String IGNORE_CONFIGURED_HTTPS_PROTOCOLS = 
"https.protocols.ignore"; 
 
     /**
      * Consult https.protocols setting for preferred client HTTPs protocols, 
see please
-     * {@link https://blogs.oracle.com/java/post/diagnosing-tls-ssl-and-https}
+     * <a 
href="https://blogs.oracle.com/java/post/diagnosing-tls-ssl-and-https";>
+     * Diagnosing TLS, SSL, and HTTPS</a>
      */
     static final String CONFIGURED_HTTPS_PROTOCOLS = "https.protocols";
 
diff --git a/core/src/main/java/org/apache/cxf/feature/FastInfosetFeature.java 
b/core/src/main/java/org/apache/cxf/feature/FastInfosetFeature.java
index daa4bd38ca..eae23964ce 100644
--- a/core/src/main/java/org/apache/cxf/feature/FastInfosetFeature.java
+++ b/core/src/main/java/org/apache/cxf/feature/FastInfosetFeature.java
@@ -26,15 +26,13 @@ import org.apache.cxf.interceptor.InterceptorProvider;
 
 
 /**
- * <pre>
- * <![CDATA[
+ * <pre>{@code
     <jaxws:endpoint ...>
       <jaxws:features>
        <bean class="org.apache.cxf.feature.FastInfosetFeature"/>
       </jaxws:features>
     </jaxws:endpoint>
-  ]]>
-  </pre>
+ * }</pre>
  */
 @NoJSR250Annotations
 public class FastInfosetFeature extends 
DelegatingFeature<FastInfosetFeature.Portable> {
diff --git 
a/core/src/main/java/org/apache/cxf/feature/StaxTransformFeature.java 
b/core/src/main/java/org/apache/cxf/feature/StaxTransformFeature.java
index 30641101b5..16036e9154 100644
--- a/core/src/main/java/org/apache/cxf/feature/StaxTransformFeature.java
+++ b/core/src/main/java/org/apache/cxf/feature/StaxTransformFeature.java
@@ -28,15 +28,13 @@ import 
org.apache.cxf.interceptor.transform.TransformInInterceptor;
 import org.apache.cxf.interceptor.transform.TransformOutInterceptor;
 
 /**
- * <pre>
- * <![CDATA[
+ * <pre>{@code
     <jaxws:endpoint ...>
       <jaxws:features>
        <bean class="org.apache.cxf.feature.StaxTransformFeature"/>
       </jaxws:features>
     </jaxws:endpoint>
-  ]]>
-  </pre>
+ * }</pre>
  */
 @NoJSR250Annotations
 public class StaxTransformFeature extends 
DelegatingFeature<StaxTransformFeature.Portable> {
diff --git a/core/src/main/java/org/apache/cxf/message/MessageContentsList.java 
b/core/src/main/java/org/apache/cxf/message/MessageContentsList.java
index 69b319ec42..a33c75c99a 100644
--- a/core/src/main/java/org/apache/cxf/message/MessageContentsList.java
+++ b/core/src/main/java/org/apache/cxf/message/MessageContentsList.java
@@ -36,7 +36,8 @@ public class MessageContentsList extends ArrayList<Object> {
      * indexes within this list when some preceding elements
      * are not populated or deleted.
      * 
-     * @see {@link #get(MessagePartInfo)}, {@link #remove(MessagePartInfo)}
+     * @see MessageContentsList#get(MessagePartInfo)
+     * @see MessageContentsList#remove(MessagePartInfo)
      */
     public static final Object REMOVED_MARKER = new Object();
     private static final long serialVersionUID = -5780720048950696258L;
diff --git a/core/src/main/java/org/apache/cxf/message/MessageUtils.java 
b/core/src/main/java/org/apache/cxf/message/MessageUtils.java
index b00cfbeedf..c407c72029 100644
--- a/core/src/main/java/org/apache/cxf/message/MessageUtils.java
+++ b/core/src/main/java/org/apache/cxf/message/MessageUtils.java
@@ -138,7 +138,7 @@ public final class MessageUtils {
      * Returns true if a value is either the String "true" (regardless of 
case)  or Boolean.TRUE.
      * @param value
      * @return true if value is either the String "true" or Boolean.TRUE
-     * @deprecated replaced by {@link #PropertyUtils#isTrue(Object)}
+     * @deprecated replaced by {@link PropertyUtils#isTrue(Object)}
      */
     @Deprecated
     public static boolean isTrue(Object value) {
diff --git a/core/src/main/java/org/apache/cxf/resource/ResourceManager.java 
b/core/src/main/java/org/apache/cxf/resource/ResourceManager.java
index 89e49cba97..70b4a32f35 100644
--- a/core/src/main/java/org/apache/cxf/resource/ResourceManager.java
+++ b/core/src/main/java/org/apache/cxf/resource/ResourceManager.java
@@ -48,7 +48,7 @@ public interface ResourceManager {
      *
      * @param name name of resource to resolve.
      * @param type type of resource to resolve.
-     * @param resolvers list of <code>ResourceResolvers</codea> to search.
+     * @param resolvers list of {@code ResourceResolvers} to search.
      * @return the resolved resource or null if nothing found.
      */
     <T> T resolveResource(String name, Class<T> type, List<ResourceResolver> 
resolvers);
diff --git 
a/core/src/main/java/org/apache/cxf/transport/common/gzip/GZIPFeature.java 
b/core/src/main/java/org/apache/cxf/transport/common/gzip/GZIPFeature.java
index 284fdc0898..5babeae255 100644
--- a/core/src/main/java/org/apache/cxf/transport/common/gzip/GZIPFeature.java
+++ b/core/src/main/java/org/apache/cxf/transport/common/gzip/GZIPFeature.java
@@ -35,15 +35,13 @@ import org.apache.cxf.message.Message;
  * compressed requests, and will cause outgoing responses to be compressed if
  * the client indicates (via the Accept-Encoding header) that it can handle
  * them.
- * <pre>
- * <![CDATA[
+ * <pre>{@code
  * <jaxws:endpoint ...>
  *   <jaxws:features>
  *     <bean class="org.apache.cxf.transport.common.gzip.GZIPFeature"/>
  *   </jaxws:features>
  * </jaxws:endpoint>
- * ]]>
- * </pre>
+ * }</pre>
  * Attaching this feature to a client will cause outgoing request messages
  * to be compressed and incoming compressed responses to be uncompressed.
  * Accept-Encoding header is sent to let the service know
diff --git a/core/src/main/java/org/apache/cxf/workqueue/WorkQueue.java 
b/core/src/main/java/org/apache/cxf/workqueue/WorkQueue.java
index d14cec676d..98052a429d 100644
--- a/core/src/main/java/org/apache/cxf/workqueue/WorkQueue.java
+++ b/core/src/main/java/org/apache/cxf/workqueue/WorkQueue.java
@@ -28,8 +28,8 @@ public interface WorkQueue extends Executor {
      * @param work the workitem to submit for execution.
      * @param timeout the maximum amount of time (in milliseconds) to wait for 
it to be accepted.
      *
-     * @throws <code>RejectedExecutionException</code> if this work item 
cannot be accepted for execution.
-     * @throws <code>NullPointerException</code> if work item is null.
+     * @throws RejectedExecutionException if this work item cannot be accepted 
for execution.
+     * @throws NullPointerException if work item is null.
      */
     void execute(Runnable work, long timeout);
 
@@ -39,8 +39,8 @@ public interface WorkQueue extends Executor {
      * @param work the task to submit for execution.
      * @param delay the delay before the task is executed
      *
-     * @throws <code>RejectedExecutionException</code> if this task cannot be 
accepted for execution.
-     * @throws <code>NullPointerException</code> if task is null.
+     * @throws RejectedExecutionException if this task cannot be accepted for 
execution.
+     * @throws NullPointerException if task is null.
      */
     void schedule(Runnable work, long delay);
 }
diff --git 
a/integration/cdi/src/main/java/org/apache/cxf/cdi/JAXRSCdiResourceExtension.java
 
b/integration/cdi/src/main/java/org/apache/cxf/cdi/JAXRSCdiResourceExtension.java
index a5c027c697..46257c40ff 100644
--- 
a/integration/cdi/src/main/java/org/apache/cxf/cdi/JAXRSCdiResourceExtension.java
+++ 
b/integration/cdi/src/main/java/org/apache/cxf/cdi/JAXRSCdiResourceExtension.java
@@ -170,9 +170,9 @@ public class JAXRSCdiResourceExtension implements Extension 
{
     /**
      * For any {@link AnnotatedType} that includes a {@link Context} injection 
point, this method replaces
      * the field with the following code:
-     * <pre>
+     * <pre>{@code
      *     @Inject @ContextResolved T field;
-     * </pre>
+     * }</pre>
      * For any usage of T that is a valid context object in JAX-RS.
      *
      * It also has a side effect of capturing the context object type, in case 
no
diff --git a/parent/pom.xml b/parent/pom.xml
index 24f4476400..2a3d74298b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -107,7 +107,7 @@
         <cxf.commons-lang3.version>3.20.0</cxf.commons-lang3.version>
         <cxf.commons-logging.version>1.3.6</cxf.commons-logging.version>
         <cxf.commons-text.version>1.15.0</cxf.commons-text.version>
-        <cxf.checkstyle.version>13.3.0</cxf.checkstyle.version>
+        <cxf.checkstyle.version>13.4.0</cxf.checkstyle.version>
         <cxf.derby.version>10.17.1.0</cxf.derby.version>
         <cxf.dom4j.version>2.2.0</cxf.dom4j.version>
         <cxf.dropwizard3.version>3.2.6</cxf.dropwizard3.version>
diff --git 
a/rt/databinding/aegis/src/main/java/org/apache/cxf/aegis/type/SimpleParameterizedType.java
 
b/rt/databinding/aegis/src/main/java/org/apache/cxf/aegis/type/SimpleParameterizedType.java
index 0b9b05c4b5..e5b2eb2020 100644
--- 
a/rt/databinding/aegis/src/main/java/org/apache/cxf/aegis/type/SimpleParameterizedType.java
+++ 
b/rt/databinding/aegis/src/main/java/org/apache/cxf/aegis/type/SimpleParameterizedType.java
@@ -24,10 +24,10 @@ import java.lang.reflect.Type;
 import java.util.Arrays;
 
 /**
- * When an XML file tells is that it wants a List to be a List<x> or a Map to 
be
- * a Map<x, y>, we create one of these. We do not tolerate nesting. If we 
really
+ * When an XML file tells is that it wants a List to be a {@link List<?>} or a 
{@link Map} to be
+ * a {@link Map<?, ?>}, we create one of these. We do not tolerate nesting. If 
we really
  * wanted the entire apparatus, asm would be more appropriate. This is good 
enough
- * to allow us to probe a hash table hashed on Type objects where List<x> might
+ * to allow us to probe a hash table hashed on Type objects where {@link 
List<?>} might
  * be in there.
  */
 class SimpleParameterizedType implements ParameterizedType {
diff --git 
a/rt/databinding/aegis/src/main/java/org/apache/cxf/aegis/type/encoded/StructType.java
 
b/rt/databinding/aegis/src/main/java/org/apache/cxf/aegis/type/encoded/StructType.java
index 439afb11a0..af512cc40c 100644
--- 
a/rt/databinding/aegis/src/main/java/org/apache/cxf/aegis/type/encoded/StructType.java
+++ 
b/rt/databinding/aegis/src/main/java/org/apache/cxf/aegis/type/encoded/StructType.java
@@ -36,8 +36,7 @@ import org.apache.cxf.aegis.xml.MessageWriter;
  * <li>Nested elements MAY contain a SOAP ref attribute instead of an inline 
value</li>
  * <li>Struct MAY contain a SOAP id attribute</li>
  * </ul>
- * </p>
- * When writting, the class will always write the struct in the following 
canonical format:
+ * <p>When writting, the class will always write the struct in the following 
canonical format:
  * <ul>
  * <li>Struct will contain a SOAP id</li>
  * <li>Nested structs will be written as SOAP references (with 
SoapRefType)</li>
diff --git 
a/rt/databinding/aegis/src/test/java/org/apache/cxf/aegis/type/java5/EnumTypeTest.java
 
b/rt/databinding/aegis/src/test/java/org/apache/cxf/aegis/type/java5/EnumTypeTest.java
index c619659554..ee5db65d19 100644
--- 
a/rt/databinding/aegis/src/test/java/org/apache/cxf/aegis/type/java5/EnumTypeTest.java
+++ 
b/rt/databinding/aegis/src/test/java/org/apache/cxf/aegis/type/java5/EnumTypeTest.java
@@ -163,7 +163,7 @@ public class EnumTypeTest extends AbstractAegisTest {
     }
     
     /**
-     * {@link https://issues.apache.org/jira/browse/CXF-7188}
+     * <a href="https://issues.apache.org/jira/browse/CXF-7188";>CXF-7188</a>
      */
     @Test
     public void testTypeWithJaxbAnnotations() throws Exception {
@@ -179,7 +179,7 @@ public class EnumTypeTest extends AbstractAegisTest {
     }
     
     /**
-     * {@link https://issues.apache.org/jira/browse/CXF-7188}
+     * <a href="https://issues.apache.org/jira/browse/CXF-7188";>CXF-7188</a>
     */
     @Test
     public void testWsdlFromJaxbAnnotations() throws Exception {
diff --git 
a/rt/databinding/aegis/src/test/java/org/apache/cxf/aegis/type/missing/Outer.java
 
b/rt/databinding/aegis/src/test/java/org/apache/cxf/aegis/type/missing/Outer.java
index 5e730b924e..6b79ced2da 100644
--- 
a/rt/databinding/aegis/src/test/java/org/apache/cxf/aegis/type/missing/Outer.java
+++ 
b/rt/databinding/aegis/src/test/java/org/apache/cxf/aegis/type/missing/Outer.java
@@ -68,8 +68,8 @@ public class Outer implements Serializable {
     /**
      * Any pre-computed inners for the name.
      *
-     * @@uml.property name="inners"
-     * @@uml.associationEnd multiplicity="(0 -1)"
+     * @uml.property name="inners"
+     * @uml.associationEnd multiplicity="(0 -1)"
      */
     Inner[] inners;
 
diff --git 
a/rt/features/logging/src/main/java/org/apache/cxf/ext/logging/LoggingFeature.java
 
b/rt/features/logging/src/main/java/org/apache/cxf/ext/logging/LoggingFeature.java
index 842a046713..8a84f1bf61 100644
--- 
a/rt/features/logging/src/main/java/org/apache/cxf/ext/logging/LoggingFeature.java
+++ 
b/rt/features/logging/src/main/java/org/apache/cxf/ext/logging/LoggingFeature.java
@@ -37,15 +37,13 @@ import org.apache.cxf.interceptor.InterceptorProvider;
  * By attaching this feature to an endpoint, you
  * can specify logging. If this feature is present, an endpoint will log input
  * and output of ordinary and log messages.
- * <pre>
- * <![CDATA[
+ * <pre>{@code
     <jaxws:endpoint ...>
       <jaxws:features>
        <bean class="org.apache.cxf.ext.logging.LoggingFeature"/>
       </jaxws:features>
     </jaxws:endpoint>
-  ]]>
-  </pre>
+ * }</pre>
  */
 @NoJSR250Annotations
 @Provider(value = Type.Feature)
diff --git 
a/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/impl/UriBuilderImpl.java 
b/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/impl/UriBuilderImpl.java
index c113186377..8227516210 100644
--- 
a/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/impl/UriBuilderImpl.java
+++ 
b/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/impl/UriBuilderImpl.java
@@ -52,7 +52,7 @@ import org.apache.cxf.jaxrs.utils.JAXRSUtils;
  *   RFC-3986 which {@link UriBuilder} mandates</li>
  *   <li>it encodes URI components if it encounters '%XX' pattern within name 
(if applicable) or value (those
  *   are treated as partially encoded)</li>
- *  </ul
+ *  </ul>
  */
 public class UriBuilderImpl extends UriBuilder implements Cloneable {
     private static final String EXPAND_QUERY_VALUE_AS_COLLECTION = 
"expand.query.value.as.collection";
diff --git 
a/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/springmvc/SpringViewResolverProvider.java
 
b/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/springmvc/SpringViewResolverProvider.java
index 7a03433e9e..5dd5007f24 100644
--- 
a/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/springmvc/SpringViewResolverProvider.java
+++ 
b/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/springmvc/SpringViewResolverProvider.java
@@ -44,17 +44,17 @@ import org.springframework.web.servlet.ViewResolver;
  * CXF view provider that delegates view rendering to Spring MVC Views.
  *
  * Sample usage in a spring application:
- * <pre>
- @Bean
- public SpringViewResolverProvider springViewProvider(ViewResolver 
viewResolver) {
-     SpringViewResolverProvider viewProvider = new 
SpringViewResolverProvider(viewResolver,
-            new AcceptHeaderLocaleResolver());
-     viewProvider.setUseClassNames(true);
-     viewProvider.setBeanName("model");
-     viewProvider.setResourcePaths(Collections.singletonMap("/remove", 
"registeredClients"));
-     return viewProvider;
- }
- * </pre>
+ * <pre>{@code
+ *  @Bean
+ *  public SpringViewResolverProvider springViewProvider(ViewResolver 
viewResolver) {
+ *      SpringViewResolverProvider viewProvider = new 
SpringViewResolverProvider(viewResolver,
+ *             new AcceptHeaderLocaleResolver());
+ *      viewProvider.setUseClassNames(true);
+ *      viewProvider.setBeanName("model");
+ *      viewProvider.setResourcePaths(Collections.singletonMap("/remove", 
"registeredClients"));
+ *      return viewProvider;
+ *  }
+ * }</pre>
  */
 public class SpringViewResolverProvider extends AbstractResponseViewProvider {
 
diff --git 
a/rt/frontend/simple/src/main/java/org/apache/cxf/frontend/WSDLGetUtils.java 
b/rt/frontend/simple/src/main/java/org/apache/cxf/frontend/WSDLGetUtils.java
index e724e4a5f2..db5ab48d0f 100644
--- a/rt/frontend/simple/src/main/java/org/apache/cxf/frontend/WSDLGetUtils.java
+++ b/rt/frontend/simple/src/main/java/org/apache/cxf/frontend/WSDLGetUtils.java
@@ -807,7 +807,7 @@ public class WSDLGetUtils {
      * Retrieve the map of known xsd SchemaReference objects for this endpoint.
      *
      * @param endpointInfo information for a web service 'port' inside of a 
service
-     * @return Map<String, SchemaReference>
+     * @return {@link Map<String, SchemaReference>}
      */
     protected Map<String, SchemaReference> 
getSchemaKeySchemaReference(EndpointInfo endpointInfo) {
         Map<String, SchemaReference> smp = CastUtils.cast((Map<?, 
?>)endpointInfo.getService()
@@ -825,7 +825,7 @@ public class WSDLGetUtils {
      * Retrieve the map of known wsdl Definition objects for this endpoint.
      *
      * @param endpointInfo  information for a web service 'port' inside of a 
service
-     * @return Map<String, Definition>
+     * @return {@link Map<String, Definition>}
      */
     protected Map<String, Definition> getWSDLKeyDefinition(EndpointInfo 
endpointInfo) {
         Map<String, Definition> mp = CastUtils.cast((Map<?, 
?>)endpointInfo.getService()
diff --git 
a/rt/javascript/javascript-rt/src/main/java/org/apache/cxf/javascript/JavascriptOptionsFeature.java
 
b/rt/javascript/javascript-rt/src/main/java/org/apache/cxf/javascript/JavascriptOptionsFeature.java
index f433b21364..b58f2f9e41 100644
--- 
a/rt/javascript/javascript-rt/src/main/java/org/apache/cxf/javascript/JavascriptOptionsFeature.java
+++ 
b/rt/javascript/javascript-rt/src/main/java/org/apache/cxf/javascript/JavascriptOptionsFeature.java
@@ -30,17 +30,15 @@ import org.apache.cxf.feature.DelegatingFeature;
 /**
  * This class provides configuration options to the JavaScript client 
generator.
  * Attach this feature to control namespace mapping and other options.
- * <pre>
- * <![CDATA[
+ * <pre>{@code
     <jaxws:endpoint ...>
       <jaxws:features>
        <bean class="org.apache.cxf.javascript.JavascriptOptionsFeature">
        </bean>
       </jaxws:features>
     </jaxws:endpoint>
-  ]]>
-  </pre>
-  * At this time, there is no corresponding WSDL extension for this 
information.
+ * }</pre>
+ * At this time, there is no corresponding WSDL extension for this information.
  */
 @NoJSR250Annotations
 public class JavascriptOptionsFeature extends 
DelegatingFeature<JavascriptOptionsFeature.Portable> {
diff --git 
a/rt/rs/security/cors/src/main/java/org/apache/cxf/rs/security/cors/CrossOriginResourceSharingFilter.java
 
b/rt/rs/security/cors/src/main/java/org/apache/cxf/rs/security/cors/CrossOriginResourceSharingFilter.java
index e52b7eb5f4..8a29f65243 100644
--- 
a/rt/rs/security/cors/src/main/java/org/apache/cxf/rs/security/cors/CrossOriginResourceSharingFilter.java
+++ 
b/rt/rs/security/cors/src/main/java/org/apache/cxf/rs/security/cors/CrossOriginResourceSharingFilter.java
@@ -64,9 +64,9 @@ import org.apache.cxf.phase.Phase;
  * This class will perform preflight processing even if there is a resource 
method annotated
  * to handle @OPTIONS,
  * <em>unless</em> that method is annotated as follows:
- * <pre>
+ * <pre>{@code
  *   @LocalPreflight
- * </pre>
+ * }</pre>
  * or unless the <tt>defaultOptionsMethodsHandlePreflight</tt> property of 
this class is set to <tt>true</tt>.
  */
 @Provider
diff --git 
a/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/common/AccessTokenRegistration.java
 
b/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/common/AccessTokenRegistration.java
index 1fd5ef2cd0..fbff44487b 100644
--- 
a/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/common/AccessTokenRegistration.java
+++ 
b/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/common/AccessTokenRegistration.java
@@ -88,7 +88,7 @@ public class AccessTokenRegistration {
     }
 
     /**
-     * Sets the {@link UserSubject) instance capturing
+     * Sets the {@link UserSubject} instance capturing
      * the information about the end user
      * @param subject the end user subject
      */
@@ -97,7 +97,7 @@ public class AccessTokenRegistration {
     }
 
     /**
-     * Gets the {@link UserSubject) instance capturing
+     * Gets the {@link UserSubject} instance capturing
      * the information about the end user
      * @return the subject
      */
diff --git 
a/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/services/AbstractOAuthService.java
 
b/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/services/AbstractOAuthService.java
index fccc2b6d0b..1084ea7b1f 100644
--- 
a/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/services/AbstractOAuthService.java
+++ 
b/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/services/AbstractOAuthService.java
@@ -83,7 +83,7 @@ public abstract class AbstractOAuthService {
      * Get the {@link Client} reference
      * @param clientId the provided client id
      * @return Client the client reference
-     * @throws {@link OAuthServiceExcepption} if no matching Client is found
+     * @throws OAuthServiceException if no matching Client is found
      */
     protected Client getValidClient(String clientId, MultivaluedMap<String, 
String> params)
         throws OAuthServiceException {
diff --git 
a/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/services/AbstractTokenService.java
 
b/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/services/AbstractTokenService.java
index 8a8702cc47..b2a94b1092 100644
--- 
a/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/services/AbstractTokenService.java
+++ 
b/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/services/AbstractTokenService.java
@@ -238,7 +238,7 @@ public class AbstractTokenService extends 
AbstractOAuthService {
      * Get the {@link Client} reference
      * @param clientId the provided client id
      * @return Client the client reference
-     * @throws {@link jakarta.ws.rs.WebApplicationException} if no matching 
Client is found
+     * @throws jakarta.ws.rs.WebApplicationException if no matching Client is 
found
      */
     protected Client getClient(String clientId, MultivaluedMap<String, String> 
params) {
         return getClient(clientId, 
params.getFirst(OAuthConstants.CLIENT_SECRET), params);
diff --git 
a/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/services/RedirectionBasedGrantService.java
 
b/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/services/RedirectionBasedGrantService.java
index 307b46b3b7..466c31fa6f 100644
--- 
a/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/services/RedirectionBasedGrantService.java
+++ 
b/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/services/RedirectionBasedGrantService.java
@@ -536,7 +536,7 @@ public abstract class RedirectionBasedGrantService extends 
AbstractOAuthService
      * Get the {@link Client} reference
      * @param params request parameters
      * @return Client the client reference
-     * @throws {@link jakarta.ws.rs.WebApplicationException} if no matching 
Client is found,
+     * @throws jakarta.ws.rs.WebApplicationException if no matching Client is 
found,
      *         the error is returned directly to the end user without
      *         following the redirect URI if any
      */
diff --git 
a/rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/grants/code/JPACMTCodeDataProviderOpenJPATest.java
 
b/rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/grants/code/JPACMTCodeDataProviderOpenJPATest.java
index 4fa1acc4f5..b2be94847c 100644
--- 
a/rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/grants/code/JPACMTCodeDataProviderOpenJPATest.java
+++ 
b/rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/grants/code/JPACMTCodeDataProviderOpenJPATest.java
@@ -28,7 +28,7 @@ import org.junit.runner.RunWith;
 /**
  * Runs the same tests as JPACodeDataProviderTest but within a Spring Managed 
Transaction.
  *
- * Spring spawns a transaction before each call to <code><oauthProvider</code>.
+ * Spring spawns a transaction before each call to {@code oauthProvider}.
  *
  * Note : this test needs <code>@DirtiesContext</code>, otherwise
  * spring tests cache and reuse emf across test classes
diff --git 
a/rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/grants/code/JPACMTCodeDataProviderTest.java
 
b/rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/grants/code/JPACMTCodeDataProviderTest.java
index fa5f05569f..444cfeb690 100644
--- 
a/rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/grants/code/JPACMTCodeDataProviderTest.java
+++ 
b/rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/grants/code/JPACMTCodeDataProviderTest.java
@@ -31,7 +31,7 @@ import org.junit.runner.RunWith;
 /**
  * Runs the same tests as JPACodeDataProviderTest but within a Spring Managed 
Transaction.
  *
- * Spring spawns a transaction before each call to <code><oauthProvider</code>.
+ * Spring spawns a transaction before each call to {@code oauthProvider}.
  *
  * Note : this test needs <code>@DirtiesContext</code>, otherwise
  * spring tests cache and reuse emf across test classes
diff --git 
a/rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/grants/code/JPACMTOAuthDataProviderOpenJPATest.java
 
b/rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/grants/code/JPACMTOAuthDataProviderOpenJPATest.java
index 89c1250f6c..13e9854d43 100644
--- 
a/rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/grants/code/JPACMTOAuthDataProviderOpenJPATest.java
+++ 
b/rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/grants/code/JPACMTOAuthDataProviderOpenJPATest.java
@@ -29,7 +29,7 @@ import org.junit.runner.RunWith;
 /**
  * Runs the same tests as JPAOAuthDataProviderTest but within a Spring Managed 
Transaction.
  *
- * Spring spawns a transaction before each call to <code><oauthProvider</code>.
+ * Spring spawns a transaction before each call to {@code oauthProvider}.
  *
  * Note : this test needs <code>@DirtiesContext</code>, otherwise
  * spring tests cache and reuse emf across test classes
diff --git 
a/rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/grants/code/JPACMTOAuthDataProviderTest.java
 
b/rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/grants/code/JPACMTOAuthDataProviderTest.java
index 7b752c0d42..c846ad7d92 100644
--- 
a/rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/grants/code/JPACMTOAuthDataProviderTest.java
+++ 
b/rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/grants/code/JPACMTOAuthDataProviderTest.java
@@ -48,7 +48,7 @@ import static org.junit.Assert.assertNotNull;
 /**
  * Runs the same tests as JPAOAuthDataProviderTest but within a Spring Managed 
Transaction.
  *
- * Spring spawns a transaction before each call to <code><oauthProvider</code>.
+ * Spring spawns a transaction before each call to {@code oauthProvider}.
  *
  * Note : this test needs <code>@DirtiesContext</code>, otherwise
  * spring tests cache and reuse emf across test classes
diff --git 
a/rt/transports/http/src/main/java/org/apache/cxf/transport/https/CertConstraintsFeature.java
 
b/rt/transports/http/src/main/java/org/apache/cxf/transport/https/CertConstraintsFeature.java
index 18e9199568..91cca4524c 100644
--- 
a/rt/transports/http/src/main/java/org/apache/cxf/transport/https/CertConstraintsFeature.java
+++ 
b/rt/transports/http/src/main/java/org/apache/cxf/transport/https/CertConstraintsFeature.java
@@ -29,8 +29,7 @@ import org.apache.cxf.feature.DelegatingFeature;
 import org.apache.cxf.interceptor.InterceptorProvider;
 
 /**
- * <pre>
- * <![CDATA[
+ * <pre>{@code
     <jaxws:endpoint ...>
       <jaxws:features>
        <bean class="org.apache.cxf.transport.https.CertConstraintsFeature">
@@ -52,8 +51,7 @@ import org.apache.cxf.interceptor.InterceptorProvider;
        </bean>
       </jaxws:features>
     </jaxws:endpoint>
-  ]]>
-  </pre>
+ * }</pre>
  */
 @NoJSR250Annotations
 public class CertConstraintsFeature extends 
DelegatingFeature<CertConstraintsFeature.Portable> {
diff --git 
a/rt/transports/jms/src/main/java/org/apache/cxf/transport/jms/SecurityContextFactory.java
 
b/rt/transports/jms/src/main/java/org/apache/cxf/transport/jms/SecurityContextFactory.java
index 18b6003211..5cd14151e3 100644
--- 
a/rt/transports/jms/src/main/java/org/apache/cxf/transport/jms/SecurityContextFactory.java
+++ 
b/rt/transports/jms/src/main/java/org/apache/cxf/transport/jms/SecurityContextFactory.java
@@ -33,7 +33,7 @@ public final class SecurityContextFactory {
      * Extract the property JMSXUserID or JMS_TIBCO_SENDER from the jms 
message and
      * create a SecurityContext from it.
      * For more info see Jira Issue CXF-2055
-     * {@link https://issues.apache.org/jira/browse/CXF-2055}
+     * <a href="https://issues.apache.org/jira/browse/CXF-2055";>CXF-2055</a>
      *
      * @param message jms message to retrieve user information from
      * @return SecurityContext that contains the user of the producer of the 
message as the Principal
diff --git 
a/services/sts/sts-core/src/main/java/org/apache/cxf/sts/cache/EHCacheIdentityValue.java
 
b/services/sts/sts-core/src/main/java/org/apache/cxf/sts/cache/EHCacheIdentityValue.java
index 545447b2e3..52a4d0e108 100644
--- 
a/services/sts/sts-core/src/main/java/org/apache/cxf/sts/cache/EHCacheIdentityValue.java
+++ 
b/services/sts/sts-core/src/main/java/org/apache/cxf/sts/cache/EHCacheIdentityValue.java
@@ -23,7 +23,7 @@ import java.io.Serializable;
 import java.util.Map;
 
 /**
- * A cache value for EHCache. It's just a wrapper for Map<String, String>.
+ * A cache value for EHCache. It's just a wrapper for {@link Map<String, 
String>}.
  */
 public class EHCacheIdentityValue implements Serializable {
 
diff --git 
a/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/bootstrap/SeBootstrapTest.java
 
b/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/bootstrap/SeBootstrapTest.java
index fa7f00b641..1b8ac22972 100644
--- 
a/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/bootstrap/SeBootstrapTest.java
+++ 
b/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/bootstrap/SeBootstrapTest.java
@@ -56,8 +56,9 @@ import static org.hamcrest.MatcherAssert.assertThat;
 import static org.hamcrest.Matchers.greaterThan;
 
 /**
- * Some tests are taken from {@linkplain 
https://github.com/jakartaee/rest/blob/tck-3.1.2/jaxrs-tck
- * /src/main/java/ee/jakarta/tck/ws/rs/sebootstrap/SeBootstrapIT.java}
+ * Some tests are taken from
+ * <a href="https://github.com/jakartaee/rest/blob/tck-3.1.2/jaxrs-tck
+ * 
/src/main/java/ee/jakarta/tck/ws/rs/sebootstrap/SeBootstrapIT.java">SeBootstrapIT.java</a>
  */
 public class SeBootstrapTest {
     private static Bus bus;
diff --git 
a/systests/transport-hc5/src/test/java/org/apache/cxf/systest/hc5/jaxws/JAXWSAsyncClientTest.java
 
b/systests/transport-hc5/src/test/java/org/apache/cxf/systest/hc5/jaxws/JAXWSAsyncClientTest.java
index f221d0f45a..20dfc2f8f8 100644
--- 
a/systests/transport-hc5/src/test/java/org/apache/cxf/systest/hc5/jaxws/JAXWSAsyncClientTest.java
+++ 
b/systests/transport-hc5/src/test/java/org/apache/cxf/systest/hc5/jaxws/JAXWSAsyncClientTest.java
@@ -218,7 +218,7 @@ public class JAXWSAsyncClientTest  extends 
AbstractBusClientServerTestBase {
      *   at 
org.apache.cxf.jaxws.JaxwsResponseCallback.get(JaxwsResponseCallback.java:48)
      *   at 
org.apache.cxf.systest.hc5.jaxws.JAXWSAsyncClientTest.testAsyncWsdl(JAXWSAsyncClientTest.java:193)
      *
-     * @see https://issues.apache.org/jira/browse/CXF-9007
+     * @see <a 
href="https://issues.apache.org/jira/browse/CXF-9007";>CXF-9007</a>
      */
     @Test
     public void testAsyncWsdl() throws Exception {
diff --git 
a/systests/transports/src/test/java/org/apache/cxf/systest/http/jaxws/JAXWSAsyncClientTest.java
 
b/systests/transports/src/test/java/org/apache/cxf/systest/http/jaxws/JAXWSAsyncClientTest.java
index d92b97872a..a086e39808 100644
--- 
a/systests/transports/src/test/java/org/apache/cxf/systest/http/jaxws/JAXWSAsyncClientTest.java
+++ 
b/systests/transports/src/test/java/org/apache/cxf/systest/http/jaxws/JAXWSAsyncClientTest.java
@@ -246,7 +246,7 @@ public class JAXWSAsyncClientTest  extends 
AbstractBusClientServerTestBase {
      *   at 
org.apache.cxf.jaxws.JaxwsResponseCallback.get(JaxwsResponseCallback.java:48)
      *   at 
org.apache.cxf.systest.hc5.jaxws.JAXWSAsyncClientTest.testAsyncWsdl(JAXWSAsyncClientTest.java:193)
      *
-     * @see https://issues.apache.org/jira/browse/CXF-9007
+     * @see <a 
href="https://issues.apache.org/jira/browse/CXF-9007";>CXF-9007</a>
      */
     @Test
     public void testAsyncWsdl() throws Exception {
diff --git 
a/tools/corba/src/main/java/org/apache/cxf/tools/corba/idlpreprocessor/IdlPreprocessorReader.java
 
b/tools/corba/src/main/java/org/apache/cxf/tools/corba/idlpreprocessor/IdlPreprocessorReader.java
index a4bd10bd68..4d1a960740 100644
--- 
a/tools/corba/src/main/java/org/apache/cxf/tools/corba/idlpreprocessor/IdlPreprocessorReader.java
+++ 
b/tools/corba/src/main/java/org/apache/cxf/tools/corba/idlpreprocessor/IdlPreprocessorReader.java
@@ -50,14 +50,14 @@ public final class IdlPreprocessorReader extends Reader {
     /**
      * GNU standard preprocessor output flag for signalling a new file.
      *
-     * @see 
http://gcc.gnu.org/onlinedocs/gcc-3.2.3/cpp/Preprocessor-Output.html
+     * @see <a 
href="http://gcc.gnu.org/onlinedocs/gcc-3.2.3/cpp/Preprocessor-Output.html";>Preprocessor
 Output</a>
      */
     private static final char PUSH = '1';
 
     /**
      * GNU standard preprocessor output flag for signalling returning to a 
file.
      *
-     * @see 
http://gcc.gnu.org/onlinedocs/gcc-3.2.3/cpp/Preprocessor-Output.html
+     * @see <a 
href="http://gcc.gnu.org/onlinedocs/gcc-3.2.3/cpp/Preprocessor-Output.html";>Preprocessor
 Output</a>
      */
     private static final char POP = '2';
 
@@ -368,7 +368,7 @@ public final class IdlPreprocessorReader extends Reader {
     /**
      * Creates GNU standard preprocessor flag for signalling a file change.
      *
-     * @see 
http://gcc.gnu.org/onlinedocs/gcc-3.2.3/cpp/Preprocessor-Output.html
+     * @see <a 
href="http://gcc.gnu.org/onlinedocs/gcc-3.2.3/cpp/Preprocessor-Output.html";>Preprocessor-Output</a>
      */
     private void signalFileChange(String location, int lineNumber, char flag) {
         buf.append("# ").append(lineNumber).append(' 
').append(location).append(' ').append(flag).append(LF);


Reply via email to