jamesnetherton commented on code in PR #7939:
URL: https://github.com/apache/camel-quarkus/pull/7939#discussion_r2513251811


##########
integration-tests/jira/pom.xml:
##########
@@ -112,7 +112,7 @@
                 </plugins>
             </build>
         </profile>
-        <profile>
+                <profile>

Review Comment:
   Nitpick - restore original formatting.



##########
extensions/xchange/deployment/src/main/java/org/apache/camel/quarkus/component/xchange/deployment/XchangeProcessor.java:
##########
@@ -138,7 +138,7 @@ void 
registerProxyClasses(BuildProducer<NativeImageProxyDefinitionBuildItem> nat
 
     @BuildStep
     void 
runtimeInitializedClasses(BuildProducer<RuntimeInitializedClassBuildItem> 
runtimeInitializedClasses) {
-        Stream.of(Order.class.getName())
+        Stream.of(Order.class.getName(), 
"org.apache.http.impl.auth.NTLMEngineImpl")

Review Comment:
   Is this definitely required? I don't see the Apache HTTP client on the 
runtime classpath for camel-xchange.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to