jbonofre opened a new pull request, #2740:
URL: https://github.com/apache/karaf/pull/2740

   Backport of #2728 to `karaf-4.4.x`.
   
   Two commits applied cleanly (only `wrapper/pom.xml` is touched):
   
   - Add retry on wrapper resources download
   - Make wrapper native library downloads non-fatal when unreachable
   
   `download.tanukisoftware.com` intermittently rejects CI/cloud egress IPs 
with HTTP 403, which retries alone cannot recover since the error is not 
transient. Each Tanuki download is marked `ignoreerrors` and its extraction is 
guarded with `<available>` (ant-contrib `<if>`), so a blocked archive is 
skipped with a warning instead of aborting the `wrapper.core` build. The bundle 
then omits only the native libraries that could not be downloaded.


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