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: akka/akka-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.10.15
Choose a base ref
...
head repository: akka/akka-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.10.16
Choose a head ref
  • 6 commits
  • 34 files changed
  • 3 contributors

Commits on Jan 14, 2026

  1. fix: SBR threshold for down-all-when-indirectly-connected (#32875)

    Threshold for when all are downed instead of only the detected indirectly connected, 50% enabled by default
    patriknw authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    57f6853 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

  1. Configuration menu
    Copy the full SHA
    4af0506 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2026

  1. Configuration menu
    Copy the full SHA
    b4cc42e View commit details
    Browse the repository at this point in the history
  2. perf: Optimization for already completed future sources (#32857)

    * perf: Optimization for already completed future sources
    
    * test coverage
    
    * special handling of future null for Java Void case
    johanandren authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    c572708 View commit details
    Browse the repository at this point in the history
  3. chore: Replace disabled CBC mode cipher suites (#32879)

    Nightly tests started failing on JDK 21.0.10 since CBC cipher suites were removed https://bugs.java.com/bugdatabase/JDK-8245545
    johanandren authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    ad3fdd1 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2026

  1. Configuration menu
    Copy the full SHA
    c2db4bc View commit details
    Browse the repository at this point in the history
Loading