Skip to content

Migrate jsr310 package imports to javatime in Jackson 3#88

Merged
timtebeek merged 2 commits intomainfrom
migrate-jsr310-package-imports
Feb 26, 2026
Merged

Migrate jsr310 package imports to javatime in Jackson 3#88
timtebeek merged 2 commits intomainfrom
migrate-jsr310-package-imports

Conversation

@timtebeek
Copy link
Member

Add ChangePackage recipe to handle import migration from com.fasterxml.jackson.datatype.jsr310 to tools.jackson.databind.ext.javatime for classes like LocalDateSerializer/LocalDateDeserializer.

Add ChangePackage recipe to handle import migration from
com.fasterxml.jackson.datatype.jsr310 to tools.jackson.databind.ext.javatime
for classes like LocalDateSerializer/LocalDateDeserializer.
Add ChangePackage recipes for:
- com.fasterxml.jackson.datatype.jdk8 -> tools.jackson.databind.ext.jdk8
  (absorbed into jackson-databind, like jsr310)
- com.fasterxml.jackson.datatype -> tools.jackson.datatype
  (catch-all for remaining datatype modules: guava, joda, hibernate, etc.)
@timtebeek timtebeek merged commit 24fd9b9 into main Feb 26, 2026
1 check passed
@timtebeek timtebeek deleted the migrate-jsr310-package-imports branch February 26, 2026 20:06
@github-project-automation github-project-automation bot moved this from In Progress to Done in OpenRewrite Feb 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant