Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

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

Commits on Jan 24, 2025

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

    Signed-off-by: sullis <github@seansullivan.com>
    sullis authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    b1dd3c5 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 (rsocket#1107)

    Signed-off-by: sullis <github@seansullivan.com>
    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
  3. Merge branch '1.1.x'

    rstoyanchev committed Jan 27, 2025
    Configuration menu
    Copy the full SHA
    a414c85 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 <rossen.stoyanchev@broadcom.com>
    rstoyanchev committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    9bc30c4 View commit details
    Browse the repository at this point in the history
  2. Merge branch '1.1.x'

    rstoyanchev committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    ab72646 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 (rsocket#1118)

    * ensures connection is close on keepalive timeout
    
    Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
    
    * fix format
    
    Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
    
    * improve KeepaliveTest
    
    Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
    
    * fix format and failing test
    
    Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
    
    * adds reference to the original GH issue
    
    Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
    
    * fixes google format
    
    Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
    
    ---------
    
    Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
    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 rsocketgh-1114
    
    Signed-off-by: rstoyanchev <rossen.stoyanchev@broadcom.com>
    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. ensures connection is closed on keepalive timeout (rsocket#1118)

    * ensures connection is close on keepalive timeout
    
    Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
    
    * fix format
    
    Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
    
    * improve KeepaliveTest
    
    Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
    
    * fix format and failing test
    
    Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
    
    * adds reference to the original GH issue
    
    Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
    
    * fixes google format
    
    Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
    
    ---------
    
    Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
    OlegDokuka committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    838e8fb View commit details
    Browse the repository at this point in the history
  4. Log data in KEEPALIVE frame

    Fixes rsocketgh-1114
    
    Signed-off-by: rstoyanchev <rossen.stoyanchev@broadcom.com>
    rstoyanchev authored and OlegDokuka committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    d28d093 View commit details
    Browse the repository at this point in the history
  5. Merge 1.1.x into 1.2.x

    Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
    OlegDokuka committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    d43bdf1 View commit details
    Browse the repository at this point in the history
  6. 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 <rossen.stoyanchev@broadcom.com>
    rstoyanchev committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    6e725d6 View commit details
    Browse the repository at this point in the history
  7. Merge branch '1.1.x'

    rstoyanchev committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    fc64b43 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.