48 Commits

Author SHA1 Message Date
Scott Frederick
68744a312e Upgrade Jackson to 2.9.9.1. 2019-07-08 14:10:17 -05:00
Scott Frederick
398ba91f00 Revert "Add nohttp check to build. Upgrade gradle and asciidoctor plugin."
This reverts commit 2ecd0e26ab.
2019-07-05 14:47:47 -05:00
Scott Frederick
dd76afc561 Revert "Disable nohttp check for CI builds since it is incompatible wiht Java 6."
This reverts commit e7fd22d8cd.
2019-07-05 14:47:27 -05:00
Scott Frederick
e7fd22d8cd Disable nohttp check for CI builds since it is incompatible wiht Java 6. 2019-06-05 14:35:12 -05:00
Scott Frederick
2ecd0e26ab Add nohttp check to build. Upgrade gradle and asciidoctor plugin. 2019-06-05 13:52:14 -05:00
Aziz Sonawalla
0a7008c744 Update jackson version to 2.9.9 2019-06-04 16:56:46 -05:00
Spring Operator
434e12a0b7 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://docs.oracle.com/javaee/6/api/ with 1 occurrences migrated to:
  https://docs.oracle.com/javaee/6/api/ ([https](https://docs.oracle.com/javaee/6/api/) result 200).
* http://docs.oracle.com/javase/7/docs/api/ with 1 occurrences migrated to:
  https://docs.oracle.com/javase/7/docs/api/ ([https](https://docs.oracle.com/javase/7/docs/api/) result 200).
* http://docs.spring.io/spring-amqp/docs/latest-ga/api/ with 1 occurrences migrated to:
  https://docs.spring.io/spring-amqp/docs/latest-ga/api/ ([https](https://docs.spring.io/spring-amqp/docs/latest-ga/api/) result 200).
* http://docs.spring.io/spring-data/data-mongo/docs/current/api/ with 1 occurrences migrated to:
  https://docs.spring.io/spring-data/data-mongo/docs/current/api/ ([https](https://docs.spring.io/spring-data/data-mongo/docs/current/api/) result 200).
* http://docs.spring.io/spring-data/data-redis/docs/current/api/ with 1 occurrences migrated to:
  https://docs.spring.io/spring-data/data-redis/docs/current/api/ ([https](https://docs.spring.io/spring-data/data-redis/docs/current/api/) result 200).
* http://docs.spring.io/spring/docs/current/javadoc-api/ with 1 occurrences migrated to:
  https://docs.spring.io/spring/docs/current/javadoc-api/ ([https](https://docs.spring.io/spring/docs/current/javadoc-api/) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.txt with 1 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0.txt ([https](https://www.apache.org/licenses/LICENSE-2.0.txt) result 200).
* http://projects.spring.io/spring-cloud with 1 occurrences migrated to:
  https://projects.spring.io/spring-cloud ([https](https://projects.spring.io/spring-cloud) result 301).
2019-03-18 10:41:45 -05:00
Aziz Sonawalla
4cb1483af1 Update jacksondatabind to 2.9.8 for 1.x 2019-02-05 11:07:50 -08:00
Scott Frederick
96bccf7992 Revert "Upgrade to Gradle 4.10.2"
This reverts commit ea68fb5e07.
2018-11-16 16:14:54 -06:00
Roy Clarkson
ea68fb5e07 Upgrade to Gradle 4.10.2 2018-11-16 16:54:13 -05:00
Scott Frederick
6928dc66ec Remove test configuration that requires Java8. 2018-09-11 16:16:45 -05:00
Scott Frederick
d35250b98d Change order of build repositories. 2018-09-11 14:54:59 -05:00
Scott Frederick
d0d80ce5a2 Fix RabbitMQ spring connector tests when run against RabbitMQ client 5.4.x. 2018-09-11 14:44:53 -05:00
Daniel Basten
f303fc72a4 Update jackson dependencies to 2.9.5
jackson.core:jackson-databind:2.3.3 2.3.3 is affected by the following CVEs:

- CVE-2017-15095 
- CVE-2017-17485 
- CVE-2017-7525
- CVE-2018-5968 
- CVE-2018-7489
2018-05-09 13:37:31 +02: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
1790affa29 Update gradle to 2.10. Update versions used in matrixTest. 2016-06-29 22:17:48 -04: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
Ben Klein
02014d4b75 use Gradle Asciidoctor plugin 2015-07-31 13:40:38 -05:00
Scott Frederick
e3eae31995 Support tomcat 7 and tomcat 8 datasource connection pooling. 2015-07-23 20:04:05 -05:00
Roy Clarkson
3e64c952d8 Update repositories in build.gradle 2015-07-23 10:28:22 -05:00
Andy Wilkinson
e79465b4d1 Use the latest version of the Spring IO Plugin
Spring IO Platform 2.0 will remove the managed versions .properties
file as support for it has been removed in Spring Boot 1.3.

This commit moves the build onto a new version of the Spring IO Plugin
that uses the Maven bom rather than the properties file.
2015-07-08 10:24:19 +01:00
Scott Frederick
2e3129a46f Allow authSource in the Mongo URI to be passed along. 2015-05-07 15:09:50 -04:00
Chris Schaefer
c7bca2009d PCF spring cloud connector for Eureka 2014-12-17 17:56:07 -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
e7d5d16919 Apply consistent formatting to build file. 2014-11-03 10:51:48 -06:00
Scott Frederick
735b82d085 Drop spring-amqp dependency version down to 1.1.1
Spring Cloud Connector dependencies on other Spring projects (e.g. Spring AMQP, Spring Data) are not transient, but only necessary for compiling the Spring Cloud Connector code itself. Users of Spring Cloud Connectors are responsible for providing their own Spring dependencies of an appropriate version. Spring Cloud Connector should depend on the oldest version of a Spring project that provides all the APIs necessary for compilation. In the case of Spring AMQP, this is 1.1.1.
2014-11-03 10:50:20 -06:00
Mark Fisher
fd9b380727 Upgraded Spring AMQP to 1.3.6
Creating Rabbit ConnectionFactory by passing the URI from AmqpServiceInfo.
2014-10-31 14:35:06 -04:00
Ramnivas Laddad
3f61f37f65 Catch the Spring Dijkstra train and rationalized the test matrix 2014-05-20 14:17:51 -07:00
Ramnivas Laddad
1df14d03c0 Add spring-4.0.5 to test matrix 2014-05-20 10:11:07 -07:00
Ramnivas Laddad
641f2b01bb Add additional matrix elements for just upgraded versions 2014-05-15 07:31:24 -07:00
Andy Wilkinson
a90a50b24d Upgrade Spring Data and Spring AMQP dependencies 2014-05-15 09:04:26 +01:00
Ramnivas Laddad
82a3861707 Full matrix for all supported version combos 2014-05-14 20:31:33 -07:00
Ramnivas Laddad
091599eb87 Begining of matrix-style testing to ensure compatibility across supported versions 2014-05-14 19:28:28 -07:00
Andy Wilkinson
5f17f54258 Add the Spring IO plugin
This commit adds the Spring IO plugin, but it is configured such that
it will only take effect when the build is run with
-PplatformVersion=x.y.z

Some redundant exclusions in spring-cloud-spring-service-connector have
been removed and those that only declared a module have been updated to
declare both a module and a group.

The Spring IO Platform currently specifies a newer version (2.12.1) of
the MongoDB driver. This version has changed the behaviour of
Mongo.getAddress() such that calling it now results in an attempt to
initiate the connection. MongoServiceConnectorCreatorTest has been
updated to call Mongo.getAllAddresses() instead. This works on both
2.11.x and 2.12.1.
2014-05-14 11:06:57 +01:00
Ramnivas Laddad
afe827fbb3 Added description for the root project 2014-05-12 12:18:09 -07:00
Ramnivas Laddad
ca25f40cb7 Enable javadoc generation and distribution 2014-05-12 12:01:18 -07:00
Andy Wilkinson
a47d266ce5 Polish generated poms
- Include provided and optional dependencies
- Include information required for publication to Maven Central
2014-05-12 16:21:19 +01:00
Andy Wilkinson
8939b7ae32 Update dependencies
Update to latest versions of Tomcat 7, Jackson, and Commons DBCP
2014-05-08 11:31:49 +01:00
Ramnivas Laddad
8fc9c82742 Fixed schema distribution 2014-04-17 14:00:40 -07:00
Ramnivas Laddad
1bb68567c7 Add schema distribution task 2014-03-21 09:35:36 -07:00
Ramnivas Laddad
e3adddd8b5 Fixes to get dbcp-related tests pass on the CI system
- Prefer dbcp2 over dbcp
 - Break PooledDataSourceCreatorsTest into multiple small tests
 - Revert Java compatiblity to 1.6
2014-03-14 12:45:01 -07:00
Ramnivas Laddad
7067fed0e7 Bump java version compatiblity to 1.7 2014-03-13 07:46:56 -07:00
Ramnivas Laddad
2293242ab7 Update version of dependency to newer where it makes sense
- Also switch from plain cglib dependency to cglib-nodep
2014-03-12 16:12:45 -07:00
Ramnivas Laddad
ed63dadb68 Switch to the latest spring-data-mongo (1.4.0) 2014-03-10 13:59:22 -07:00
Ramnivas Laddad
302d18b9ee Support the latest version of spring-amqp (1.2.1) 2014-03-10 12:58:07 -07:00
Ramnivas Laddad
a3e3335d00 Support dbcp2 (and thus commons-pool2) in addition to dbcp1 2014-03-10 12:55:42 -07:00
Ramnivas Laddad
9c53b2262e Support newer version of jedis and commons-pool 2014-03-07 09:19:18 -08:00
Ramnivas Laddad
7972c67d09 Switch build system to gradle 2014-03-07 08:52:22 -08:00