https://github.com/openrewrite/rewrite-jackson
OpenRewrite recipes for modernizing, upgrading, applying best practices for the fasterxml Jackson serialization/deserialization libraries
https://github.com/openrewrite/rewrite-jackson
Last synced: 4 months ago
JSON representation
OpenRewrite recipes for modernizing, upgrading, applying best practices for the fasterxml Jackson serialization/deserialization libraries
- Host: GitHub
- URL: https://github.com/openrewrite/rewrite-jackson
- Owner: openrewrite
- License: apache-2.0
- Created: 2025-05-12T19:20:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-04T09:22:38.000Z (4 months ago)
- Last Synced: 2026-02-04T20:29:58.338Z (4 months ago)
- Language: Java
- Size: 1.57 MB
- Stars: 5
- Watchers: 4
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

### Migrate Jackson projects. Automatically.
[](https://mvnrepository.com/artifact/org.openrewrite.recipe/rewrite-jackson)
[](https://www.apache.org/licenses/LICENSE-2.0)
[](https://github.com/openrewrite/rewrite-jackson/actions/workflows/ci.yml)
[](https://ge.openrewrite.org/scans)
[](https://github.com/openrewrite/.github/blob/main/CONTRIBUTING.md)
### What is this?
This project implements a [Rewrite module](https://github.com/openrewrite/rewrite) that performs common tasks for Jackson.
Browse [a selection of recipes available through this module in the recipe catalog](https://docs.openrewrite.org/recipes/java/jackson).
## Contributing
We appreciate all types of contributions. See the [contributing guide](https://github.com/openrewrite/.github/blob/main/CONTRIBUTING.md) for detailed instructions on how to get started.
## Jackson articles
- [Why upgrade to Jackson 3.0?](https://cowtowncoder.medium.com/why-upgrade-to-jackson-3-0-94c30e797bf2)