[build] update maven surefire plugin#7785
Merged
kares merged 1 commit intojruby:jruby-9.3from May 7, 2023
Merged
Conversation
there were some failures due missing checksum from plugin: ``` Warning: Could not validate integrity of download from https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.pom org.eclipse.aether.transfer.ChecksumFailureException: Checksum validation failed, no checksums available ```
kares
added a commit
to kares/jruby
that referenced
this pull request
May 31, 2023
* jruby-9.3: Finish arity-splitting IO#write Remove synchronization from data struct get/set Lock-free SelectorPool Reduce contention in the selector pool [deps] drop org.jruby:joda-timezones rely on joda-time [deps] update joda-time to latest 2.12.5 [build] update maven surefire plugin (jruby#7785) make generated populator .class deterministic make generated invoker .class deterministic Fix defined?(super) on BasicObject from causing NullPointerException Fixes jruby#7769. regexp with / before mbc should work. [deps] update jruby-openssl to 0.14.1 (jruby#7754) java 8 compatibility Pull in unreleased fixed_anchor fixes Tag spec that expects <2.7 behavior Update joni and strscan
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.
there were some failures due missing checksum from plugin: