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: ZPascal/cf-java-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: cloudfoundry/cf-java-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 23 files changed
  • 3 contributors

Commits on Feb 5, 2026

  1. Fix client credentials grant token invalidation

    - Fixes cloudfoundrygh-1335
    
    Signed-off-by: Daniel Garnier-Moiroux <[email protected]>
    Kehrlann committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    6c81106 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2026

  1. Configuration menu
    Copy the full SHA
    082ff90 View commit details
    Browse the repository at this point in the history
  2. Fix client credentials grant token invalidation

    - Fixes cloudfoundrygh-1335
    - Cherry-picked from 5.x.x branch (6c81106)
    
    Signed-off-by: Daniel Garnier-Moiroux <[email protected]>
    Kehrlann committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    a8f7c09 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

  1. Fix test-service-broker crash on JDK 17 by adding --add-opens flags

    The test-service-broker.jar (Spring Boot 1.5.16 / Spring Framework
    4.3.19) uses CGLIB proxying which requires reflective access to
    java.lang.ClassLoader.defineClass(). JDK 17's module system blocks
    this, causing the app to crash on startup with
    InaccessibleObjectException and all ApplicationsTest methods to fail
    with DelayTimeoutException during serviceBrokerId bean creation.
    jorbaum authored and Kehrlann committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    77fb427 View commit details
    Browse the repository at this point in the history
  2. Support JWT GrantType

    jorbaum authored and Kehrlann committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    415f07c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19318f8 View commit details
    Browse the repository at this point in the history
  4. Accept "access_denied: Access Denied" from UAA

    Some UAA seem to send a slightly different reply. This accepts and tests
    for both.
    jorbaum authored and Kehrlann committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    3ef49d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6f566f View commit details
    Browse the repository at this point in the history
  6. Support uaa setups without password reset endpoint

    Tests login endpoint instead, which should usually be present
    jorbaum authored and Kehrlann committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    d100933 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21d6d25 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2026

  1. fix: Restore null-recent default to Doppler streaming

    PR cloudfoundry#1348 changed the null-recent behavior from Doppler streaming to
    Log Cache. This restores the original default so null behaves like
    false (streaming), matching the prior logs(LogsRequest) contract.
    jorbaum authored and Kehrlann committed Apr 16, 2026
    Configuration menu
    Copy the full SHA
    05bf0e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e79d08 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2026

  1. Revert "v5.17.0.BUILD-SNAPSHOT Development"

    This reverts commit 082ff90.
    jorbaum committed Apr 23, 2026
    Configuration menu
    Copy the full SHA
    259860e View commit details
    Browse the repository at this point in the history
  2. Apply spotless

    jorbaum committed Apr 23, 2026
    Configuration menu
    Copy the full SHA
    4658d06 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2026

  1. Forward merge 5.x.x into main (cloudfoundry#1355)

    Forward merge 5.x.x into main
    Kehrlann authored Apr 28, 2026
    Configuration menu
    Copy the full SHA
    feadaec View commit details
    Browse the repository at this point in the history
Loading