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: googleapis/google-api-java-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: downgrade-http-client
Choose a base ref
...
head repository: googleapis/google-api-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.
  • 9 commits
  • 28 files changed
  • 6 contributors

Commits on Sep 24, 2025

  1. fix(sec): warn users of unsafe credential generation methods (#2604)

    * fix(sec): warn users of unsafe credential generation methods
    
    * chore: repeat class level deprecation message
    
    * docs: match deprecated message with guidance
    
    * chore: remove unnecessary comment section
    
    * chore: suggest new credentials class with link
    diegomarquezp authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    d4c0a33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f238d59 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

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

Commits on Dec 22, 2025

  1. chore: remove build badges (#2610)

    b/468377909
    suztomo authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    d014f61 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2026

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

Commits on Feb 10, 2026

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

Commits on Feb 12, 2026

  1. chore: update apache http transports to use default jdk certs (#2616)

    * chore: update apahce http transport clients to use default jdk certs
    
    * fix typo
    
    * fix formatting
    
    * added back missing java doc
    
    * fixed formatting and added additional test
    
    * added IT tests for apache http transport
    
    * move documentation update to separate PR
    ldetmer authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    8cdeb5e View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

  1. feat: update GoogleUtils#getCertificateTrustStore to first attempt t… (

    …#2613)
    
    * chore: update GoogleUtils#getCertificateTrustStore to first attempt to load JSDK default certs
    
    * fixed formatting issues
    
    * fixed formatting issues
    
    * validate if this passes CI checks
    
    * fix formatting
    
    * removed this change in a later PR
    
    * clean up code
    
    * clean up code + add back failing tests
    
    * need to reset static vars in tests
    
    * cleaned up comments
    
    * fix lint
    
    * fix formatting
    
    * fix formatting
    
    * revert changes to test as made in separate PR
    
    * revert changes to test, they are covered in separate PR
    
    * simplify code by returning null if keystore isnt loaded
    
    * fix lint
    
    * Update docs/oauth-2.0.md
    
    Co-authored-by: Blake Li <blakeli@google.com>
    
    ---------
    
    Co-authored-by: Blake Li <blakeli@google.com>
    ldetmer and blakeli0 authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    dddb15b View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.9.0 (#2605)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    1346160 View commit details
    Browse the repository at this point in the history
Loading