Skip to content

Update dependency io.projectreactor:reactor-core to v3.4.8#3136

Merged
pethers merged 1 commit into
masterfrom
renovate/io.projectreactor-reactor-core-3.x
Jul 13, 2021
Merged

Update dependency io.projectreactor:reactor-core to v3.4.8#3136
pethers merged 1 commit into
masterfrom
renovate/io.projectreactor-reactor-core-3.x

Conversation

@renovate

@renovate renovate Bot commented Jul 13, 2021

Copy link
Copy Markdown
Contributor

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.projectreactor:reactor-core 3.4.7 -> 3.4.8 age adoption passing confidence

Release Notes

reactor/reactor-core

v3.4.8

Compare Source

Reactor-Core 3.4.8 is part of 2020.0.9 Release Train (Europium SR9).

This service release contains bugfixes and new features.

⚠️ Update considerations and deprecations

  • Flux#mergeOrdered has been deprecated (#​2719)
    • this is because unlike other merge operators it would default to delaying errors
    • instead, mergeComparing has been introduced as an alternative that is more consistent with other merge operators

✨ New features and improvements

  • Add mergeComparing as fail-fast alternative to mergeOrdered (complemented with a delayError variant) (#​2719)
  • Add Mono.cacheInvalidateIf and Mono.cacheInvalidateWhen (#​2717)
    • these two new flavors of caching allow to invalidate the value inside the cache by respectively applying a Predicate on the value when a late subscriber comes in or by associating the cached value with a Mono<Void> invalidation trigger that can be externally completed

🪲 Bug fixes

  • Have groupBy replenish prefetch amount when last inner cancels (#​2737)

📖 Documentation, Tests and Build

  • [build] Parallelize slow tests in release workflow (2da73e9)
  • [chores] The copyright headers have been updated, finally taking the Pivotal acquisition by VMware into account (#​2722, #​2725, #​2729, #​2732, #​2734)
  • [polish] Tag 3min worth of tests as 'slow' (#​2738)

👍 Thanks to the following contributors that also participated to this release

@​koldat


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@ghost

ghost commented Jul 13, 2021

Copy link
Copy Markdown

Black Duck Security Report

Merging #3136 into master will increase security risk!

Added Components

Medium Risk: 1
Clean: 149

Removed Components

Clean: 106

Click here to see full report

@pethers pethers merged commit 1b44604 into master Jul 13, 2021
@renovate renovate Bot deleted the renovate/io.projectreactor-reactor-core-3.x branch July 13, 2021 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants