Skip to content

Conversation

@lqiu96
Copy link
Member

@lqiu96 lqiu96 commented Oct 15, 2025

No description provided.

@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Oct 15, 2025
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @lqiu96, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on updating a core dependency, the Google HTTP Java Client, to its latest version, 2.0.2. This upgrade is crucial for ensuring the project leverages the most current features, security patches, and performance improvements offered by the library, thereby enhancing overall stability and compatibility within the system.

Highlights

  • Dependency Upgrade: The google.http-client.version dependency has been upgraded from 1.47.1 to 2.0.2 in the parent POM.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request proposes to upgrade the google-http-client dependency from version 1.47.1 to 2.0.2. This is a major version upgrade. My review has identified a critical issue with this change. The target version 2.0.2 for com.google.http-client:google-http-client-bom does not appear to exist in public Maven repositories, which will cause the build to fail. Furthermore, even if the version existed, google-http-client 2.x versions would likely require Java 11 or newer, but this project is configured to compile for Java 8. This would lead to runtime errors. Therefore, this upgrade cannot be merged as is.

<grpc.version>1.71.0</grpc.version>
<google.auth.version>1.39.1</google.auth.version>
<google.http-client.version>1.47.1</google.http-client.version>
<google.http-client.version>2.0.2</google.http-client.version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

This version upgrade is problematic for two main reasons:

  1. Non-existent version: The version 2.0.2 for com.google.http-client:google-http-client-bom does not seem to be published to Maven Central. This will cause a build failure due to an unresolved dependency. The latest available version for this artifact is 1.47.1.

  2. Java version incompatibility: This is a major version upgrade. Google client libraries with a 2.x version typically require Java 11 or higher. This project is configured with <maven.compiler.release>8</maven.compiler.release>, targeting Java 8. Using a Java 11+ library in a Java 8 project would result in a java.lang.UnsupportedClassVersionError at runtime.

Due to these critical issues, this version should be reverted to 1.47.1.

Suggested change
<google.http-client.version>2.0.2</google.http-client.version>
<google.http-client.version>1.47.1</google.http-client.version>

@sonarqubecloud
Copy link

@sonarqubecloud
Copy link

Quality Gate Passed Quality Gate passed for 'java_showcase_integration_tests'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

@lqiu96 lqiu96 merged commit 7fb4f15 into main Oct 16, 2025
61 of 62 checks passed
@lqiu96 lqiu96 deleted the upgrade-http-client branch October 16, 2025 14:41
lqiu96 pushed a commit that referenced this pull request Oct 16, 2025
🤖 I have created a release *beep* *boop*
---


<details><summary>2.63.0</summary>

##
[2.63.0](v2.62.3...v2.63.0)
(2025-10-16)


### Features

* **librariangen:** add bazel package
([#3940](#3940))
([feabef3](feabef3))
* **librariangen:** add execv package
([#3932](#3932))
([f6b0b47](f6b0b47))
* **librariangen:** add protoc package
([#3935](#3935))
([598de06](598de06))
* **librariangen:** add request package
([#3933](#3933))
([fe44aed](fe44aed))
* **librariangen:** scaffold Java language container for Librarian
([#3926](#3926))
([29d188d](29d188d))


### Dependencies

* Bump errorprone-annotations to v2.42.0
([8d6c1f9](8d6c1f9))
* Bump guava to v33.5.0
([8d6c1f9](8d6c1f9))
* Bump j2objc-annotations to v3.1
([8d6c1f9](8d6c1f9))
* update google auth library dependencies to v1.40.0
([#3945](#3945))
([1d74663](1d74663))
* Upgrade Google Http Java Client to v2.0.2
([#3946](#3946))
([7fb4f15](7fb4f15))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size: xs Pull request size is extra small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants