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: cloudfoundry/cf-java-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.11.1.RELEASE
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: v5.12.0.RELEASE
Choose a head ref
  • 5 commits
  • 15 files changed
  • 3 contributors

Commits on Feb 29, 2024

  1. Fix #1222: Chunk request with large number of matched resources (#1223)

    * Fix #1222: Chunk request with large number of matched resources
    * CAPI, with v3 API, is limited to returning responses with max 5000 max matched resources; so we chunk them into request with max 5000 matched resources
    * first try
    
    * Fix #1222: Chunk request with large number of matched resources
    * CAPI, with v3 API, is limited to returning responses with max 5000 max matched resources; so we chunk them into request with max 5000 matched resources
    * update code that calls the request instead of the request code itself
    anthonydahanne authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e0861d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Bump org.apache.commons:commons-compress from 1.24.0 to 1.26.0 (#1221)

    Bumps org.apache.commons:commons-compress from 1.24.0 to 1.26.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-compress
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a867006 View commit details
    Browse the repository at this point in the history
  2. Disable flaky tests (#1225)

    * they're just flaky
    anthonydahanne authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    4a9a7cc View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. ignore DS_Store

    David O'Sullivan committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    dc740ad View commit details
    Browse the repository at this point in the history
  2. v5.12.0.RELEASE Release

    David O'Sullivan committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d295a1c View commit details
    Browse the repository at this point in the history
Loading