col-panic opened a new issue, #8829:
URL: https://github.com/apache/camel-quarkus/issues/8829

   ### Bug description
   
   Compiling a native quarkus for Windows with Quarkus 3.34.7 and 
   ```
           <dependency>
               <groupId>org.apache.camel.quarkus</groupId>
               <artifactId>camel-quarkus-support-httpclient5</artifactId>
           </dependency>
   ```
   works as expected. If I update to Quarkus 3.37.1 compile the same native 
windows binary and start it, I get the following error upfront:
   
   ```
   java.lang.UnsupportedOperationException: 'TCP_KEEPIDLE' not supported
           at 
[email protected]/sun.nio.ch.NioSocketImpl.setOption(NioSocketImpl.java:953)
           at 
[email protected]/java.net.DelegatingSocketImpl.setOption(DelegatingSocketImpl.java:144)
           at [email protected]/java.net.Socket.setOption(Socket.java:1891)
           at [email protected]/jdk.net.Sockets.setOption(Sockets.java:97)
           at 
org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:212)
           at 
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:497)
           at 
org.apache.hc.client5.http.impl.classic.InternalExecRuntime.connectEndpoint(InternalExecRuntime.java:164)
           at 
org.apache.hc.client5.http.impl.classic.InternalExecRuntime.connectEndpoint(InternalExecRuntime.java:174)
           at 
org.apache.hc.client5.http.impl.classic.ConnectExec.execute(ConnectExec.java:144)
           at 
org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
   ...
   ```


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