-
Notifications
You must be signed in to change notification settings - Fork 28
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
Should we have support to configuration #22
Comments
+1 to supporting configuration. There could also be multiple data sources and/or multiple Jakarta NoSQL providers pointing at different databases, so configuration might be needed on a per-repository basis rather than system wide (although the latter would certainly be more convenient). I wonder if we should have a way to configure a system-wide default for relational and default for NoSQL, and then additional configurations that repositories could optionally point at if not wanting the default. Configuration will be a difficult area to get right, but an important one. |
We shall use Jakarta Configuration once that produced a Final Release or at least Stable Milestone. |
This seems beyond the scope IMO and is a slippery slope given how many different databases and use cases are out there |
I agree with @graemerocher on this. I think this is out of scope for a "repository" spec, would offer little real portability, and risk making configuration even more complicated. |
Ok, I will close this issue as it won´t fix it. |
Once we're talking about data sources, it is natural to have settings such as user, password, and so on.
My question is: should we have support or a convention about configuration on this version?
Example
Quarkus
JPA
Mongodb
Spring
JPA
MongoDB
Micronaut
JPA
The text was updated successfully, but these errors were encountered: