Open
Conversation
The Maven/Clojars tests would fail when the HTTP request returned an empty result instead of throwing an exception, since the retry logic only caught exceptions. Now empty collections also trigger a retry.
Bump CI cache version to pick up the latest mranderson 0.5.4-SNAPSHOT (needed for http-kit 2.8.1 compatibility) and bump commons-io to 2.20.0 to resolve the :pedantic? conflict with clj-commons/fs 1.6.312.
Exclude org.clojure/clojure from transitive deps to satisfy :pedantic? and update the Clojure master SNAPSHOT from 1.12.0 to 1.13.0.
The version prefix changed from v1v5v0 to v1v5v1 after the tools.namespace bump, causing all test_code jobs to fail.
http-kit 2.8.1 is incompatible with mranderson - its new Java classes get repackaged but the Clojure source references aren't rewritten. See benedekfazekas/mranderson#97.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump all 9 outdated dependencies to their latest versions. Also fixes the flaky Maven/Clojars artifact tests that would fail when an HTTP request returned empty results instead of throwing.
Dependency updates: