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

Current implementation of Redis bindings does not support the `spring.redis.username` and `spring.redis.sentinel.username` fields, however these fields, while optional, are critical for connecting to Redis services in many cases. For consistency,...

Depending on the value set by an oAuth2 `ProvisionedService` for the `ClientAuthenticationMethod` field, SpringBoot 3 apps may break when acting as an oAuth2 client. The value of this field gets...

`spring-cloud-bindings` injects database connection url for [oracle](https://github.com/spring-cloud/spring-cloud-bindings/blob/d100e81d47d05cdd29e5440f6f89fb7948a31405/src/main/java/org/springframework/cloud/bindings/boot/OracleBindingsPropertiesProcessor.java#L52) and [sqlserver](https://github.com/spring-cloud/spring-cloud-bindings/blob/d100e81d47d05cdd29e5440f6f89fb7948a31405/src/main/java/org/springframework/cloud/bindings/boot/SqlServerBindingsPropertiesProcessor.java#L51) with the format: jdbc:type://host:port/db. But Oracle and SqlServer use different formats of connection url: Oracle: jdbc:oracle:thin:@host:port/db SqlServer: jdbc:sqlserver://host:port;databaseName=db As a result,...

The service bindings library currently supports the oAuth 2 client settings for spring security which works very well. In many cases where an oAuth2 client is present in an application...

As a springboot developer, in order to fix misconfigurations, I need to be able to troubleshoot when servicebinding fail to be injected In this particular case, a K8S binding seems...

As it stands currently, this project offers a nice API, but is not quite a Framework that others can easily reuse and extend. This stems from 2 noticeable limitations: 1)...

question

This will ensure #32 isn't missed. Currently, all tests instantiate the EEPs on their own.