jamesnetherton commented on PR #8009:
URL: https://github.com/apache/camel-quarkus/pull/8009#issuecomment-3584494661

   > so I guess not on CI
   
   Right, it's not feasible / possible to reach out to a real service.
   
   For native support, we need something beyond the auto-generated test to 
exercise some of the code paths in `ibm-cos-java-sdk`. The native image may 
build successfully, but that doesn't prove it works at runtime.
   
   Just based on the dependency tree of `ibm-cos-java-sdk`, there are known 
libs that wont work OOTB like Jackson, Apache HTTP Client, & Joda.
   
   So if we can get some tests that at a minimum could be run manually, it'd be 
good. Or in addition, be able to stub requests / responses with WireMock so we 
can run them on CI.


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