spring-cloud-bindings icon indicating copy to clipboard operation
spring-cloud-bindings copied to clipboard

A library that exposes a rich Java language-binding and auto-configuration for CNB Bindings

Results 17 spring-cloud-bindings issues
Sort by recently updated
recently updated
newest added

The code which sets the `prefer-ip-address` flag has been moved out of `if` statement to make sure it does not depend on the existence of `ca.cert`.

Update the connection url for Oracle and SqlServer that is generated by `spring-cloud-bindings`. fixes: https://github.com/spring-cloud/spring-cloud-bindings/issues/82

A replicated datasource is a single logical datasource that is comprised of two endpoints: - A read/write endpoint - A read only endpoint The data source is presented as a...

Hi, We are experiencing problem integrating scs by using spring-cloud-bindings. Whatever we have tried, we could not bind scs to our app. We have the below argument set to true...

When consuming a Boot 3 compatible binding, we get an OAuth2 `client-authentication-method: client_secret_basic` or `client_secret_post`. But that value is not recognized by Spring Security < 5.5 (Boot < 2.5), causing...

spring cloud bindings is failing in spring boot 3 due to pointing against old value

* When a Service Binding exists that provides `private-key` for type `postgresql` then spring cloud bindings should add `sslkey` to the JDBC url that points to the file location that...

@scottfrederick "I agree it is very unintuitive that'd you'd add a lib to your app that does nothing by default."