Comparing v1.47.0...v1.47.1 · googleapis/google-http-java-client · GitHub | Latest TMZ Celebrity News & Gossip | Watch TMZ Live
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-http-java-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.47.0
Choose a base ref
...
head repository: googleapis/google-http-java-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.47.1
Choose a head ref
  • 5 commits
  • 23 files changed
  • 4 contributors

Commits on May 1, 2025

  1. chore(main): release 1.47.1-SNAPSHOT (#2095)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored May 1, 2025
    Configuration menu
    Copy the full SHA
    369be6a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

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

Commits on May 27, 2025

  1. build(deps): update dependency com.google.cloud:native-image-shared-c…

    …onfig to v1.16.0 (#2098)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:native-image-shared-config](https://redirect.github.com/googleapis/java-shared-config) | `1.15.4` -> `1.16.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.cloud:native-image-shared-config/1.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.cloud:native-image-shared-config/1.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.cloud:native-image-shared-config/1.15.4/1.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.cloud:native-image-shared-config/1.15.4/1.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-shared-config (com.google.cloud:native-image-shared-config)</summary>
    
    ### [`v1.16.0`](https://redirect.github.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#1160-2025-05-27)
    
    [Compare Source](https://redirect.github.com/googleapis/java-shared-config/compare/v1.15.4...v1.16.0)
    
    ##### Features
    
    -   Update GraalVM image B to GraalVM for JDK 24 ([#&#8203;1024](https://redirect.github.com/googleapis/java-shared-config/issues/1024)) ([9ef9d8b](https://redirect.github.com/googleapis/java-shared-config/commit/9ef9d8bc0abedc59d9337cb5f3426bcadfaeb4a3))
    
    ##### Dependencies
    
    -   Update dependency org.graalvm.buildtools:native-maven-plugin to v0.10.6 ([#&#8203;1004](https://redirect.github.com/googleapis/java-shared-config/issues/1004)) ([f123860](https://redirect.github.com/googleapis/java-shared-config/commit/f123860c0919c542d34f4b96e54e3378b0b5b433))
    -   Update dependency org.graalvm.sdk:graal-sdk to v24.2.1 ([#&#8203;1021](https://redirect.github.com/googleapis/java-shared-config/issues/1021)) ([28a41c7](https://redirect.github.com/googleapis/java-shared-config/commit/28a41c787a00514d7515e7f7f9242769cbb450b5))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/google-http-java-client).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
    renovate-bot authored May 27, 2025
    Configuration menu
    Copy the full SHA
    0d17261 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. fix: add special handling for Object in Types.newInstance() (#2102)

    https://togithub.com/oracle/graal/issues/11429 confirms a behavior problem when calling `Object.class.newInstance()`. This is a temporary workaround while the GraalVM team looks into this.
    
    Since `Types` relies on `Class.newInstance()`, we add a concrete case for `java.lang.Object.class` to avoid the mysterious `SerializationSupport$StubForAbstractClass` that comes instead of `Object` in Graal 24 compiled images.
    
    More context and investigation in [tracking doc](https://docs.google.com/document/d/1Ij4nmBNsqY3-2GPEpUoGCptrqlKBfv-XOYjb6ly6UcA/edit?resourcekey=0-KaxXkGPeDJQdN61aeT-s1A&tab=t.7jx3c8lk2lvz).
    diegomarquezp authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    a855eca View commit details
    Browse the repository at this point in the history
  2. chore(main): release 1.47.1 (#2104)

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

TMZ Celebrity News – Breaking Stories, Videos & Gossip

Looking for the latest TMZ celebrity news? You've come to the right place. From shocking Hollywood scandals to exclusive videos, TMZ delivers it all in real time.

Whether it’s a red carpet slip-up, a viral paparazzi moment, or a legal drama involving your favorite stars, TMZ news is always first to break the story. Stay in the loop with daily updates, insider tips, and jaw-dropping photos.

🎥 Watch TMZ Live

TMZ Live brings you daily celebrity news and interviews straight from the TMZ newsroom. Don’t miss a beat—watch now and see what’s trending in Hollywood.