Skip to content

Comments

Sync dependencies with odlparent 14.1.3#2407

Merged
ihrasko merged 4 commits intoPANTHEONtech:mainfrom
Tobianas:bump_third_party
Oct 17, 2025
Merged

Sync dependencies with odlparent 14.1.3#2407
ihrasko merged 4 commits intoPANTHEONtech:mainfrom
Tobianas:bump_third_party

Conversation

@Tobianas
Copy link
Contributor

@gemini-code-assist
Copy link

Summary of Changes

Hello @Tobianas, 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 a comprehensive synchronization of project dependencies with the updated odlparent version 14.1.3. The changes ensure that the project leverages the latest features, bug fixes, and compatibility improvements across various OpenDaylight components and build tools. This update streamlines dependency management and maintains alignment with the broader OpenDaylight ecosystem.

Highlights

  • odlparent Version Update: The core odlparent dependency has been upgraded from version 14.1.0 to 14.1.3, synchronizing the project with the latest parent POM.
  • Dependency Upgrades: Numerous OpenDaylight-related artifacts, including aaa-artifacts, controller-artifacts, infrautils-artifacts, mdsal-artifacts, netconf-artifacts, yangtools-artifacts, and bgpcep-artifacts, have been updated to their latest compatible versions.
  • Build Tool Updates: Key build tools and plugins such as yang-maven-plugin, checkstyle, and spotbugs-maven-plugin have been updated to their newer versions, along with their respective odlparent managed versions.
  • Logback Dependency Streamlining: Explicit logback-classic and logback-core dependencies have been removed, as their management is now handled by the updated odlparent.
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 correctly synchronizes dependencies with odlparent version 14.1.3. The version updates across the various pom.xml files are consistent and the removal of the explicit logback dependency override is a welcome cleanup. I have one suggestion related to the odlparent upgrade which would further improve dependency management by removing a now-redundant jetty-bom override.

<groupId>org.opendaylight.odlparent</groupId>
<artifactId>odlparent</artifactId>
<version>14.1.0</version>
<version>14.1.3</version>

Choose a reason for hiding this comment

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

medium

With the upgrade to odlparent version 14.1.3, the explicit dependency management for jetty-bom is now redundant. The new odlparent version manages org.eclipse.jetty:jetty-bom at version 9.4.58.v20250814, which is the same version specified here. To improve maintainability and reduce configuration duplication, please consider removing the FIXME comment and the corresponding jetty-bom dependency declaration (lines 25-32).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ihrasko ihrasko merged commit 1a7bef6 into PANTHEONtech:main Oct 17, 2025
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