-
`TomcatDbcpPooledDataSourceCreator` looks for `org.apache.tomcat.dbcp.dbcp.BasicDataSource` on the classpath. This doesn't work with Tomcat 8 as this class does not exist. The Tomcat 8 equivalent is
…
-
Hi,
I am trying to add export of the env variable 'cloud.services..connection.uri' for DB2 database services in IBM bluemix using this buildpack. This is done for mysql and postgres as documented [her…
-
```
Caused by: java.lang.NoSuchMethodError: org.springframework.bus.runner.config.RedisServiceConfiguration$CloudConfig.connectionFactory()Lorg/springframework/cloud/config/java/AbstractCloudConfig$Se…
dsyer updated
9 years ago
-
**[Dave Syer](https://jira.spring.io/secure/ViewProfile.jspa?name=david_syer)** opened **[SPR-13091](https://jira.spring.io/browse/SPR-13091?redirect=false)** and commented
Interestingly, it's not co…
-
Some micro services cannot run locally, any that depend on user-provided services. The services use spring cloud connectors to know about each other and only the cloud foundry connectors have been imp…
-
It would be nice if spring-cloud-connectors for Heroku allowed to configure **multiple databases URLs for one given provider.**
Let's take the RedisCloud (Redislabs) provider/add-on: I was not able t…
-
I am importing a context file in one of my maven project and that context file is creating the cloud rabbit connection factory and one of the dependency component of the project also importing the sam…
-
I have 10 Camel Components deployed in the same JVM as Hawtio.
Each of these is unique and has different ID.
I can see all 10 via the JMX view, but only 9 via the "Camel" view.
If I remove "1" I ca…
-
We are doing some performance tests against UAA where our app is using UAA for authentication on Cloudfoundry. As we ramp up the threads, the number of requests to UAA increases correspondingly. The U…
-
Spring-boot supports the Hikari connection pool (see https://github.com/spring-projects/spring-boot/issues/418), but Spring-Cloud-Connectors does not. This causes problems when projects that use Hikar…