Scott Frederick
5896a0b8b1
Make all tags comparisons case-insensitive in Cloud Foundry connector.
2017-10-25 16:01:24 -05:00
Scott Frederick
b0e9ca04f4
Fix mapping of overridden port property for AMQP.
2017-10-23 16:32:02 -05:00
Scott Frederick
d4179cbd1d
Provide a default value for the AMQP port if not provided in the URI.
2017-10-23 16:03:40 -05:00
Scott Frederick
1361518db0
Support RabbitMQ URLs with URL-encoded vhost.
2017-10-23 14:56:04 -05:00
Scott Frederick
eaa53f8cd6
Fix inconsistency in building JDBC URL.
2017-10-23 14:00:24 -05:00
Scott Frederick
8b774ea392
Merge pull request #176 from mp911de/cassandra
...
Add support for Cassandra
2017-10-20 16:13:57 -05:00
Scott Frederick
cbb70e7264
Remove erroneous reference to 'uris' credentials field in cloudfoundry cloud connector docs, which is only supported by AMQP services.
2017-10-20 16:09:37 -05:00
Scott Frederick
7f0261ec79
Merge pull request #209 from hosuaby/master
...
Update MongoServiceInfoCreator.java
2017-07-21 11:50:13 -05:00
Alexei KLENIN
c3fbfee8c1
Update MongoServiceInfoCreator.java
...
FEATURE: MongoLab addon for Heroku changed it environment variable MONGOLAB_URI to MONGODB_URI. Add according env prefix
2017-07-21 13:07:56 +02:00
Scott Frederick
1a41cdbd5e
Merge branch 'cf-post-processor'
2017-05-10 17:30:09 -05:00
Scott Frederick
993fab7271
Increment version to 1.2.5.BUILD-SNAPSHOT
2017-05-10 16:29:32 -05:00
Scott Frederick
0cb7c25754
Add service data postprocessor extension point to cf connector.
2017-05-09 09:47:19 -05:00
Mark Paluch
8bd5efb63c
Add support for Cassandra
...
Add connectors for Cassandra Cluster instances with Java and XML-based configuration. Cassandra configuration is obtained using the single-tenant Datastax/Cassandra tile.
2017-04-20 11:03:00 +02:00
Scott Frederick
277a6f74eb
Add DB2 and SqlServer ServiceInfoCreators for localconfig.
2017-04-05 14:03:14 -05:00
Scott Frederick
f8f5eb9c84
Merge pull request #172 from jwoodrich/master
...
Oracle ServiceInfoCreator for localconfig
2017-04-05 11:24:23 -05:00
Scott Frederick
9030d0f717
Add tests to verify ConnectionConfiguration mapping to pooled DataSource providers.
2017-01-30 18:21:22 -06:00
Scott Frederick
61cfcd1c32
Use consistent formatting in test json files.
2016-11-02 20:27:36 -05:00
Scott Frederick
eff000d30f
Handle missing or empty credentials in VCAP_SERVICES environment variable in CloudFoundryConnector without throwing NPE.
2016-11-02 20:26:58 -05:00
Scott Frederick
93631a2667
Fix typos in javadoc.
2016-10-24 16:22:38 -05:00
Scott Frederick
7d090c9993
Configure HikariCP with values from PoolConfig. Add tests to verify PoolConfig values are applied for all connection pool providers.
2016-10-24 16:17:58 -05:00
Scott Frederick
5d06861ef1
Clarify detection requirements for JDBC URLs in Cloud Foundry Connector docs.
2016-10-21 17:07:45 -05:00
Anwar Chirakkattil
d78a15d34f
Updated as per review comments from @scottfrederick
2016-10-21 17:03:34 -05:00
Anwar Chirakkattil
6aee5b9377
When jdbcUrl is spcified, oracle scheme is not required
2016-10-21 17:03:34 -05:00
Scott Frederick
ff2b601d18
Handle missing or empty VCAP_SERVICES environment variable in CloudFoundryConnector without throwing NPE.
2016-10-21 16:19:43 -05:00
Jason Woodrich
bd34692435
Add ServiceInfoCreator for Oracle and unit test
2016-07-12 18:38:13 -06:00
Scott Frederick
2d763feb82
Fix build status badge
2016-07-11 18:03:07 -05:00
Scott Frederick
365911c8e7
Update README and convert to adoc
2016-07-11 18:02:16 -05:00
Scott Frederick
03e546fdcf
Increment version to 1.2.4.BUILD-SNAPSHOT
2016-07-03 21:20:48 -04:00
Scott Frederick
8cf17aad45
Merge branch 'wilkinsona-mongo-3-compatibility'
2016-06-29 22:45:50 -04:00
Scott Frederick
cdef9edcf1
Merge branch 'mongo-3-compatibility' of https://github.com/wilkinsona/spring-cloud-connectors into wilkinsona-mongo-3-compatibility
2016-06-29 22:34:54 -04:00
Scott Frederick
1790affa29
Update gradle to 2.10. Update versions used in matrixTest.
2016-06-29 22:17:48 -04:00
Scott Frederick
b677e18353
Merge pull request #169 from wilkinsona/amqp-channel-cache-size
...
Don't hardcode Spring AMQP's default channel cache size
2016-06-29 14:24:32 -04:00
Scott Frederick
babee1c35c
Increment version to 1.2.3.BUILD-SNAPSHOT
2016-06-29 14:14:16 -04:00
Scott Frederick
29b7bfb0d8
Merge pull request #167 from mp911de/lettuce-redis-client
...
Add support for lettuce Redis client configuration.
2016-06-29 14:09:35 -04:00
Andy Wilkinson
faebcf2924
Update tests to also be compatible with Mongo 3.2.x
2016-06-28 09:29:24 +01:00
Andy Wilkinson
b4466020d6
Don't hardcode Spring AMQP's default channel cache size
...
The default channel cache size was changed as a result of
https://jira.spring.io/browse/AMQP-606 . This means that Cloud
Connectors tests are broken when run against Spring AMQP 1.6 (as
the IO Platform compatibility builds do).
Similar to bed0d7f8 , this commit updates the test helper to retrieve
the actual default via reflection rather than hardcoding it.
2016-06-27 17:20:32 +01:00
Scott Frederick
9b8ebbc6c1
Merge pull request #170 from glyn/master
...
Fix typo in warning message.
2016-06-10 12:01:29 -05:00
Glyn Normington
8d778905d6
typo
2016-06-10 16:58:56 +01:00
Mark Paluch
7d5d9aea3d
Add support for lettuce Redis client configuration.
...
Support lettuce as alternative Redis client. RedisConnectionFactory supports jedis and lettuce, depending on the available classes.
2016-05-01 19:42:54 +02:00
Ramnivas Laddad
fe919e8049
Merge pull request #165 from drnic/remove-html
...
remove bad html <p/> [fixes #164 ]
2016-04-15 11:04:52 -07:00
Dr Nic Williams
62a095614a
remove bad html <p/> [ fixes #164 ]
2016-04-15 13:39:32 -04:00
Scott Frederick
7166d7408d
Fix typo in log message.
2016-03-02 11:42:24 -06:00
Ben Klein
b590c6ba02
Merge branch 'docs-site'
...
This adds connector summaries to the docs' main page.
2016-03-01 11:17:57 -06:00
Ben Klein
39ea56b581
Add connector summaries to main docs page
2016-03-01 11:16:16 -06:00
Scott Frederick
7521d4be4d
Add backward-compatible three-argument constructor to RelationalServiceInfo.
2016-02-12 11:27:49 -06:00
Scott Frederick
4f74e8e83a
Merge pull request #155 from garyrussell/GH-154
...
GH-154 Fix Rabbit Tests with 3.6 Client
2016-02-12 11:02:45 -06:00
Ben Klein
96ab81dfe0
Merge branch 'docs-site'
2016-02-03 17:27:47 -06:00
Ben Klein
e04004e2df
Add images directory; add to 'Extending' section
2016-02-03 17:21:21 -06:00
Ben Klein
e610fb2523
Change "Spring Cloud" to "Spring Cloud Connectors"
2016-02-03 17:20:58 -06:00
Gary Russell
bed0d7f83c
GH-154 Fix Rabbit Tests with 3.6 Client
...
Fixes GH-154
2016-01-15 09:53:25 -05:00