JiriOndrusek commented on code in PR #5184:
URL: https://github.com/apache/camel-quarkus/pull/5184#discussion_r1294326267


##########
extensions/splunk/deployment/src/main/java/org/apache/camel/quarkus/component/splunk/deployment/SplunkProcessor.java:
##########
@@ -67,9 +67,10 @@ ReflectiveClassBuildItem 
registerForReflection(CombinedIndexBuildItem combinedIn
 
     @BuildStep
     List<ReflectiveClassBuildItem> reflectiveClasses() {
-        return 
Arrays.asList(ReflectiveClassBuildItem.builder("com.splunk.Index").build(),
-                
ReflectiveClassBuildItem.builder("com.splunk.SavedSearch").build(),
-                
ReflectiveClassBuildItem.builder("com.splunk.Service").build());
+        return 
Arrays.asList(ReflectiveClassBuildItem.builder("com.splunk.Index").constructors().build(),

Review Comment:
   fixed



##########
integration-tests/splunk/src/main/java/org/apache/camel/quarkus/component/splunk/it/SplunkResource.java:
##########
@@ -47,10 +46,10 @@
 @ApplicationScoped
 public class SplunkResource {
 
+    public static String SAVED_SEARCH_NAME = "savedSearchForTest";

Review Comment:
   fixed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to