Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: reactor/reactor-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.17
Choose a base ref
...
head repository: reactor/reactor-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.18
Choose a head ref
  • 7 commits
  • 19 files changed
  • 2 contributors

Commits on Apr 12, 2022

  1. Copy the full SHA
    a49fd63 View commit details

Commits on Apr 20, 2022

  1. Backport: contextView() implem of [Flux|Mono|Synchronous]Sink (#3026)

    This commit backports #3021, a default implementation of the
    `contextView()` method of the FluxSink, MonoSink and SynchronousSink
    "old sinks" classes.
    
    The backport is necessary because the new method was not added only in
    3.5.0-M1 as initially stated, but in 3.4.17 as well.
    
    Backport of commit 6eecf85.
    See #2971, #2974 and #3021.
    simonbasle authored Apr 20, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1be0d59 View commit details

Commits on Apr 21, 2022

  1. Fix a Many sink / EmitterProcessor subscriber disposal leak (#3029)

    The EmitterProcessor#remove method causes retaining of subscribers if
    the removal is done in parallel, as the CAS failure doesn't cause a
    new loop iteration.
    
    This applies to direct instantiations of EmitterProcessor as well as
    Sinks.many().onBackpressureBuffer sinks.
    
    This commit fixes the method to loop back when the CAS fails.
    
    Fixes #3028.
    simonbasle authored Apr 21, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    adaec72 View commit details

Commits on Apr 26, 2022

  1. Upgrade Checkout action, Mockito, Spotless, Artifactory (#3030)

    This commit contains the following upgrades:
     - action Checkout to `7884fca` ie. v2.4.2 (supersedes and closes #3020)
     - test dependency Mockito to v4.5.1 (supersedes and closes #3022)
     - plugin Spotless to v6.5.0 (supersedes and closes #3000)
     - plugin Artifactory to v4.28.2 (supersedes and closes #3027)
    simonbasle authored Apr 26, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ced9a12 View commit details

Commits on May 5, 2022

  1. Include classname of null-returning map function in NPE msg (#2984)

    This commit logs the class name of the mapper provided to FluxMap,
    FluxMapFuseable and FluxMapSignal operators in the 
    
    NB: The later is exposed in the API as `flatMap(Function,Function,Function)`.
    
    Fixes #2982.
    
    Co-authored-by: Simon Baslé <sbasle@vmware.com>
    ismailalammar and simonbasle authored May 5, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e33211c View commit details

Commits on May 6, 2022

  1. Upgrade download, gradle enterprise, spotless, byteBuddy (#3034)

    This commit upgrades the following dependencies:
     - plugin download to v5.1.0 (supersedes and fixes #3018)
     - plugin gradleEnterprise to v3.10 (supersedes and fixes #3023)
     - plugin spotless to v6.5.2 (supersedes and fixes #3032)
     - dependency byteBuddy to v1.12.10 (supersedes and fixes #3033)
    simonbasle authored May 6, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f92011d View commit details

Commits on May 10, 2022

  1. Copy the full SHA
    9f4ae94 View commit details
Loading