jamesnetherton opened a new pull request, #523: URL: https://github.com/apache/camel-quarkus-examples/pull/523
## Summary - Cache `com.atlassian` & `io.atlassian` Maven dependencies to mitigate sporadic 403 rate-limiting from `packages.atlassian.com` - Switch maven-repo artifact compression from gzip to zstd for faster compression/decompression ## Changes - Add Atlassian dependency version resolution in initial-mvn-install (after cloning camel-quarkus) - Add Atlassian cache restore before building camel-quarkus - Add Atlassian cache save after building camel-quarkus - Cache only applies when building against camel-quarkus-main branch (conditional on `github.ref` / `github.base_ref`) - Replace `tar -czf` with `tar -I 'zstd -T0'` for maven-repo artifact creation - Replace `tar -xzf` with `tar -I 'zstd -d'` for maven-repo artifact extraction ## Test plan - [x] Workflow changes reviewed - [ ] Verify cache behavior on camel-quarkus-main branch builds - [ ] Verify zstd compression/decompression works on all platforms (ubuntu, windows) 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
