Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused jackson modules #98

Merged

Conversation

yuppie-flu
Copy link
Contributor

This PR removes unused jackson dependencies: jackson-datatype-guava and jackson-datatype-jdk8.

As far as I understood, if a library user wants to use custom classes for dynamic configuration properties, they can either provide a custom ObjectMapper (with all necessary configured modules), or use the default ObjectMapper without any modules (new ObjectMapper()). See this codeblock.

Therefore I don't see a reason to include additional jackson modules to baigan dependencies.

@lukasniemeier-zalando
Copy link
Collaborator

👍

@lukasniemeier-zalando lukasniemeier-zalando merged commit ba0eca3 into zalando-incubator:main Jan 5, 2024
4 checks passed
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