-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Convert jackson module to use @ConfigMapping #45712
Conversation
This comment has been minimized.
This comment has been minimized.
🎊 PR Preview c2fe311 has been successfully built and deployed to https://quarkus-pr-main-45712-preview.surge.sh/version/main/guides/
|
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this! I requested a few changes.
extensions/jackson/runtime/src/main/java/io/quarkus/jackson/runtime/JacksonBuildTimeConfig.java
Outdated
Show resolved
Hide resolved
extensions/jackson/runtime/src/main/java/io/quarkus/jackson/runtime/JacksonBuildTimeConfig.java
Outdated
Show resolved
Hide resolved
extensions/jackson/runtime/src/main/java/io/quarkus/jackson/runtime/JacksonBuildTimeConfig.java
Outdated
Show resolved
Hide resolved
It has a default value so no need for an Optional wrapper.
e1d72a7
to
b7b742e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should be all good now. Let's see what CI says!
Status for workflow
|
Status for workflow
|
Thanks for the PR! |
Part of #45446