-
Notifications
You must be signed in to change notification settings - Fork 34
Adding possibility to load jackson modules available in the classpath. #375
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
Adding possibility to load jackson modules available in the classpath. #375
Conversation
|
@SlyngDK please review. |
|
@SlyngDK can we release this since it is an important fix? |
|
@IvanPuntev |
|
@SlyngDK How do you propose to add the support for a custom object mapper? Currently the extension hardcodes the jackson factory in its processor at build time - https://github.com/quarkiverse/quarkus-logging-json/blob/main/deployment/src/main/java/io/quarkiverse/loggingjson/deployment/LoggingJsonProcessor.java#L53 |
|
Hi @IvanPuntev do you know when the above changes will be merged? |
I'm preparing a better solution and will commit it soon. After review it will be merged. |
|
The new changes are here - #395 |
|
Closing in favor of #395 |
Feature / fix #305 and #242
Obsolete #306