Skip to content
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

Support for R2DBC connections in DataSource processor. #262

Closed
wants to merge 0 commits into from

Conversation

gm2552
Copy link
Member

@gm2552 gm2552 commented Mar 28, 2024

java-cfenv-boot currently does not support setting R2DBC properties creating the necessity of developers to process VCAP_SERVICES themselves when they wish to autoconfigure R2DBC connections.

This enhancement mimics the Spring Cloud Bindings library in that it incorporates setting R2DBC properties (spring.r2dbc.*) along side DataSource properties (spring.datasource.*) .

@anthonydahanne
Copy link
Member

@gm2552 , after merging #271 , we now have proper mariadb support

after rebasing your PR, I'll remove the mariadb support from your PR

@anthonydahanne
Copy link
Member

ouch, once again I broke the PR pushing to your main.

I guess contributors should always create a new branch than main, so that I don't accidentally delete their PR when I force push to their branch

@anthonydahanne
Copy link
Member

replicated in #272

anthonydahanne added a commit that referenced this pull request Aug 13, 2024
…essor. #262  (#272)

* Support for R2DBC connections in DataSource processor.

* Cleaning up some formatting.

* Resolved style formatting issues.

* Remove Greg MariadDB code
* it's now handled directly in MySqlJdbcUrlCreator

---------

Co-authored-by: meyerg <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants