Skip to content

Update Google BOM to 26.79.0#38021

Open
kennknowles wants to merge 1 commit intoapache:masterfrom
kennknowles:update-google-bom
Open

Update Google BOM to 26.79.0#38021
kennknowles wants to merge 1 commit intoapache:masterfrom
kennknowles:update-google-bom

Conversation

@kennknowles
Copy link
Copy Markdown
Member

Used bomupgrader.py to update BOM and checked with beam-linkage-check.sh origin/master update-google-bom ""

> Task :checkJavaLinkage
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Mar 31, 2026 7:18:55 PM com.google.cloud.tools.opensource.classpath.ClassDumper findSymbolReferences
WARNING: com.fasterxml.jackson.core:jackson-annotations:2.15.4 has 1 (out of 73) incompatible class files (class file major version is outside 45 <= v <= 52).
Mar 31, 2026 7:18:56 PM com.google.cloud.tools.opensource.classpath.ClassDumper findSymbolReferences
WARNING: com.github.luben:zstd-jni:1.5.6-3 has 1 (out of 36) incompatible class files (class file major version is outside 45 <= v <= 52).
Mar 31, 2026 7:18:58 PM com.google.cloud.tools.opensource.classpath.ClassDumper findSymbolReferences
WARNING: org.codehaus.woodstox:stax2-api:4.2.1 has 1 (out of 125) incompatible class files (class file major version is outside 45 <= v <= 52).
Mar 31, 2026 7:19:01 PM com.google.cloud.tools.opensource.classpath.ClassDumper findSymbolReferences
WARNING: org.projectlombok:lombok:1.18.34 has 1 (out of 178) incompatible class files (class file major version is outside 45 <= v <= 52).
Mar 31, 2026 7:19:02 PM com.google.cloud.tools.opensource.classpath.ClassDumper findSymbolReferences
WARNING: jaxen:jaxen:1.1.6 has 1 (out of 214) incompatible class files (class file major version is outside 45 <= v <= 52).
Mar 31, 2026 7:19:02 PM com.google.cloud.tools.opensource.classpath.ClassDumper findSymbolReferences
WARNING: javax.xml.stream:stax-api:1.0-2 has 35 (out of 37) incompatible class files (class file major version is outside 45 <= v <= 52).
Mar 31, 2026 7:19:02 PM com.google.cloud.tools.opensource.classpath.ClassDumper findSymbolReferences
WARNING: org.glassfish:javax.transaction:3.1 has 3 (out of 18) incompatible class files (class file major version is outside 45 <= v <= 52).
Mar 31, 2026 7:19:02 PM com.google.cloud.tools.opensource.classpath.ClassDumper findSymbolReferences
WARNING: jakarta.xml.bind:jakarta.xml.bind-api:2.3.2 has 1 (out of 111) incompatible class files (class file major version is outside 45 <= v <= 52).
Mar 31, 2026 7:19:02 PM com.google.cloud.tools.opensource.classpath.ClassDumper findSymbolReferences
WARNING: javax.ws.rs:javax.ws.rs-api:2.1.1 has 1 (out of 138) incompatible class files (class file major version is outside 45 <= v <= 52).
NOTE: This task published artifacts into your local Maven repository. You may want to remove them manually.
[Incubating] Problems report is available at: file:///usr/local/google/home/klk/GitHub/apache/beam-release/build/reports/problems/problems-report.html
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.14.3/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD SUCCESSFUL in 2m 41s
1933 actionable tasks: 319 executed, 1614 up-to-date
+ RESULT=0
+ set -e
+ set +x
Tue Mar 31 07:19:22 PM UTC 2026: Done: 0
No new linkage errors

Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, 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 updates several Google Cloud Platform library dependencies to ensure compatibility and leverage the latest features and fixes. The changes were verified using the project's standard linkage check tools to ensure no new dependency conflicts were introduced.

Highlights

  • Dependency Update: Updated the Google Cloud Platform libraries BOM to version 26.79.0.
  • Library Version Bumps: Updated gax_version to 2.76.0, grpc_version to 1.76.3, and google_api_services_storage to v1-rev20260204-2.0.0.
  • Datastore Client Update: Updated google_cloud_datastore_v1_proto_client to version 2.37.0.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

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.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant