We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Respect the DatabaseSelectionProvider in the (Reactive)Neo4jClient to avoid duplicate definition of the database name when using the fluent API.
DatabaseSelectionProvider
(Reactive)Neo4jClient
The text was updated successfully, but these errors were encountered:
GH-2159 - Prepare branch.
8ca3542
GH-2159 - Imperative Neo4jClient support for database selection.
d95ca8b
GH-2159 - Reactive Neo4jClient support for database selection.
7927b4c
GH-2159 - Remove DatabaseSelectionProvider from reactive template.
b95e8bd
GH-2159 - Remove DatabaseSelectionProvider from imperative template.
5b1c633
GH-2159 - Neo4jClient support for database selection.
210f209
This also eliminates the need for the database selection definition in the (Reactive)Neo4jTemplate.
solved with #2161
Sorry, something went wrong.
meistermeier
No branches or pull requests
Respect the
DatabaseSelectionProvider
in the(Reactive)Neo4jClient
to avoid duplicate definition of the database name when using the fluent API.The text was updated successfully, but these errors were encountered: