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: GoogleCloudPlatform/appengine-java-standard
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: GoogleCloudPlatform/appengine-java-standard
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: java25-performance
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 6 files changed
  • 1 contributor

Commits on Mar 27, 2026

  1. Configuration menu
    Copy the full SHA
    7f28c34 View commit details
    Browse the repository at this point in the history
  2. Bound the thread pools used by API host clients.

    Replaced unbounded CachedThreadPools with bounded thread pools (max 200 threads) in both JdkHttpApiHostClient and JettyHttpApiHostClient. This prevents excessive thread creation during RPC retry storms, which can overwhelm the JVM and the Appserver, leading to masked INTERNAL_ERROR responses. The bounded pools will queue requests instead of spawning new threads indefinitely.
    ludoch committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    e443c32 View commit details
    Browse the repository at this point in the history
  3. restore bad change.

    ludoch committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    448ccf2 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2026

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

Commits on Mar 29, 2026

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

Commits on Apr 4, 2026

  1. Configuration menu
    Copy the full SHA
    e00e5f4 View commit details
    Browse the repository at this point in the history
  2. Doc for new config

    ludoch committed Apr 4, 2026
    Configuration menu
    Copy the full SHA
    7bba6b5 View commit details
    Browse the repository at this point in the history
Loading