-
Notifications
You must be signed in to change notification settings - Fork 2.9k
feat(genai): sdk version December update#10211
feat(genai): sdk version December update #10211cfloress wants to merge 1 commit intoGoogleCloudPlatform:main from
Conversation
Summary of ChangesHello @cfloress, 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 maintaining the currency of the Highlights
🧠 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 AssistThe 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
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 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
|
There was a problem hiding this 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 updates the google-genai SDK dependency to version 1.32.0. The change is straightforward. I've added one suggestion to improve the maintainability of the pom.xml file by using a Maven property for the dependency version.
@jdomingr
jdomingr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
holtskinner
commented
Jan 2, 2026
Looks like there was a test failure. Might just be a transient issue
cd genai/snippets
mvn --quiet --batch-mode --fail-at-end clean verify \
-Dfile.encoding="UTF-8" \
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn \
-Dmaven.test.redirectTestOutputToFile=true \
-Dbigtable.projectID="java-docs-samples-testing" \
-Dbigtable.instanceID=instance
[ERROR] Tests run: 7, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 88.765 s <<< FAILURE! - in genai.imagegeneration.ImageGenerationIT
[ERROR] genai.imagegeneration.ImageGenerationIT.testImageGenSubjectReferenceWithTextAndImage Time elapsed: 11.346 s <<< ERROR!
java.lang.IllegalStateException: No image was generated by the model.
at genai.snippets@1.2.0/genai.imagegeneration.ImageGenerationIT.testImageGenSubjectReferenceWithTextAndImage(ImageGenerationIT.java:126)
[ERROR] Errors:
[ERROR] ImageGenerationIT.testImageGenSubjectReferenceWithTextAndImage:126 » IllegalState
[ERROR] Tests run: 72, Failures: 0, Errors: 1, Skipped: 0
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (default) on project genai-snippets: There are test failures.
Uh oh!
There was an error while loading. Please reload this page.
Description
Fixes #
Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.
Checklist
pom.xmlparent set to latestshared-configurationmvn clean verifyrequiredmvn -P lint checkstyle:checkrequiredmvn -P lint clean compile pmd:cpd-check spotbugs:checkadvisory only