Commit Graph

2007 Commits

Author SHA1 Message Date
Stephane Nicoll e7efa8f133 Polish "Add Lettuce Redis driver autoconfiguration"
Closes gh-5311
2017-05-02 15:40:40 +02:00
Mark Paluch 4563da9ac7 Add Lettuce Redis driver autoconfiguration
Introduce an alternative autoconfiguration if the lettuce Redis driver is
available. Add Lettuce-specific configuration property options
"spring.redis.lettuce.shutdown-timeout" to control the shutdown timeout
of the lettuce driver. Add documentation for the properties, the
supported drivers, and how to switch between drivers.

Split client-specific properties from spring.redis.pool to
spring.redis.jedis.pool and introduce spring.redis.lettuce namespace.
Deprecate spring.redis.pool property.

See gh-5311
2017-05-02 13:33:34 +02:00
Andy Wilkinson e0d5c447a8 Upgrade to Rxjava2 2.1.0
Closes gh-9062
2017-05-02 09:38:37 +01:00
Andy Wilkinson 7ed8737382 Upgrade to Rxjava 1.2.10
Closes gh-9061
2017-05-02 09:38:36 +01:00
Eddú Meléndez 4c96e95ad9 Simplify Netty dependency management by importing its BOM
See gh-9021
Closes gh-9050
2017-05-02 09:16:31 +02:00
Andy Wilkinson 0a8494ec74 Merge branch '1.5.x' 2017-04-28 15:44:05 +01:00
Andy Wilkinson df05aa4701 Merge branch '1.4.x' into 1.5.x 2017-04-28 15:41:53 +01:00
Andy Wilkinson bd95ad6430 Upgrade to Spring Restdocs 1.1.3.RELEASE
Closes gh-9040
2017-04-28 15:33:43 +01:00
Andy Wilkinson 5291fb5ff7 Upgrade to Hsqldb 2.3.5
Closes gh-9039
2017-04-28 15:33:43 +01:00
Andy Wilkinson 344255807b Upgrade to Jaybird 2.2.13
Closes gh-9038
2017-04-28 15:33:42 +01:00
Andy Wilkinson 59d04d0679 Upgrade to Elasticsearch 2.4.5
Closes gh-9037
2017-04-28 15:33:42 +01:00
Andy Wilkinson c3c2a91916 Upgrade to Groovy 2.4.11
Closes gh-9036
2017-04-28 15:33:41 +01:00
Andy Wilkinson bc464adba3 Upgrade to Tomcat 8.5.14
Closes gh-9035
2017-04-28 15:33:41 +01:00
Andy Wilkinson b5811986b0 Upgrade to Ehcache 2.10.4
Closes gh-9034
2017-04-28 15:33:41 +01:00
Andy Wilkinson d0a85550d7 Upgrade to H2 1.4.195
Closes gh-9033
2017-04-28 15:33:40 +01:00
Brian Clozel b8fe06c103 Manage all Netty dependencies
Until we can use the Netty BOM (see gh-9021), this change adds all
Netty modules as managed dependencies so as to avoid version
clashes between managed and unmanaged Netty dependencies.

Fixes gh-8553
2017-04-28 14:13:06 +02:00
Artem Bilan 8e68511eb3 Upgrade to Spring Kafka 2.0.0.M1
Closes gh-9020
2017-04-28 09:23:47 +02:00
Andy Wilkinson 91fe040586 Start building against Spring Social LinkedIn 2.0 snapshots
See gh-9019
2017-04-27 20:08:10 +01:00
Phillip Webb 42e24136ef Drop `spring-social-web-thymeleaf3`
Drop `spring-social-web-thymeleaf3` dependency since it's been merged
into `spring-social-web` as of Spring Social 2.0.

Fixes gh-9017
2017-04-27 11:29:56 -07:00
Vedran Pavic 0a64b96b83 Remove Spring Session GemFire dependency
Remove Spring Session GemFire dependency since it is
no longer supported in Spring Session 2.0.

Closes gh-9011
2017-04-27 11:02:34 -07:00
Vedran Pavic 33dd9d6d84 Remove Spring Session Mongo support
Remove auto-configuration support for Spring Session Mongo since it is
no longer supported in Spring Session 2.0.

See gh-9011
2017-04-27 10:59:22 -07:00
Eddú Meléndez abd35f041b Add reactive support for Spring Data Cassandra
See gh-8568
2017-04-26 15:31:01 +02:00
Andy Wilkinson 9c65888a54 Upgrade to Jackson 2.9.0.pr3
Closes gh-8990
2017-04-26 13:52:36 +01:00
Brian Clozel 117310924e Reduce number of managed Netty dependencies
Now that reactor-netty has a strict set of transitive dependencies, this
commit refactors the managed dependencies to only list the required
ones. `netty-all` is still managed to avoid conflicts when pulled by
other libraries.

Fixes gh-8553
2017-04-26 10:25:59 +02:00
Andy Wilkinson b43f902556 Upgrade to Spring Restdocs 1.2.0.RELEASE
Closes gh-8996
2017-04-25 11:39:29 +01:00
Andy Wilkinson f8549b7276 Upgrade to Jsonassert 1.5.0
Closes gh-8995
2017-04-25 11:39:29 +01:00
Andy Wilkinson 877290c251 Upgrade to Postgresql 42.0.0
Closes gh-8994
2017-04-25 11:39:28 +01:00
Andy Wilkinson 3224bb99a9 Upgrade to Mockito 2.7.22
Closes gh-8993
2017-04-25 11:39:28 +01:00
Andy Wilkinson e2d9b152a9 Upgrade to Thymeleaf Layout Dialect 2.2.1
Closes gh-8992
2017-04-25 11:39:28 +01:00
Andy Wilkinson 7a027b0187 Upgrade to Rxjava2 2.0.9
Closes gh-8991
2017-04-25 11:39:28 +01:00
Phillip Webb ec57c3d92a Exclude commons-logging from Spring Security
Excluded the commons-logging dependency pulled in by Spring Security
until they can provide a fix.

See gh-8985
2017-04-24 15:26:35 -07:00
Andy Wilkinson 15b9707fbe Start building against Spring Cloud Connectors 2.0 snapshots
See gh-8968
2017-04-21 13:16:30 +01:00
Stephane Nicoll 9327b58304 Fixup version numbers following release 2017-04-21 11:26:45 +02:00
Andy Wilkinson 7255cec7bb Align Lettuce dependency management with latest Data Redis snapshots
Closes gh-8287
2017-04-21 09:41:00 +01:00
Andy Wilkinson d50878bac1 Upgrade to Hibernate 5.2.10.Final 2017-04-21 09:40:17 +01:00
Spring Buildmaster 9768b0a8c2 Next Development Version 2017-04-21 08:32:01 +00:00
Andy Wilkinson 3526d4df5e Merge branch '1.5.x' 2017-04-20 17:19:04 +01:00
Andy Wilkinson 6dd6897361 Upgrade to Narayana 5.5.7.Final
Closes gh-8961
2017-04-20 17:16:39 +01:00
Andy Wilkinson a7830a8669 Upgrade to Jaybird 2.2.13
Closes gh-8960
2017-04-20 17:16:39 +01:00
Andy Wilkinson efdd9d9b01 Upgrade to Jetty 9.4.4.v20170414
Closes gh-8959
2017-04-20 17:16:38 +01:00
Andy Wilkinson 0ff6b705d6 Upgrade to Tomcat 8.5.14
Closes gh-8958
2017-04-20 17:16:38 +01:00
Andy Wilkinson edf6759e2d Upgrade to Activemq 5.14.5
Closes gh-8957
2017-04-20 17:16:37 +01:00
Andy Wilkinson 6b167f1f12 Upgrade to Ehcache 2.10.4
Closes gh-8956
2017-04-20 17:16:37 +01:00
Andy Wilkinson 3442a24f8a Upgrade to Undertow 1.4.13.Final
Closes gh-8955
2017-04-20 17:16:37 +01:00
Andy Wilkinson 6de6388085 Upgrade to Hsqldb 2.4.0
Closes gh-8954
2017-04-20 15:50:11 +01:00
Andy Wilkinson ab7dad64f2 Upgrade to Cassandra Driver 3.2.0
Closes gh-8953
2017-04-20 15:50:11 +01:00
Stephane Nicoll 7fbce192b4 Fixup version numbers following release 2017-04-20 15:58:32 +02:00
Spring Buildmaster d719d2cbbc Next Development Version 2017-04-20 12:46:19 +00:00
Andy Wilkinson 07c5590813 Upgrade to GemFire 8.2.4
Closes gh-8948
2017-04-20 11:03:15 +01:00
Stephane Nicoll d8967afff6 Upgrade to Spring Data Hopper-SR10
Closes gh-8938
2017-04-20 08:53:51 +02:00