Skip to content

Conversation

@fatroom
Copy link
Member

@fatroom fatroom commented Dec 31, 2025

Description

List of changes:

  • breaking build with JDK17
  • breaking jackson-datatype-problem artifact renamed to problem-jackson2
  • introduced problem-jackson3
  • updated modules declaration to JPMS standard

Motivation and Context

Fixes #522

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.

@fatroom fatroom added the major Major feature changes or updates, e.g. feature rollout to a new country, new API calls. label Dec 31, 2025
@fatroom fatroom marked this pull request as ready for review January 1, 2026 16:46
Comment on lines 26 to +28
## Dependencies

- Java 8
- Java 17
Copy link
Member

@tkrop tkrop Jan 2, 2026

Choose a reason for hiding this comment

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

Do we need to break compatibility with older Java software to support Jackson 3?

If we cannot release without this Java version update, we should increase the major version number in this release to clearly mark that it is breaking backward compatibility.

Copy link
Member Author

Choose a reason for hiding this comment

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

Jackson 3 build with JDK17, older JDK will not be able to read classes, so yep, we need this.

Copy link
Member Author

Choose a reason for hiding this comment

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

Regarding versioning - set version to 1.0.0-SNAPSHOT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

major Major feature changes or updates, e.g. feature rollout to a new country, new API calls.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Spring Boot 4 and Jackson 3 Alignment Issue

3 participants