Thanks to visit codestin.com
Credit goes to github.com

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.8
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.9
Choose a head ref
  • 11 commits
  • 49 files changed
  • 4 contributors

Commits on Aug 1, 2025

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

Commits on Aug 7, 2025

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

Commits on Aug 8, 2025

  1. build: Include nightly tests on JDK 24 (#32779)

    * build: Nightly tests on JDK 24
    
    * Skip test using RSA cipher suite on Java 24
    
    * test Scala 3 build on JDK 24 as well
    
    * one more TLS related test
    johanandren authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    81932a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. Configuration menu
    Copy the full SHA
    6f82b8a View commit details
    Browse the repository at this point in the history
  2. fix: Java Integer in ShardRegionStats (#32780)

    * Was Map of Scala Int, which is not usable
    * Might look like an incompatible change, but since it could not have been used
      as it was it should be fine to change
    patriknw authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    9bd9baa View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

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

Commits on Aug 15, 2025

  1. Configuration menu
    Copy the full SHA
    b6bd867 View commit details
    Browse the repository at this point in the history
  2. fix: disable batching for vt executor (#32785)

    * fix: Disable batching for virtual thread executor dispatcher
    
    * make tests work on older JDKs
    
    * actually use marker and correct invert of flag
    
    * actually working as intended, more generous timeouts
    johanandren authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    228843a View commit details
    Browse the repository at this point in the history
  3. feat: Control throttle rate from the outside (#32775)

    * and make it possible to have a shared throttle rate between streams
    * disable with MaxValue
    * javadsl
    * with context and more
    * sweep of grammar corrections
    patriknw authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    ff54d25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7eba80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    095dc67 View commit details
    Browse the repository at this point in the history
Loading