Skip to content

[main] Bump to latest odlparent versions#2592

Merged
ihrasko merged 1 commit intoPANTHEONtech:mainfrom
Tobianas:latest_chromium
Mar 13, 2026
Merged

[main] Bump to latest odlparent versions#2592
ihrasko merged 1 commit intoPANTHEONtech:mainfrom
Tobianas:latest_chromium

Conversation

@Tobianas
Copy link
Contributor

Adopt:

  • odlparent-14.1.7
  • infrautils-7.0.10
  • yangtools-14.0.21

JIRA: LIGHTY-418

@gemini-code-assist
Copy link

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 focuses on updating several core OpenDaylight project dependencies and related Maven plugin versions to their latest patch releases. These updates include odlparent, infrautils-artifacts, and yangtools-artifacts, along with the yang-maven-plugin, binding-codegen, and odlparent checkstyle and spotbugs plugins. The primary goal is to ensure the project benefits from the most recent bug fixes and minor improvements, thereby enhancing overall stability and maintaining compatibility with the latest versions of these foundational components.

Highlights

  • Dependency Updates: Updated odlparent from 14.1.6 to 14.1.7.
  • Dependency Updates: Updated infrautils-artifacts from 7.1.9 to 7.1.10.
  • Dependency Updates: Updated yangtools-artifacts from 14.0.20 to 14.0.21.
  • Plugin Updates: Updated yang-maven-plugin and binding-codegen to version 14.0.21.
  • Plugin Updates: Updated odlparent checkstyle and spotbugs plugin versions to 14.1.7.

🧠 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.

Changelog
  • lighty-core/dependency-versions/pom.xml
    • Updated odlparent dependency version to 14.1.7.
    • Updated infrautils-artifacts dependency version to 7.1.10.
    • Updated yangtools-artifacts dependency version to 14.0.21.
  • lighty-core/lighty-binding-parent/pom.xml
    • Updated yang-maven-plugin version to 14.0.21.
    • Updated binding-codegen dependency version to 14.0.21.
  • lighty-core/lighty-parent/pom.xml
    • Updated odlparent checkstyle plugin version to 14.1.7.
    • Updated odlparent spotbugs plugin version to 14.1.7.
Activity
  • No human activity has been recorded on this pull request yet.
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

@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 dependency versions for odlparent, infrautils-artifacts, and yangtools-artifacts in the pom.xml files. The changes involve incrementing the version numbers to the latest available. No specific style guide was provided, so the review focuses on correctness and potential issues arising from version updates.

Note: Security Review has been skipped due to the limited scope of the PR.

<groupId>org.opendaylight.infrautils</groupId>
<artifactId>infrautils-artifacts</artifactId>
<version>7.1.9</version>
<version>7.1.10</version>

Choose a reason for hiding this comment

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

high

High: Ensure that updating infrautils-artifacts from version 7.1.9 to 7.1.10 does not introduce any compatibility issues or break existing functionalities. Verify the release notes or changelog for infrautils-artifacts-7.1.10 to understand the changes and their potential impact.

<groupId>org.opendaylight.yangtools</groupId>
<artifactId>yangtools-artifacts</artifactId>
<version>14.0.20</version>
<version>14.0.21</version>

Choose a reason for hiding this comment

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

high

High: Ensure that updating yangtools-artifacts from version 14.0.20 to 14.0.21 does not introduce any compatibility issues or break existing functionalities. Verify the release notes or changelog for yangtools-artifacts-14.0.21 to understand the changes and their potential impact.

<groupId>org.opendaylight.yangtools</groupId>
<artifactId>yang-maven-plugin</artifactId>
<version>14.0.20</version>
<version>14.0.21</version>

Choose a reason for hiding this comment

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

high

High: Ensure that updating yang-maven-plugin from version 14.0.20 to 14.0.21 does not introduce any compatibility issues or break existing functionalities. Verify the release notes or changelog for yang-maven-plugin-14.0.21 to understand the changes and their potential impact.

<groupId>org.opendaylight.yangtools</groupId>
<artifactId>binding-codegen</artifactId>
<version>14.0.20</version>
<version>14.0.21</version>

Choose a reason for hiding this comment

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

high

High: Ensure that updating binding-codegen from version 14.0.20 to 14.0.21 does not introduce any compatibility issues or break existing functionalities. Verify the release notes or changelog for binding-codegen-14.0.21 to understand the changes and their potential impact.

Adopt:
- odlparent-14.1.7
- infrautils-7.0.10
- yangtools-14.0.21

JIRA: LIGHTY-418
Signed-off-by: tobias.pobocik <tobias.pobocik@pantheon.tech>
@Tobianas Tobianas changed the title Bump to latest chromium versions [main] Bump to latest odlparent versions Mar 12, 2026
@ihrasko ihrasko merged commit 5103d52 into PANTHEONtech:main Mar 13, 2026
6 checks passed
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