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: rsocket/rsocket-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rsocket/rsocket-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.x-onclose-fix
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 10 files changed
  • 2 contributors

Commits on Feb 12, 2024

  1. wip

    Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
    Signed-off-by: OlegDokuka <odokuka@vmware.com>
    OlegDokuka authored and OlegDokuka committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    8a8d5cc View commit details
    Browse the repository at this point in the history
  2. fix

    Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
    OlegDokuka committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    eb6eb2b View commit details
    Browse the repository at this point in the history
  3. fix

    Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
    OlegDokuka committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    43c9a4d View commit details
    Browse the repository at this point in the history
  4. fix

    Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
    OlegDokuka committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    e21937e View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. update versions and fixes memleak in UnboundedProcessor (#1106)

    This PR updates dependencies and makes minor modifications to UnboundedProcessor due to repeating failures of UnboundedProcessorJCStreassTest, which started reproducing some unspotted issues.
    
    Motivation:
    
    UnboundedProcessor is a critical component in the RSocket-Java ecosystem and must work properly. After analysis of its internal state machine, it was spotted that sometimes:
    
    The request may not be delivered due to natural concurrency
    The terminal signal may not be delivered since it checks for demand which might be consumed already (due to natural concurrency)
    The final value could be delivered violating reactive-streams spec
    Modifications:
    
    This PR adds a minimal set of changes, preserving old implementation but eliminating the mentioned bugs
    
    ---------
    
    Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
    OlegDokuka committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    0a59c78 View commit details
    Browse the repository at this point in the history
  2. wip

    Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
    Signed-off-by: OlegDokuka <odokuka@vmware.com>
    OlegDokuka committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    bffc221 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. fixes format

    Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
    OlegDokuka committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    cd52d24 View commit details
    Browse the repository at this point in the history
Loading