An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Logo](https://github.com/openrewrite/rewrite/raw/main/doc/logo-oss.png)
### Migrate Jackson projects. Automatically.

[![Maven Central](https://img.shields.io/maven-central/v/org.openrewrite.recipe/rewrite-jackson.svg)](https://mvnrepository.com/artifact/org.openrewrite.recipe/rewrite-jackson)
[![Apache 2.0](https://img.shields.io/github/license/openrewrite/rewrite-jackson.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![ci](https://github.com/openrewrite/rewrite-jackson/actions/workflows/ci.yml/badge.svg)](https://github.com/openrewrite/rewrite-jackson/actions/workflows/ci.yml)
[![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.openrewrite.org/scans)
[![Contributing Guide](https://img.shields.io/badge/Contributing-Guide-informational)](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)