Skip to content

Conversation

gm2552
Copy link

@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
Contributor

@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
Contributor

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
Contributor

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