9290 Commits

Author SHA1 Message Date
Andy Wilkinson
acce64b47b Upgrade to Spring Amqp 2.0.1.RELEASE
Closes gh-11186
2017-11-28 18:45:28 +00:00
Andy Wilkinson
2db40db27a Upgrade to Groovy 2.5.0-beta-2
Closes gh-11184
2017-11-28 18:29:05 +00:00
Andy Wilkinson
1fbf5f5b27 Complete the removal of Spring Social starters and auto-configuration
Closes gh-11117
2017-11-28 15:32:19 +00:00
Craig Walls
64d02f8bb5 Remove Spring Social starters and auto-configuration
See gh-11117
2017-11-28 14:53:36 +00:00
Andy Wilkinson
93cac333e8 Clean up logging dependencies and exclusions
Closes gh-11148
2017-11-28 13:05:05 +00:00
Andy Wilkinson
74200f27a6 Drop jackson-module-kotlin from spring-boot-starter-json
Previously, a dependency on jackson-module-kotlin with Kotlin excluded
was added to spring-boot-starter-json. This gave Kotlin users a smooth
experience with Jackson and JSON at minimal, we thought, cost to other
users. We have since learned that this arrangement causes a
ClassNotFoundException at runtime when Jackson is configured to find
modules via the service loader. This makes the cost of including
jackson-module-kotlin to high for non-Kotlin users so this commit
removes it.

Closes gh-11133
2017-11-28 12:41:37 +00:00
Andy Wilkinson
579b36b502 Upgrade to Spring REST Docs 2.0.0.RELEASE
Closes gh-11174
2017-11-28 12:38:30 +00:00
Andy Wilkinson
bead5cfd2e Ignore duplicate module-info when validating starter dependencies
See gh-11178
2017-11-28 12:35:41 +00:00
Andy Wilkinson
a803b88b03 Upgrade to Rxjava2 2.1.7
Closes gh-11180
2017-11-28 11:07:03 +00:00
Andy Wilkinson
22a426fe39 Polish 2017-11-28 10:50:28 +00:00
Andy Wilkinson
a454c1c121 Upgrade to Selenium Htmlunit 2.28.2
Closes gh-11179
2017-11-28 10:50:28 +00:00
Andy Wilkinson
69dcead839 Upgrade to Log4j2 2.10.0
Closes gh-11178
2017-11-28 10:50:28 +00:00
Andy Wilkinson
ac1b6f10d6 Upgrade to Rest Assured 3.0.6
Closes gh-11177
2017-11-28 10:50:28 +00:00
Andy Wilkinson
23d9019051 Upgrade to Hikaricp 2.7.4
Closes gh-11176
2017-11-28 10:50:28 +00:00
Andy Wilkinson
deb6879563 Upgrade to Atomikos 4.0.5
Closes gh-11175
2017-11-28 10:50:28 +00:00
Johnny Lim
decf2dc1b7 Fix assertion locations
Closes gh-11171
2017-11-28 09:44:45 +01:00
Andy Wilkinson
92d7395110 Upgrade to Spring Session Data MongoDB 5.0.0.RC2
Closes gh-11083
2017-11-28 08:40:13 +00:00
Andy Wilkinson
e40a038484 Upgrade to Spring Session 5.0.0.RC2
Closes gh-11082
2017-11-28 08:39:43 +00:00
Andy Wilkinson
ce26325a38 Upgrade to Spring Security 5.0.0.RELEASE
Closes gh-11069
2017-11-28 08:37:38 +00:00
Andy Wilkinson
8d6e3dd73b Upgrade to Spring Framework 5.0.2.RELEASE
Closes gh-10982
2017-11-28 08:36:47 +00:00
Madhura Bhave
9f76832488 Optimize fetching tokenKeys for reactive actuators
Closes gh-10899
2017-11-27 12:32:21 -08:00
Andy Wilkinson
1886791c73 Upgrade to Spring Data Kay-SR2
Closes gh-11166
2017-11-27 17:03:34 +00:00
Andy Wilkinson
ecdbc52fc5 Make log4j-core available to Elasticsearch tests
Elasticsearch server requires log4j-core but we don't want the entire
module to have a test dependency on log4j-core as it already uses
Logback. This commit uses the modified class path runner to make
log4j-core available specifically to the Elasticsearch-related tests.

See gh-11166
2017-11-27 13:36:06 +00:00
Andy Wilkinson
03fce55cdb Polish "Remove a redundant dash in TestPropertyValues.Type"
Closes gh-11156
2017-11-27 10:44:53 +00:00
Johnny Lim
f21737a675 Remove a redundant dash in TestPropertyValues.Type
Prior to this change, the dash was duplicated. For example
"test--systemEnvironment". This commit removes the redundant dash
and corrects the assertion in the test that should have caught the
problem.

See gh-11156
2017-11-27 10:43:38 +00:00
Stephane Nicoll
89054d32fa Polish "Fix CouchbaseReactiveRepositoriesAutoConfigurationTests"
Closes gh-11151
2017-11-27 10:59:21 +01:00
Eddú Meléndez
ef3d44f680 Fix CouchbaseReactiveRepositoriesAutoConfigurationTests
See gh-11151
2017-11-27 10:56:35 +01:00
Stephane Nicoll
116d763d52 Start building against Spring Data Key snapshots
See gh-11166
2017-11-27 10:55:57 +01:00
Stephane Nicoll
9543327406 Polish "Use BeanIds.SPRING_SECURITY_FILTER_CHAIN"
Closes gh-11162
2017-11-27 10:32:28 +01:00
Johnny Lim
70d92037bd Use BeanIds.SPRING_SECURITY_FILTER_CHAIN
See gh-11162
2017-11-27 10:31:32 +01:00
Stephane Nicoll
c4387e1e8a Polish "Add CouchbaseHealthIndicatorTests"
Closes gh-11161
2017-11-27 10:30:31 +01:00
Eddú Meléndez
2e9ca06688 Add CouchbaseHealthIndicatorTests
See gh-11161
2017-11-27 10:29:25 +01:00
Eddú Meléndez
5c216c2029 Clean LdapHealthIndicatorTests
Closes gh-11158
2017-11-27 10:27:29 +01:00
Stephane Nicoll
1620ac42b3 Polish contribution
Closes gh-11143
2017-11-27 10:14:34 +01:00
Johnny Lim
d9828a0aaa Polish
See gh-11143
2017-11-27 10:14:18 +01:00
sdeleuze
65c777986d Upgrade to Kotlin 1.1.61
Closes gh-11154
2017-11-26 17:25:12 +01:00
Johnny Lim
dea95b2b67 Make CouchbaseReactiveRepositoriesAutoConfigureRegistrar package-private
Closes gh-11142
2017-11-26 11:30:17 +01:00
Kazuki Shimizu
bd8834568d Add @Inherited on spring-boot-test-autoconfigure
Closes gh-11139
2017-11-26 11:27:49 +01:00
Andy Wilkinson
61f9d240df Polish 2017-11-24 16:31:31 +00:00
Johnny Lim
7d94695936 Harmonize CouchbaseReactiveRepositoriesAutoConfiguration conditions
Closes gh-11138
2017-11-24 16:51:29 +01:00
Andy Wilkinson
16b090c9bc Polish 2017-11-24 15:46:19 +00:00
Andy Wilkinson
23014d97a2 Add new Devtools restart property to the appendix
Closes gh-9115
2017-11-24 14:56:50 +00:00
Andy Wilkinson
7674841946 Log condition evaluation delta upon DevTools restart 2017-11-24 14:49:53 +00:00
Stephane Nicoll
480039f212 Fix default value of management.endpoints.web.expose 2017-11-24 15:22:57 +01:00
Stephane Nicoll
1235d8f813 Polish Actuator doc
Closes gh-10861
2017-11-24 14:05:21 +01:00
Stephane Nicoll
a12bab453c Polish "Fix PropertiesConfigAdapter delegation logic"
Closes gh-11135
2017-11-24 13:48:06 +01:00
Nikolay Rybak
9163d65b0e Fix PropertiesConfigAdapter delegation logic
This change replaces fallback logic in PropertiesConfigAdapter and its
descendants such that instead of falling back to default "empty" config
it delegates to superinterface default implementation of the same class.

This allows default implementation to call back to other properties,
like DatadogConfig.uri() does.

See gh-11135
2017-11-24 13:31:00 +01:00
Andy Wilkinson
b3c5a050ad Polish message for matching beans produced by OnBeanCondition 2017-11-24 12:01:20 +00:00
Andy Wilkinson
51b56782a3 Apply customizers to build when created embedded Mongo client
Closes gh-11132
2017-11-24 10:59:29 +00:00
Stephane Nicoll
45e8c237de Polish 2017-11-24 11:16:46 +01:00