Skip to content

Conversation

@suztomo
Copy link
Member

@suztomo suztomo commented Nov 5, 2025

🤖 I have created a release beep boop

2.59.1-SNAPSHOT

Updating meta-information for bleeding-edge SNAPSHOT release.


This PR was generated with Release Please. See documentation.

@product-auto-label product-auto-label bot added the size: m Pull request size is medium. label Nov 5, 2025
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @suztomo, 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 represents an automated release preparation, transitioning the project's internal dependencies to their next SNAPSHOT versions. This ensures that all components are aligned for continuous development and integration, allowing for the latest changes to be referenced across the codebase.

Highlights

  • Automated SNAPSHOT Release: This pull request was automatically generated by Release Please to prepare for a new SNAPSHOT release, specifically version 2.59.1-SNAPSHOT.
  • Version Updates Across Modules: Numerous Java modules and their dependencies have been updated to their respective X.Y.Z-SNAPSHOT versions, indicating a transition to bleeding-edge development versions.
  • Build Configuration Alignment: Build-related files, including Cloud Build configurations, Dockerfiles, and the Bazel WORKSPACE file, have been updated to reference the new SNAPSHOT versions for various components like google-cloud-shared-dependencies and gapic-generator-java.
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 is an automated chore to prepare for the 2.59.1-SNAPSHOT release by updating version numbers across various configuration and build files. The changes are mostly correct, but I've identified a couple of inconsistencies in versions.txt that could affect the release process. Specifically, the version for gax-httpjson is out of sync with its pom.xml and related modules, and the versions for gapic-showcase modules are being updated in versions.txt but not in their pom.xml files. Please see the detailed comments for suggestions on how to resolve these issues.

api-common:2.50.0:2.50.1-SNAPSHOT
gax:2.67.0:2.67.1-SNAPSHOT
gax-grpc:2.67.0:2.67.1-SNAPSHOT
gax-httpjson:0.152.0:0.152.1-SNAPSHOT
Copy link
Contributor

Choose a reason for hiding this comment

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

high

The version for gax-httpjson appears to be incorrect. It's being updated to 0.152.1-SNAPSHOT, but its pom.xml is being updated to 2.67.1-SNAPSHOT to match the gax module's version, as indicated by the {x-version-update:gax:current} tag. To maintain consistency with other gax modules and its own pom.xml, this line should be updated to track the gax version correctly.

gax-httpjson:2.67.0:2.67.1-SNAPSHOT 
Comment on lines +20 to +22
gapic-showcase:0.5.0:0.5.1-SNAPSHOT
proto-gapic-showcase-v1beta1:0.5.0:0.5.1-SNAPSHOT
grpc-gapic-showcase-v1beta1:0.5.0:0.5.1-SNAPSHOT
Copy link
Contributor

Choose a reason for hiding this comment

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

high

The versions for gapic-showcase and its submodules are being updated in this file, but their corresponding pom.xml files are not being updated. The versions in java-showcase/pom.xml and its modules appear to be fixed at 0.0.1-SNAPSHOT. This inconsistency should be addressed. Either the pom.xml files for these modules should also be updated to reflect the new versions, or these modules should be removed from versions.txt if they are not intended to be versioned this way.

@suztomo
Copy link
Member Author

suztomo commented Nov 5, 2025

This was created by:

suztomo@localhost:~/release-please$ node ./build/src/bin/release-please.js release-pr --token=$GITHUB_TOKEN --repo-url=googleapis/sdk-platform-java --target-branch 2.59.x --fork 
@suztomo suztomo merged commit 79b391a into googleapis:2.59.x Nov 5, 2025
41 of 46 checks passed
@suztomo suztomo deleted the release-please--branches--2.59.x branch November 5, 2025 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autorelease: snapshot size: m Pull request size is medium.

2 participants