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


##########
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:
   Ok - thanks for confirming. Then I guess we have to keep it.



-- 
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