Skip to content

Conversation

@sschuberth
Copy link
Member

See 1 and 2. Note that

  • jackson-annotations is still at version 2 in the com.fasterxml namespace.
  • jackson-datatype-jsr310 is now built into jackson-databind directly and does not need to be registered.

@sschuberth
Copy link
Member Author

This is currently blocked by square/retrofit#4552.

import com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
import com.fasterxml.jackson.databind.introspect.ObjectIdInfo
import com.fasterxml.jackson.databind.module.SimpleModule
import tools.jackson.databind.Module

Check warning

Code scanning / QDJVMC

Unused import directive Warning

Unused import directive
See [1] and [2]. Note that

- `jackson-annotations` is still at version 2 in the `com.fasterxml`
   namespace.
- `jackson-datatype-jsr310` is now built into `jackson-databind` directly
  and does not need to be registered.

[1]: https://github.com/FasterXML/jackson/wiki/Jackson-Release-3.0
[2]: https://github.com/FasterXML/jackson/blob/main/jackson3/MIGRATING_TO_JACKSON_3.md

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
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.

2 participants