Scott Frederick
7521d4be4d
Add backward-compatible three-argument constructor to RelationalServiceInfo.
2016-02-12 11:27:49 -06:00
Ben Klein
d34b3ee86e
remove subproject READMEs
2015-12-08 12:10:27 -06:00
Ben Klein
e73d48f597
remove docs from READMEs
2015-12-08 11:31:15 -06:00
Scott Frederick
86780fbc60
Prevent errors when only a JDBC URL is given in Cloud Foundry connectors.
2015-08-21 12:00:01 -05:00
Scott Frederick
6f1b17d12d
Provide access to URL fields when jdbcUrl is provided in Cloud Foundry connector.
2015-08-20 18:43:48 -05:00
Scott Frederick
9b4139c8dd
Polish SQL Server support and fix unit tests.
2015-07-24 11:13:53 -05:00
GuillermoTantachuco
0ab513cd94
Added support for MS-SQL and Azure SQL DB
...
Added support for MS-SQL and Azure SQL DB
2015-07-13 22:04:29 -05:00
Scott Frederick
ae773dcaf4
Merge pull request #123 from mariobriggs/master
...
added ServiceProperty annotation for jdbcurl
2015-06-29 13:10:38 -05:00
mariobriggs
16843c61ef
added ServiceProperty annotation for jdbcurl
2015-06-29 23:27:57 +05:30
Scott Frederick
6ab5fd9a34
Merge branch 'master' of https://github.com/spring-cloud/spring-cloud-connectors
2015-06-11 08:14:29 -05:00
Scott Frederick
3592f34bf3
Use tabs for indentation consistently.
2015-05-27 09:50:09 -05:00
mariobriggs
5f91189fd9
Added DB2DataSourceCreator and related tests. Fixed tags &
...
username/password in jdbcurl of DB2ServiceInfo
2015-05-27 12:14:28 +05:30
mariobriggs
14c5ffc2e9
support for DB2 in cloud properties
2015-05-25 19:41:09 +05:30
Scott Frederick
0a77349303
Merge branch 'HikariCP' of https://github.com/AssuredLabor/spring-cloud-connectors into AssuredLabor-HikariCP
2015-05-22 11:08:16 -05:00
Scott Frederick
66b582c396
Add support for multiple URIs in credentials for AMQP/RabbitMQ.
2015-05-20 14:52:30 -05:00
Scott Frederick
33fe8e5621
Remove JDBC-specific extension to StandardUriInfoFactory, which was made obsolete by the previous commit.
2015-05-19 15:13:31 -05:00
Scott Frederick
6c61048fcc
Rationalize handling of URIs in UriBasedServiceInfo and supporting classes. If a URI string is provided, use it without parsing and rebuilding. If URI parts are provided, build a URI from the parts and save the resulting URI string.
2015-05-18 18:53:17 -05:00
Scott Frederick
b6882df6ae
If a jdbcUrl field is present in the credentials field in relational service connectors, prefer to use it unchanged over building a jdbcUrl from other credentials fields.
2015-05-11 18:56:17 -05:00
Scott Frederick
06b9fd1bb4
Allow empty path in AMQP URIs to support using the default vhost.
2015-05-11 17:04:29 -05:00
Joshua Chaitin-Pollak
ec5ced8de8
hard-code connection parameters in an attempt to get Hikari working
2015-03-12 03:45:17 -04:00
Allan Baril
085f1033fc
@xtreme-allan: Switched indentation to tabs instead of spaces.
2015-02-23 12:15:12 -05:00
Allan Baril
e689f15739
@xtreme-allan: Added support for pulling out "http_api_uri" for the CF AMQP connector [Finished #104 ]
2015-02-20 14:19:31 -05:00
Chris Schaefer
3f765c5515
Support for MongoDB replica sets GH issue #86
2014-12-04 11:38:00 -05:00
Chris Schaefer
f2be5e9430
GitHub issue #96 : Direct dependency on log4j framework
...
* Remove log4j dependency from spring-cloud-spring-service-connector build.gradle
& version var in main build.gradle
* Remove log4j.properties files from test resource packages
2014-11-24 15:46:29 -05:00
Scott Frederick
20c7aba1f6
Add support for multiple URI schemes for service type detection. Add verification of detected ServiceInfo type in CloudFoundryConnector tests.
2014-10-31 15:33:51 -05:00
Mark Fisher
bcbd2f6333
Remove strict check for 'amqp' scheme in AmqpServiceInfo
2014-10-31 09:51:45 -04:00
Ramnivas Laddad
908ade4721
Support flattening of composite services
2014-08-22 11:47:47 -07:00
Ramnivas Laddad
8f1df9188a
Reduce logging noise during connector creator selection
2014-07-28 18:06:47 -07:00
Ramnivas Laddad
fab2d64482
Enhance documentation for ServiceConnectorCreator ( fix #51 )
2014-07-25 11:09:11 -07:00
Ramnivas Laddad
fb85510432
Explain the use of ServiceInfo.ServiceLabel ( fix #52 )
2014-07-25 09:55:18 -07:00
Christopher Smith
fd1677851f
clean up Javadocs to make Java 8 happy
2014-07-22 03:52:48 -05:00
Christopher Smith
a865a3ca7d
Rewrite local connector to eliminate static direct API calls for
...
configuration.
2014-07-20 22:39:05 -05:00
Christopher Smith
1b675fa5e7
Overhaul Markdown documentation. Spring connector still needs rework.
...
link check
rewrite main README
link check
rewrite core doc
rephrase heading for clarity
weird GFM indentation in code blocks
info on adding ServiceInfos
update docs for Heroku and CF connectors
improve docs for local connector
tweak description of service connectors
edits as discussed in #54
reword Spring registration
2014-07-18 14:16:37 -05:00
Christopher Smith
8f5a346023
rename KeyValuePair to UriBasedServiceData and rename "value" field
2014-07-15 16:41:39 -05:00
Christopher Smith
40b2f647be
pull out KeyValuePair as top-level class
2014-07-14 15:28:59 -05:00
Christopher Smith
7cf18cce1b
add getScheme() and a useful toString()
2014-07-14 15:21:10 -05:00
Christopher Smith
21489526b5
document Java version requirement
2014-07-14 15:21:09 -05:00
Christopher Smith
488cd6aaeb
typo in constant name
2014-07-14 15:21:09 -05:00
Christopher Smith
f7269144bd
pull up fallback BaseServiceInfo creator (just a generic KVP creator)
2014-07-14 15:21:09 -05:00
Christopher Smith
a184e7b0d8
pull up SMTP URI scheme
2014-07-14 15:21:09 -05:00
Christopher Smith
0fcfa7c653
pull up Redis URI scheme
2014-07-14 15:21:09 -05:00
Christopher Smith
eb732d792e
pull up Postgres URI schema, split out JDBC URL types--this should
...
probably be done in the interface instead of ad-hocky
2014-07-14 15:21:09 -05:00
Christopher Smith
dfa8b87670
pull up Oracle URI scheme
2014-07-14 15:21:09 -05:00
Christopher Smith
9ef5d5da70
pull up MySQL URI scheme
2014-07-14 15:21:09 -05:00
Christopher Smith
a5e6d6ad72
make jdbcUrlDatabaseType final
2014-07-14 15:21:09 -05:00
Christopher Smith
5987c05c6e
pull up URI scheme for RabbitMQ
2014-07-14 15:21:09 -05:00
Christopher Smith
5ce0b402bf
constant for MongoDB URI scheme
2014-07-14 15:21:08 -05:00
Christopher Smith
83245841b3
pull up URI-based common functionality into core abstract base class
2014-07-14 15:21:08 -05:00
Christopher Smith
99302432e9
pull up KeyValuePair class from HerokuConnector to
...
AbstractCloudConnector
2014-07-14 15:21:08 -05:00
Christopher Smith
502eeedddd
remove unused logger field from public class (used only in secondary
...
top-level)
2014-07-09 17:35:25 -05:00