-
Notifications
You must be signed in to change notification settings - Fork 8
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
Jq extra functions missing #68
Comments
That's a good idea. Are you willing to send a PR and verify if they are correctly registered? |
I just tried something, and adding this as a dependency seems to work, even without registering for reflection. Wondered why, and it seems that this extension finds all I can create a PR to simply add the extra as a dependency in this extension then, and that should be enough. |
If only adding the extras dependency work, we can add a new module Not sure if adding the extras in the main module is a good idea since some use cases might not leverage from it. They are kept in the extras by the underlying library for a reason. I think it's a reasonable approach to do the same here. |
feature: provide jackson jq extra as an independent module (#68)
Hello there,
The following dependency could also be added for some extra functions:
(Source: https://github.com/eiiches/jackson-jq#using-jackson-jqextras-module)
So that those functions are correctly registered for reflection as well.
WDYT?
The text was updated successfully, but these errors were encountered: