Commit Graph

84 Commits

Author SHA1 Message Date
Csaba Kos
d510408e90 Allow user without password in UriInfo. 2019-07-08 14:14:39 -05:00
Spring Operator
d9160e839b URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://www.apache.org/licenses/ with 2 occurrences migrated to:
  https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 20 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
2019-03-22 14:57:45 -05:00
pidoubleyou
a8eef2bdcb Fix Credentials Encoding 2018-12-14 23:13:37 +01:00
Scott Frederick
a0bf3f11ca Cleanup build. 2018-11-16 17:31:13 -06:00
Scott Frederick
dbf8dfa113 Configure Redis connections to be secure when the rediss:// scheme is detected in the service info. 2018-09-10 13:12:38 -05:00
Scott Frederick
b66b97aa7b Don't URL encode username and password fields for Oracle database. 2018-09-10 12:36:35 -05:00
Scott Frederick
8cda257758 Guard against null values in ApplicationInstanceInfo.
fixes #225
2018-05-10 13:26:44 -05:00
Scott Frederick
19fd269770 Merge branch '2.x' to 'master' 2018-05-09 15:44:32 -05:00
Jake Zingler
c4aae87e0a Supports special characters in mysql jdbc urls
Signed-off-by: Biju Kunjummen <biju.kunjummen@gmail.com>
2018-01-02 14:01:38 -08:00
Jake Zingler
c504111f24 Supports user info with special uri chars "%, :, +"
Signed-off-by: Biju Kunjummen <biju.kunjummen@gmail.com>
2018-01-02 13:47:31 -08:00
Scott Frederick
70ba388dfb Turn down logging levels for common messages. 2017-10-26 14:10:10 -05:00
Bigler Mark
b89109e4f7 https://github.com/spring-cloud/spring-cloud-connectors/issues/212 2017-10-26 14:06:24 -05:00
Scott Frederick
0696867267 Turn down logging levels for common messages. 2017-10-26 13:44:29 -05:00
Scott Frederick
55701034d0 Rename core library to spring-cloud-connectors-core. 2017-10-26 13:25:02 -05:00
Bigler Mark
d7cd9d8635 https://github.com/spring-cloud/spring-cloud-connectors/issues/212 2017-10-26 08:34:35 +02:00
Scott Frederick
67a5a85d02 Fix mapping of overridden port property for AMQP. 2017-10-25 16:22:36 -05:00
Scott Frederick
4d8eb54824 Provide a default value for the AMQP port if not provided in the URI. 2017-10-25 16:22:21 -05:00
Scott Frederick
dfe58d51ae Support RabbitMQ URLs with URL-encoded vhost. 2017-10-25 16:13:49 -05:00
Scott Frederick
b9434d5ead Fix inconsistency in building JDBC URL. 2017-10-25 16:13:36 -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
15c43f381a Add service data postprocessor extension point to cf connector. 2017-10-23 12:16:43 -05:00
Mark Paluch
0fed877eba 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-10-20 16:56:02 -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
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
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