lburgazzoli commented on a change in pull request #350: Upgrade to quarkus 
0.27.0
URL: https://github.com/apache/camel-quarkus/pull/350#discussion_r340248778
 
 

 ##########
 File path: 
extensions/aws-eks/deployment/src/main/java/org/apache/camel/quarkus/component/aws/eks/deployment/AwsEKSProcessor.java
 ##########
 @@ -57,19 +57,21 @@ ExtensionSslNativeSupportBuildItem 
activateSslNativeSupport() {
     }
 
     @BuildStep
-    SubstrateProxyDefinitionBuildItem httpProxies() {
-        return new 
SubstrateProxyDefinitionBuildItem("org.apache.http.conn.HttpClientConnectionManager",
-                "org.apache.http.pool.ConnPoolControl", 
"com.amazonaws.http.conn.Wrapped");
+    NativeImageProxyDefinitionBuildItem httpProxies() {
+        return new NativeImageProxyDefinitionBuildItem(
+            "org.apache.http.conn.HttpClientConnectionManager",
 
 Review comment:
   reverted

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to