OpenAPITools / jackson-databind-nullable

JsonNullable wrapper class and Jackson module to support meaningful null values
Apache License 2.0
103 stars 30 forks source link

Usage with java 9+ modules #40

Closed bratkartoffel closed 1 year ago

bratkartoffel commented 1 year ago

Hi,

can you please add "Automatic-Module-Name: org.openapitools.jackson.nullable" to the jar manifest? Currently I cannot use this library in a module project.

More information about that option can be found here: https://dzone.com/articles/automatic-module-name-calling-all-java-library-maintainers

Thanks, Simon

cbornet commented 1 year ago

@bratkartoffel could you do a PR ?