Commit Graph

2046 Commits (bfbabce16370bfe9d5786bc769c262bbdb2d82b3)

Author SHA1 Message Date
Andy Wilkinson bfbabce163 Merge branch '1.5.x' 8 years ago
Andy Wilkinson 19d680cbe4 Merge branch '1.4.x' into 1.5.x 8 years ago
Andy Wilkinson d757368d41 Upgrade to Tomcat 8.5.15
Closes gh-9171
8 years ago
Andy Wilkinson 453a9aa432 Upgrade to Spring Social Facebook 3.0.0.M2
Closes gh-9157
8 years ago
Stephane Nicoll 3319be1c5a Upgrade to Spring Social 2.0.0.M3
Closes gh-6258
8 years ago
Stephane Nicoll 30daa8120e Upgrade to Spring Social Twitter 2.0.0.M2
Closes gh-9155
8 years ago
Stephane Nicoll ba50599f6f Upgrade to Spring Social Linkedin 2.0.0.M2
Closes gh-9019
8 years ago
Andy Wilkinson 918a11ea28 Upgrade to Spring Session 2.0.0.M1
Closes gh-8049
8 years ago
Andy Wilkinson 9480e09c21 Upgrade to Spring Security 5.0.0.M1
Closes gh-8714
8 years ago
Andy Wilkinson 8f1cf0ceb4 Upgrade to Spring Cloud Connectors 2.0.0.M1
Closes gh-8968
8 years ago
Andy Wilkinson 6ef4ea9a25 Upgrade to Spring Data Kay M3
Closes gh-7461
8 years ago
Andy Wilkinson f175f5bd54 Revert "Upgrade to Spring Data Kay M3"
This reverts commit a8b10f74e8.

See gh-7461
8 years ago
Andy Wilkinson a8b10f74e8 Upgrade to Spring Data Kay M3
Closes gh-7461
8 years ago
Artem Bilan 22406b7dce Upgrade to Spring AMQP 2.0.0.M4
Closes gh-9132
8 years ago
Stephane Nicoll 3b0fb97081 Upgrade to Spring Framework 5.0.0.RC1
Closes gh-9129
8 years ago
Gary Russell 74985b610b Upgrade to Spring Kafka 1.1.5.RELEASE
Closes gh-9116
8 years ago
Andy Wilkinson 6dd385898f Upgrade to Rxjava 1.3.0
Closes gh-9112
8 years ago
Andy Wilkinson 269cea291c Upgrade to Neo4j OGM 3.0.0-M01
Closes gh-8687
8 years ago
Andy Wilkinson 7a9af02943 Merge branch '1.5.x' 8 years ago
Andy Wilkinson 216506d20f Upgrade to Jetty 9.4.5.v20170502
Closes gh-9100
8 years ago
Andy Wilkinson 1fc6fc1790 Upgrade to Undertow 1.4.14.Final
Closes gh-9099
8 years ago
Andy Wilkinson 8ed33a1da5 Properly remove Spock from spring-boot-dependencies
See gh-9043
8 years ago
Andy Wilkinson a48f4f3320 Merge branch '1.5.x' 8 years ago
Andy Wilkinson 816ac1dc78 Remove dependency management for jetty-monitor
Closes gh-9010
8 years ago
Stephane Nicoll de53a24e60 Merge branch '1.5.x' 8 years ago
Stephane Nicoll 3e688ecedb Add missing dependency management for Jetty
Closes gh-9010
8 years ago
Andy Wilkinson 11c3c4c20b Drop support for org.json:json-based JSON parsing
Closes gh-8710
8 years ago
Andy Wilkinson f853576bec Upgrade to Reactor Bismuth-M1
Closes gh-8884
8 years ago
Andy Wilkinson 329a950bd8 Remove testing support from the CLI
The testing support in the CLI has proven to be more trouble than
it's worth. Our recommendation is that, once an app gets to the stage
of requiring a test suite, it should be converted to a Maven or
Gradle project. This makes it easy to version, publish, deploy etc
using the vast ecosystems of the two build systems.

As part of this change, the dependency management for Spock has been
moved into spring-boot-parent, thereby making it "private". This
allows it to continue to manage the test-only Spock dependency in
spring-boot-test without also managing the version of Spring that is
used by a user's application.

Closes gh-9087
Fixes gh-9043
8 years ago
Stephane Nicoll de268d97e2 Add auto-configuration for reactive Redis
This commit provides an auto-configuration for reactive Redis and a
starter that provides Lettuce as Jedis doesn't support reactive
operations.

There are no support for reactive redis repositories at the moment so
only a `ReactiveRedisTemplate` is auto-configured if necessary.

Closes gh-8053
8 years ago
Andy Wilkinson 2d6bb9b507 Revert "Exclude commons-logging from Spring Security"
This reverts commit ec57c3d92a.

Closes gh-8985
8 years ago
Stephane Nicoll 12dda513f9 Merge branch '1.5.x' 8 years ago
Stephane Nicoll 2f4a1f9531 Merge branch '1.4.x' into 1.5.x 8 years ago
Stephane Nicoll 93bd1108bf Fix maven warning
Closes gh-9075
8 years ago
Stephane Nicoll 88b2fed37d Merge branch '1.5.x' 8 years ago
Stephane Nicoll 61f88d0c90 Provide dependency management for missing jersey dependencies
Closes gh-9009
8 years ago
Andy Wilkinson d1ea4f8a8a Start building against Spring REST Docs 1.2.1 snapshots
See gh-9071
8 years ago
Stephane Nicoll 41712c7061 Merge branch '1.5.x' 8 years ago
Quentin Caillard 45e0912ecd Add dependency section for jersey multipart
Closes gh-9007
8 years ago
Stephane Nicoll e7efa8f133 Polish "Add Lettuce Redis driver autoconfiguration"
Closes gh-5311
8 years ago
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
8 years ago
Andy Wilkinson e0d5c447a8 Upgrade to Rxjava2 2.1.0
Closes gh-9062
8 years ago
Andy Wilkinson 7ed8737382 Upgrade to Rxjava 1.2.10
Closes gh-9061
8 years ago
Eddú Meléndez 4c96e95ad9 Simplify Netty dependency management by importing its BOM
See gh-9021
Closes gh-9050
8 years ago
Andy Wilkinson 0a8494ec74 Merge branch '1.5.x' 8 years ago
Andy Wilkinson df05aa4701 Merge branch '1.4.x' into 1.5.x 8 years ago
Andy Wilkinson bd95ad6430 Upgrade to Spring Restdocs 1.1.3.RELEASE
Closes gh-9040
8 years ago
Andy Wilkinson 5291fb5ff7 Upgrade to Hsqldb 2.3.5
Closes gh-9039
8 years ago
Andy Wilkinson 344255807b Upgrade to Jaybird 2.2.13
Closes gh-9038
8 years ago
Andy Wilkinson 59d04d0679 Upgrade to Elasticsearch 2.4.5
Closes gh-9037
8 years ago