-
Notifications
You must be signed in to change notification settings - Fork 39
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
Configuration extension #168
Comments
I think the first bullet point is pretty much the same as #88
The second bullet point is the delta:
Are you OK with repurposing this item to be just for the second bullet point? |
@aguibert It's fine. I just wanted to have one issue for all configuration related issues. Feel free to changing it to the second bullet only. |
having a parent issue is fine -- I've raised #172 and linked it to this issue |
JSONB is configured using annotations at compile time and
JsonbConfig
class at runtime. Runtime configuration currently doesn't cover many aspects covered by annotations. The goal is to extend JSONB runtime configuration the way that it allows to configure everything that annotations allow plus a little bit more.Goals:
JsonbConfig
functionality to cover all functionality provided by@JsonbXXX
annotationsThe text was updated successfully, but these errors were encountered: