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

gzurowski pushed a commit to branch release/4.0.0-RC1
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/release/4.0.0-RC1 by this push:
     new fa762e04a6c Fix Javadoc generation issues
fa762e04a6c is described below

commit fa762e04a6c18a74a505210206b2eaeeb2190bdf
Author: Gregor Zurowski <gre...@zurowski.org>
AuthorDate: Thu Jun 29 11:25:54 2023 +0200

    Fix Javadoc generation issues
---
 .../apache/camel/dsl/xml/jaxb/springboot/aot/XMLDSLRuntimeHints.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dsl-starter/camel-xml-jaxb-dsl-starter/src/main/java/org/apache/camel/dsl/xml/jaxb/springboot/aot/XMLDSLRuntimeHints.java
 
b/dsl-starter/camel-xml-jaxb-dsl-starter/src/main/java/org/apache/camel/dsl/xml/jaxb/springboot/aot/XMLDSLRuntimeHints.java
index 75abf68a13c..2cfac6ab430 100644
--- 
a/dsl-starter/camel-xml-jaxb-dsl-starter/src/main/java/org/apache/camel/dsl/xml/jaxb/springboot/aot/XMLDSLRuntimeHints.java
+++ 
b/dsl-starter/camel-xml-jaxb-dsl-starter/src/main/java/org/apache/camel/dsl/xml/jaxb/springboot/aot/XMLDSLRuntimeHints.java
@@ -22,7 +22,7 @@ import org.springframework.aot.hint.MemberCategory;
 import org.springframework.aot.hint.RuntimeHints;
 import org.springframework.aot.hint.RuntimeHintsRegistrar;
 
-final class XMLDSLRuntimeHints implements RuntimeHintsRegistrar {
+public final class XMLDSLRuntimeHints implements RuntimeHintsRegistrar {
     @Override
     public void registerHints(RuntimeHints hints, ClassLoader classLoader) {
         hints.reflection().registerType(ArrayList.class, 
MemberCategory.INVOKE_DECLARED_CONSTRUCTORS);

Reply via email to