-
Notifications
You must be signed in to change notification settings - Fork 137
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
Add JDBC support for non embedded datasources #322
Comments
I am not sure about the purpose of this issue, what would you like to be fixed/supported? |
IMO JDBC DSL should provide ability to connect to external (Non-embedded) database. Currently only EmbeddedDataSourceConfigurationInitializer is used in DSL:
Other Datasource configurators (like DataSourceConfiguration_GenericInitializer) is present in autoconfigure-adapter subproject but not used in DSLs. Or I am missing something? |
Disable all testcontainers tests on kotysa-spring-jdbc until spring-projects-experimental/spring-fu#322 is fixed fixes #24
…bc_datasource_type_onfiguration Add JDBC support for non embedded datasources #322
Fixed in KoFu via #332, JaFu support will come via #339 in 0.5.0 as well as refined support that we have started to discuss with @aneveu and @fteychene. |
Jdbc is usable in reactive projects for support workloads such as schema management (Liquibase https://liquibase.jira.com/browse/CORE-3419) or Quartz clustered scheduler.
The text was updated successfully, but these errors were encountered: