Commit Graph

2370 Commits

Author SHA1 Message Date
Andy Wilkinson
c00a42f437 Add auto-configuration for separate Spring Session Data MongoDB module
Closes gh-9552
2017-09-21 12:47:28 +01:00
Andy Wilkinson
c4aba91c47 Expand dependency management for Hibernate
Closes gh-9950
2017-09-21 11:40:28 +01:00
Andy Wilkinson
e9147c2f20 Remove Spring Security OAuth Auto-Configuration
This commit removes auto-configuration support for Spring Security
OAuth, paving the way for the introduction of auto-configuration for
Spring Security 5's new OAuth-related features.

Closes gh-10255
2017-09-21 10:33:16 +01:00
Andy Wilkinson
17a349b691 Update to Mockito 2.10
Closes gh-10245
2017-09-20 09:04:24 +01:00
Andy Wilkinson
3b21a88e3c Merge branch '1.5.x' 2017-09-20 06:26:02 +01:00
Kyle Anderson
628c643e32 Upgrade Git Maven plugin to 2.2.3
Closes gh-10355
2017-09-20 06:25:39 +01:00
Andy Wilkinson
0f25dd0ea6 Update Failsafe and Surefire Maven plugins to 2.20.1
Closes gh-9414
2017-09-19 21:31:24 +01:00
Stephane Nicoll
95697688cf Upgrade to javax.validation 2.0.0.Final
This should have been done in par with #9969

Closes gh-9784
2017-09-19 18:35:31 +02:00
Raja Kolli
a4a0eef186 Upgrade to Hibernate Validator 6.0.2.Final
Closes gh-9969
2017-09-19 17:40:45 +02:00
Benoit Lacelle
9e69a41eae Add dependency management for tomcat-catalina-jmx-remote
Closes gh-10045
2017-09-19 17:13:10 +02:00
Andy Wilkinson
974a630f6b Upgrade to Spring Social Twitter 2.0.0.M4
Closes gh-10346
2017-09-19 16:03:14 +01:00
Andy Wilkinson
daeff23b6e Upgrade to Spring Social Linkedin 2.0.0.M3
Closes gh-10345
2017-09-19 16:03:14 +01:00
Andy Wilkinson
558daef31a Upgrade to Spring Social Facebook 3.0.0.M3
Closes gh-10344
2017-09-19 16:03:14 +01:00
Andy Wilkinson
ade88c3b2b Upgrade to Spring Social 2.0.0.M4
Closes gh-10343
2017-09-19 16:03:14 +01:00
Andy Wilkinson
febf30ef0a Upgrade to Mongo Driver Reactivestreams 1.6.0
Closes gh-10334
2017-09-18 19:26:19 +01:00
Andy Wilkinson
660b0fad00 Upgrade to Mongodb 3.5.0
Closes gh-10333
2017-09-18 19:26:19 +01:00
Andy Wilkinson
f8064bf8a7 Polish dependency management for XMLUnit
Closes gh-9709
2017-09-18 17:50:37 +01:00
Andrew Cohen
9c46dacf7e Add XMLUnit to spring-boot-starter-test
Closes gh-9709
2017-09-18 16:47:50 +02:00
Raja Kolli
1c5e499a80 Upgrade to Hibernate 5.2.11.Final
Closes gh-10304
2017-09-15 12:50:25 +02:00
Phillip Webb
86926bf0e5 Upgrade to Micrometer 1.0.0-rc.1
Closes gh-10300
2017-09-14 22:16:07 -07:00
Jon Schneider
c2958c27ab Replace Boot's own metrics with support for Micrometer
Closes gh-9970
2017-09-14 17:15:46 +01:00
Stephane Nicoll
306c8d0ae2 Upgrade to Spring Integration 5.0.0.M7
Closes gh-10122
2017-09-14 17:54:04 +02:00
Stephane Nicoll
8010f6ef00 Rationalize JUnit5 dependency management
This commit only provides dependency management for JUnit Jupiter,
excluding experimental and migration support artifacts. It also removes
dependency management for the platform as it is used by IDEs and build
tools). The `junit-platform.version` is still available though to allow
users to configure their plugin with a supported placeholder for the
version.

Also, given that `junit-vintage-engine`'s version does not match the
JUnit 4 version it supports, we will not add dependency management for
it.

Closes gh-10240
2017-09-14 11:47:36 +02:00
Andy Wilkinson
8533c3d5ca Upgrade to Spring Security 5.0.0.M4
Closes gh-10126
2017-09-14 06:38:51 +01:00
Andy Wilkinson
736a209e78 Upgrade to Spring Session 2.0.0.M4
Closes gh-10125
2017-09-14 06:38:51 +01:00
Brian Clozel
1669e4bad3 Fixup version numbers following release 2017-09-12 14:28:47 +02:00
Spring Buildmaster
30eb937a83 Next Development Version 2017-09-12 10:54:22 +00:00
Andy Wilkinson
449515cecd Merge branch '1.5.x' 2017-09-12 10:09:10 +01:00
Andy Wilkinson
2a1cce9f13 Upgrade to Hikaricp Java7 2.4.13
Closes gh-10267
2017-09-12 10:07:25 +01:00
Andy Wilkinson
b13beccc47 Upgrade to Appengine Sdk 1.9.56
Closes gh-10266
2017-09-12 10:07:24 +01:00
Andy Wilkinson
d6535df2c7 Upgrade to Classmate 1.3.4
Closes gh-10265
2017-09-12 10:07:23 +01:00
Phillip Webb
2e51b48cd9 Refactor actuator package locations
Restructure actuator packages to improve structure. The following
changes have been made:

 - Separate actuator and actuator auto-configuration into different
   modules.
 - Move endpoint code into `spring-boot-actuator`.
 - Move `Endpoint` implementations from a single package into
   technology specific packages.
 - Move `HealthIndicator` implementations from a single package into
   technology specific packages.
 - As much as possible attempt to mirror the `spring-boot` package
   structure and class naming in `spring-boot-actuator` and
   `spring-boot-actuator-autoconfigure`.
 - Move `DataSourceBuilder` and DataSource meta-data support from
   `spring-boot-actuator` to `spring-boot`.

Fixes gh-10261
2017-09-12 00:11:20 -07:00
Stephane Nicoll
1ddc3dce0c Upgrade to Spring Integration Java Dsl 1.2.3.RELEASE
Closes gh-10262
2017-09-12 08:26:09 +02:00
Stephane Nicoll
cf3226f799 Upgrade to Spring Integration 4.3.12
Closes gh-10034
2017-09-12 08:25:22 +02:00
Stephane Nicoll
a80d466130 Upgrade to Spring Kafka 2.0.0.RC1
Closes gh-10120
2017-09-11 21:45:07 +02:00
Stephane Nicoll
1dc08fdda2 Polish "Provide dependency management for JUnit Jupiter"
Closes gh-10240
2017-09-11 20:21:21 +02:00
Eddú Meléndez
bb4a8cdc0e Provide dependency management for JUnit Jupiter
Spring Framework 5 provides support for JUnit 5. This commit adds
dependency management for JUnit 5 and an upgrade for
spring-boot-sample-junit-jupiter sample.

See gh-10240
2017-09-11 20:03:26 +02:00
Andy Wilkinson
6ac65a7783 Upgrade to Spring AMQP 2.0.0.RC1
Closes gh-9289
2017-09-11 17:17:46 +01:00
Andy Wilkinson
c46cb2647b Upgrade to Spring Data Kay RC3
Closes gh-10124
2017-09-11 17:17:46 +01:00
Andy Wilkinson
32e24f3e0a Upgrade to Spring AMQP 1.7.4
Closes gh-10248
2017-09-11 17:13:12 +01:00
Stephane Nicoll
bc9d8bb1cf Upgrade to Reactor Bismuth-M4
Closes gh-10121
2017-09-11 14:32:47 +02:00
Stephane Nicoll
023a4b645e Upgrade to Spring Framework 5.0.0.RC4
Closes gh-10123
2017-09-11 14:31:51 +02:00
Andy Wilkinson
ab3bf507c0 Start building against Spring Data Kay snapshots for RC 3
See gh-10124
2017-09-11 12:58:50 +01:00
Andy Wilkinson
596c32cd6a Update to Spring Data Ingalls SR7
Closes gh-10165
2017-09-11 12:41:31 +01:00
Andy Wilkinson
971c9d3c34 Provide dependency management for Reactive Streams
Closes gh-10246
2017-09-11 11:07:17 +01:00
Andy Wilkinson
fe96d765f2 Upgrade to Rxjava 1.3.1
Closes gh-10244
2017-09-11 11:07:17 +01:00
Andy Wilkinson
3c1b9ea8bd Upgrade to Lettuce 5.0.0.RC2
Closes gh-10243
2017-09-11 11:07:17 +01:00
Stephane Nicoll
fb5a3effb7 Upgrade to Spring Framework 4.3.11.RELEASE
Closes gh-9956
2017-09-11 11:55:52 +02:00
Andy Wilkinson
c082e31d10 Add javax.annotation-api dependency to spring-boot-starter
Closes gh-9366
2017-09-08 13:56:31 +01:00
Andy Wilkinson
db0c41851b Upgrade to Jackson 2.9.1
Closes gh-10231
2017-09-08 09:41:03 +01:00