Skip to content

Prepare esmf sdk 2.14 - #34

Merged
atextor merged 8 commits into
eclipse-esmf:mainfrom
bci-oss:prepare-esmf-sdk-2.14
Feb 6, 2026
Merged

Prepare esmf sdk 2.14#34
atextor merged 8 commits into
eclipse-esmf:mainfrom
bci-oss:prepare-esmf-sdk-2.14

Conversation

@atextor

@atextor atextor commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

Prepare changes for esmf-sdk 2.14.

  • Update all third party dependencies and plugins (except Apache Jena, due to new major version)
  • Remove unused plugins and dependencies (notably GraalVM/native-image related)
  • Declare missing dependencies (xerces and commonmark)
  • Clean up property naming schema
  • Update to Java 25
  • Add spotless-maven-plugin for upcoming offline code checks and automated formatting

Comment thread pom.xml
<groupId>org.codehaus.mojo</groupId>
<artifactId>wagon-maven-plugin</artifactId>
<version>${wagon-maven-plugin-version}</version>
<artifactId>versions-maven-plugin</artifactId>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Is it correct name?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Yes, that's what it is called.

Comment thread pom.xml
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>${assertj-core-version}</version>
<version>${assertj-core.version}</version>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Why did we decide to change the code style for dependency versions? (from -version to .version)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

It's following best practices, see e.g. here or here.

@atextor
atextor merged commit 257f232 into eclipse-esmf:main Feb 6, 2026
2 checks passed
@atextor
atextor deleted the prepare-esmf-sdk-2.14 branch February 6, 2026 06:32
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.

3 participants