Skip to content

Conversation

@diegomarquezp
Copy link
Contributor

No description provided.

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @diegomarquezp, 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 performs routine post-release updates, ensuring that all Jib examples and documentation reflect the newly released version 3.5.1. It incorporates the latest features, such as Java 25 main method support, and critical dependency updates to keep the project current and compatible.

Highlights

  • Version Update: All example projects and documentation have been updated to reference Jib plugin version 3.5.1.
  • Java 25 Support: Jib now includes support for Java 25 main methods.
  • Dependency Update: The org.ow2.asm:asm dependency has been updated to version 9.9 across Jib core and plugins.
Ignored Files
  • Ignored by pattern: .github/workflows/** (1)
    • .github/workflows/gradle-wrapper-validation.yml
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 updates the Jib plugin and core library versions across the example projects and documentation to 3.5.1 and 0.28.1 respectively. The changelogs have also been updated to reflect the new features and dependency updates for this release.

The changes are mostly correct and consistent. I've found one minor issue in the documentation that could be improved.

Also, the pull request title "chore: 3.5.0 post release updates" seems a bit misleading, as the changes are for the 3.5.1 release. You might want to consider updating it to something like "chore: Prepare for 3.5.1 release" for clarity.

```groovy
dependencies {
compile 'com.google.cloud.tools:jib-core:0.28.0'
compile 'com.google.cloud.tools:jib-core:0.28.1'
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

The compile dependency configuration is deprecated in Gradle. It's better to use implementation to align with modern Gradle practices and avoid confusion for users.

Suggested change
compile 'com.google.cloud.tools:jib-core:0.28.1'
implementation 'com.google.cloud.tools:jib-core:0.28.1'

@diegomarquezp diegomarquezp merged commit 0917d75 into master Nov 18, 2025
9 of 11 checks passed
@diegomarquezp diegomarquezp deleted the 3.5.1-post-release branch November 18, 2025 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants