Skip to content

Run with Java 25#2538

Open
eddumelendez wants to merge 6 commits intomainfrom
java-25
Open

Run with Java 25#2538
eddumelendez wants to merge 6 commits intomainfrom
java-25

Conversation

@eddumelendez
Copy link
Copy Markdown
Member

@eddumelendez eddumelendez commented Nov 3, 2025

This change is Reviewable

@eddumelendez eddumelendez requested a review from a team as a code owner November 3, 2025 21:13
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates build and CI configuration to run the project on Java 25 by making Immutables annotation processing explicit and centralizing its version management.

Changes:

  • Add immutables.version property in the parent POM and reuse it in docker-java-transport.
  • Configure Maven Compiler Plugin annotationProcessorPaths to include Immutables.
  • Extend GitHub Actions CI matrix to include Java 25.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
pom.xml Adds immutables.version and globally configures compiler annotation processor path.
docker-java-transport/pom.xml Switches Immutables dependency version to the shared property.
.github/workflows/ci.yml Adds Java 25 to the CI build matrix.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

<hamcrest.jpa-matchers>1.8</hamcrest.jpa-matchers>
<lambdaj.version>2.3.3</lambdaj.version>
<mockito.version>3.3.0</mockito.version>

Copy link

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

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

There’s trailing whitespace on this otherwise blank line; please remove it to keep the POM clean and avoid noisy diffs.

Suggested change

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +158 to +162
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
</path>
Copy link

Copilot AI Mar 28, 2026

Choose a reason for hiding this comment

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

maven-compiler-plugin is configured with an annotation processor path that references ${lombok.version}, but that property is not defined anywhere in the parent POM (and Lombok deps in modules currently hardcode 1.18.38). This will make Maven fail to resolve the annotationProcessorPaths. Define lombok.version in the parent POM (or switch the processor path to the same explicit version used by modules) and ideally reuse the same property everywhere to avoid version skew.

Copilot uses AI. Check for mistakes.
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