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: 1.1.4
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.5
Choose a head ref
  • 8 commits
  • 14 files changed
  • 5 contributors

Commits on Jun 9, 2023

  1. increment version

    Signed-off-by: Oleh Dokuka <[email protected]>
    Signed-off-by: Oleh Dokuka <[email protected]>
    Signed-off-by: OlegDokuka <[email protected]>
    OlegDokuka committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    cb811cf View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 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 <[email protected]>
    OlegDokuka authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f591f9d View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. Configuration menu
    Copy the full SHA
    50c51c4 View commit details
    Browse the repository at this point in the history
  2. support netty boringssl aarch_64 classifier (#1107)

    Signed-off-by: sullis <[email protected]>
    sullis authored and rstoyanchev committed Jan 27, 2025
    Configuration menu
    Copy the full SHA
    a5fbd96 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. Update Logback version to 1.2.13

    It must stay < 1.3 to work with slf4j 1.7.
    
    Signed-off-by: rstoyanchev <[email protected]>
    rstoyanchev committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    9bc30c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. ensures connection is closed on keepalive timeout (#1118)

    * ensures connection is close on keepalive timeout
    
    Signed-off-by: Oleh Dokuka <[email protected]>
    
    * fix format
    
    Signed-off-by: Oleh Dokuka <[email protected]>
    
    * improve KeepaliveTest
    
    Signed-off-by: Oleh Dokuka <[email protected]>
    
    * fix format and failing test
    
    Signed-off-by: Oleh Dokuka <[email protected]>
    
    * adds reference to the original GH issue
    
    Signed-off-by: Oleh Dokuka <[email protected]>
    
    * fixes google format
    
    Signed-off-by: Oleh Dokuka <[email protected]>
    
    ---------
    
    Signed-off-by: Oleh Dokuka <[email protected]>
    OlegDokuka authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    ccd67ba View commit details
    Browse the repository at this point in the history
  2. Log data in KEEPALIVE frame

    Fixes gh-1114
    
    Signed-off-by: rstoyanchev <[email protected]>
    rstoyanchev committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    cff5cdb View commit details
    Browse the repository at this point in the history
  3. Dependency upgrades

    Reactor 2020.0.39 -> 2020.0.47
    Netty 4.1.106.Final -> 4.1.117.Final
    netty-tcnative-boringssl-static 2.0.62.Final -> 2.0.69.Final
    Micrometer 1.11.0 -> 1.11.12
    Micrometer Tracing 1.1.1 -> 1.1.13
    
    Signed-off-by: rstoyanchev <[email protected]>
    rstoyanchev committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    6e725d6 View commit details
    Browse the repository at this point in the history
Loading