-
Passing a null or empty vhost to one of the `AmqpServiceInfo` constructors causes an error with validation: https://github.com/spring-cloud/spring-cloud-connectors/blob/master/spring-cloud-core/src/ma…
-
Sometimes it takes too long to connect to a Redis instance and the default time out gets hit. It should be possible to specify a different time out in the ServiceConnectorConfig object.
https://githu…
-
Hi,
I recently opened two issues in Spring Data Rest [0], [1], which are a result of a missing configuration of the mappingBasePackages for the mongoMappingContext. I could fix this after a lot debugg…
-
- [x] Frameworks Definition
- [x] Experiment Design
- [x] Implementation
- [x] Execution & Analysis
-
Example VCAP_SERVICES:
```
{
"VCAP_SERVICES": {
"p-rabbitmq": [{
"label": "p-rabbitmq",
"name": "my-rabbit-service-instance",
"plan": "standard",
"tags": ["rabbitmq…
-
Using the Stackato filesystem Service causes a NPE.
```
[app] 2015-02-04T16:45:59.000Z: to/app/lib/spring-expression-4.1.4.RELEASE.jar!/]
[app] 2015-02-04T16:45:59.000Z: 2015-02-04 08:45:59,059 [mai…
-
I am using Spring Cloud with Pivotal Web Services and a ClearDB provided MySQL database. It seems the connection is not using utf8, and I cannot figure out how to set it.
Traditionally with Spring B…
-
The latest version of Spring Data Mongo (and hence Spring Boot 1.3) breaks with spring-cloud-connectors because of the way the `SimpleMongoDbFactory` is created:
```
...
Caused by: org.springframewor…
dsyer updated
9 years ago
-
While using spring cloud on cloudfoundry with rabbitmq cf-service-contrib, we have some connection lost, probably due to lack of heartbeat on the AMQP connections.
The default requestedHeartbeat in s…
-
Hi,
In project "spring-cloud-spring-service-connector", the object AbstractCloudConfig imports classes from "spring-data-redis", "spring-data-mongodb" and "spring-data-rabbitmq". Therefore it is impo…