Spring Operator
aa630e457b
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:48:48 -05:00
Scott Frederick
f58be0c8ca
Cleanup build.
2018-11-16 17:20:43 -06:00
Scott Frederick
7f2269ff0e
Test generation of pom file for core module.
2018-11-16 16:49:54 -06:00
Scott Frederick
74058b9d9f
Test generation of pom file for core module.
2018-11-16 16:37:02 -06:00
Scott Frederick
908133a12a
Test generation of pom file for core module.
2018-11-16 16:15:28 -06: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
0696867267
Turn down logging levels for common messages.
2017-10-26 13:44:29 -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
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
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
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