-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump gradle/actions from 3.5.0 to 4.0.0 in /.github/workflows #3865
Bump gradle/actions from 3.5.0 to 4.0.0 in /.github/workflows #3865
Conversation
this adds extra `if (cancelled)` statement which ensures the `RejectedExecutionException` is not appearing --------- Signed-off-by: OlegDokuka <[email protected]>
Signed-off-by: OlegDokuka <[email protected]>
`TimedScheduler` pending tasks count kept increasing when the underlying `Scheduler` threw `RejectedExecutionException`. This change catches the exception and immediately stops the `pendingTasks` sample. Fixes #3642
After removing the com.gradle.enterprise plugin, we discovered unused dependency on it in the 3.6.x line. This change removes this dependency from the multirelease jar setup.
Follow up to #3660 that improves the test stability.
Recent improvements in the automatic context propagation (#3549) resulted in a regression – some sites where the "last operator" hook was previously applied no longer saw that behaviour. This change restores it. Implementation wise, it's worth noting that the "last operator" functionality relies on executing the subscribe(Subscriber) method from the base reactive-streams Publisher instead of the overloads that come from CorePublisher. The implementations of the reactive-streams base method in reactor-core apply this hook and that is when something is considered a "last operator". The wrapping of the Publisher when a non-internal producer is encountered to restore ThreadLocal values has changed the compiler's inference of the signature to use the CoreSubscriber argument variant, breaking the behaviour. This commit does not bring any tests as the functionality was not extensively tested before. The issue was discovered in spring-security in spring-projects/spring-security#14207 and the change has been validated against the actual use case.
One of the tests for `BoundedElasticThreadPerTaskScheduler` had a race in it and is now predictably exercised with one more latch.
When `RaceTestUtils`-based concurrency tests involving more tasks than available CPUs were run, they'd time-out when run in the Java 21 setup with loom-based boundedElastic `Scheduler`. This change should eliminate such situations. Addresses related issues below and potentially more. Fixes #3629 Fixes #3628
…3685) Overridden methods from `GenericBoundedElasticThreadPerTaskShedulerTest` were not previously executed but are now due to [a regression in junit](junit-team/junit5#3600 (comment)). This change restores the original behaviour of assumptions and excludes such tests using the parent class' facility.
This change prevents the same `BoundedElasticThreadPerTaskScheduler` being picked up when the maximum number of Virtual Threads are already being executed in parallel. The consequence of improper busyness accounting was that tasks were executed sequentially instead of being run in parallel because the same `Worker` was being picked by operators. Resolves #3857
Recent test failures were observed where `bufferTimeout` case in `OnDiscardShouldNotLeakTest` failed occasionally due to flaky behaviour caused by the discard happening shortly after the assertion failed. The reason was a tiny delay which was not coordinated with the assertion. This change disables the asynchronous behaviour of the case.
@dependabot recreate |
Bumps [gradle/actions](https://github.com/gradle/actions) from 3.5.0 to 4.0.0. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@d9c87d4...af1da67) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
468a0b4
to
4f46a1e
Compare
@dependabot rebase |
Looks like this PR is already up-to-date with 3.6.x! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
This PR needs manual recreation! |
This is superseded by #3869 |
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps gradle/actions from 3.5.0 to 4.0.0.
Release notes
Sourced from gradle/actions's releases.
... (truncated)
Commits
af1da67
Prevent concurrent jobs in integ-test-fullf8ba43c
Better names for suite workflowsbcd07e6
Refactor integ-tests into suitesd74ee73
Refactor integ-testsfb2e693
[bot] Update dist directory0719002
Improve error messages for min-wrapper-count (#321)ac3aebd
Improve error messages for min-wrapper-countd473db0
Add tests for wrapper-validation with insufficient wrappers833b05f
[bot] Update dist directory06905c7
Enable wrapper-validation by default in setup-gradle (#318)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)