OpenAPITools / OpenAPITools/jackson-databind-nullable

Summary of Suggested Changes

Open
#74 13 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
153
Forks
47
Avg merge
4d 15h
Merged PRs (30d)
6

Description

Patch

  1. Bump dependency versions to latest. https://github.com/OpenAPITools/jackson-databind-nullable/issues/60 https://github.com/OpenAPITools/jackson-databind-nullable/pull/64 https://github.com/OpenAPITools/jackson-databind-nullable/pull/59 https://github.com/OpenAPITools/jackson-databind-nullable/pull/52
  2. Setup Renovate or something similar for long term maintenance. https://github.com/OpenAPITools/jackson-databind-nullable/issues/71#issuecomment-3270770186
  3. Update GitHub Actions to use commit sha instead of version numbers (security improvement of workflows).
  4. Test on Java 8 and latest Java version to ensure compatibility as versions are released.

Minor

  1. Add methods to JsonNullable to make use with streaming APIs easier. https://github.com/OpenAPITools/jackson-databind-nullable/issues/65 https://github.com/OpenAPITools/jackson-databind-nullable/pull/68 https://github.com/OpenAPITools/jackson-databind-nullable/pull/56 https://github.com/OpenAPITools/jackson-databind-nullable/issues/7
  2. Improve module-info. (Could be major if the module name needs to change, but I think that could be separate from other module-info improvements.) https://github.com/OpenAPITools/jackson-databind-nullable/pull/62

Major

  1. Stop extending jackson-base and use jackson-bom dependency management instead. jackson-base is only meant for projects owned by the Jackson team. This could be done as a minor, but there's a few different parts that could be seen as breaking so major is safer. https://github.com/OpenAPITools/jackson-databind-nullable/pull/98
  2. Jackson 3 compat. Unsure if there's a trivial way to support Jackson 2 and 3 at the same time, probably not. Would need either 2 concurrent versions in this repo, or just move on to Jackson 3. Given the infrequency of updates in this repo as-is, moving on to Jackson 3 may not be too problematic. https://github.com/OpenAPITools/jackson-databind-nullable/pull/73
  3. Review the requirement for a serialization inclusion of NON_NULL. Requiring users to configure this can be confusing. It would be better to automatically do this for properties that are JsonNullable. Unsure if this is possible. https://github.com/OpenAPITools/jackson-databind-nullable/issues/55
  4. Review and possibly change the behavior for deserializing empty strings. It's a bit odd that empty strings are treated as undefined when an empty string is a completely valid value. https://github.com/OpenAPITools/jackson-databind-nullable/issues/46 https://github.com/OpenAPITools/jackson-databind-nullable/issues/26

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the remaining unchecked items in the issue and their linked issues or pull requests. The payload does not identify specific files, tests, or a single entry point; completion would require selecting a focused change, defining its scope, and verifying the associated compatibility or behavior requirements.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.