Skip to content
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 com.pivovarit:parallel-collectors from 2.5.0 to 3.2.0 #401

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps com.pivovarit:parallel-collectors from 2.5.0 to 3.2.0.

Release notes

Sourced from com.pivovarit:parallel-collectors's releases.

3.2.0

What’s Changed

  • Add handy Collectors for executing jobs on Virtual Threads but with limited parallelism (#879) @​pivovarit
  • Retry once when provided Executor rejected (#878) @​pivovarit
  • Replace Dispatcher's internal ExecutorService with an inline virtual thread (#877) @​pivovarit

Dependencies

Contributors

@​dependabot, @​dependabot[bot] and @​pivovarit

Special thanks to all external contributors! 👏

3.1.0

What’s Changed

Dependencies

... (truncated)

Changelog

Sourced from com.pivovarit:parallel-collectors's changelog.

3.2.0 (17-08-2024)

  • add new API methods defaulting to Virtual Threads but allowing setting max parallelism

3.1.0 (01-05-2024)

  • use a dedicated dispatcher Virtual Thread to control parallelism
  • reject illegal RejectedExecutionHandlers at best-effort basis

3.0.0 (30-01-2024)

  • full Virtual Thread support with new API methods
  • deprecated methods removed
  • module-info

2.6.1 (01-05-2024)

  • Fixes a regression which caused undesired pollution of the provided executor

2.6.0 (27-01-2023)

  • Dispatcher no longer relies on its own thread to dispatch tasks, but uses caller thread
  • default parallelism can't be smaller than 4
Commits
  • 510c1b1 [maven-release-plugin] prepare release 3.2.0
  • c386e21 Add <distributionManagement> configuration (#902)
  • 9eb6d7a Use 'adopt' JDK distribution (#901)
  • 15d52c1 Bump junit.version from 5.10.3 to 5.11.0 (#900)
  • e2eb74e Bump org.codehaus.mojo:exec-maven-plugin from 3.4.0 to 3.4.1 (#899)
  • 0b25410 Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 (#898)
  • 435d80a Bump org.slf4j:slf4j-simple from 2.0.14 to 2.0.16 (#897)
  • 15c9168 Bump org.awaitility:awaitility from 4.2.1 to 4.2.2 (#895)
  • 23a9799 Bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.4.0 (#894)
  • 76cd6d7 Bump org.slf4j:slf4j-simple from 2.0.13 to 2.0.14 (#893)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [com.pivovarit:parallel-collectors](https://github.com/pivovarit/parallel-collectors) from 2.5.0 to 3.2.0.
- [Release notes](https://github.com/pivovarit/parallel-collectors/releases)
- [Changelog](https://github.com/pivovarit/parallel-collectors/blob/master/CHANGELOG.MD)
- [Commits](pivovarit/parallel-collectors@2.5.0...3.2.0)

---
updated-dependencies:
- dependency-name: com.pivovarit:parallel-collectors
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from pivovarit as a code owner August 19, 2024 02:11
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 19, 2024
@pivovarit pivovarit merged commit 855a41e into master Oct 9, 2024
2 checks passed
@pivovarit pivovarit deleted the dependabot/maven/com.pivovarit-parallel-collectors-3.2.0 branch October 9, 2024 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant