-
`OracleServiceInfo` [builds a JDBC URL](https://github.com/scottfrederick/spring-cloud-connectors/blob/master/spring-cloud-core/src/main/java/org/springframework/cloud/service/common/OracleServiceInfo…
-
We are using Spring-Cloud connector with Spring-Boot on an application deployed to Pivotal Web Services. Spring-Cloud-Cloudfoundry configures us to talk to our cleardb database automatically.
We are …
-
I am unable to create a custom connector for Qpid due to conflicts with the AMQPServiceInfo class provided for Rabbit.
The URL formats for Qpid and Rabbit differ:
Rabbit:
amqp://user:pass@host:p…
-
I was doing some development using the local connector for Mongo and I found that parameters in the URI are not passed along. I was most interested in the authSource as I had consolidated users into …
-
I have just migrated from Spring Boot 1.2.1 to Spring Boot 1.2.2
I am trying to deploy to Pivotal's CloudFoundry instance.
Deployment now fails, with the following stacktrace:
```
2015-02-28T12:15:…
-
When using ServiceConnectionFactory there's no way to pass a custom ServiceConnectorConfig on the generic implementation of service methods: https://github.com/spring-cloud/spring-cloud-connectors/blo…
-
I tried to view the application metrics using http://127.0.0.1:8080/#/metrics but I didn't get anything. I was logged in as "Admin
I have attached the screenshots
![hipster2](https://cloud.githubuser…
-
We stumbled upon the following issue in a Spring Boot (4.1.1.RELEASE) project, probably caused by the AutoReconfiguration feature of this build pack.
We are using spring-boot-starter-data-mongodb, us…
-
Hi,
I am trying to bind and use RabbitMQ in a simple Jersey application in plain java. I have RabbitMQ Installed in my local machine and I am able to communicate and exchange messages over the broker.…
-
MongoDB specifies replica sets using multiple hostname:port pairs in that section of its URI. Spring Data MongoDB does support replica sets, but Spring Cloud Connectors currently hard-maps the incomin…