Madhura Bhave
6c1915e81f
Merge branch '2.0.x'
2018-09-11 17:03:38 -07:00
Madhura Bhave
7af6665a0e
Ignore management.server.port for war
...
Fixes gh-14148
2018-09-11 16:56:03 -07:00
Phillip Webb
8ed516e9ae
Polish
2018-09-11 15:10:25 -07:00
Phillip Webb
aa2da0bb0d
Remove logging level changes from devtools
...
Update `DevToolsPropertyDefaultsPostProcessor` to remove custom logging
level configuration. Unfortunately it's not easy to back-off logging
overrides when the user has a custom logback/log4j configuration.
Closes gh-14310
2018-09-11 15:07:34 -07:00
Phillip Webb
84b6fff8c0
Update copyright year for changed files
2018-09-11 14:28:28 -07:00
Phillip Webb
57ec09a55f
Polish
2018-09-11 14:27:10 -07:00
Phillip Webb
0c00508b3c
Register ApplicationConversionService for context
...
Update `SpringApplication` to automatically register the shared
`ApplicationConversionService` instance with the `BeanFactory` and
`Environment`.
Closes gh-12148
2018-09-11 14:24:27 -07:00
Madhura Bhave
ab6bdc7ae2
Apply springSecurity configurer to WebTestClient
...
Also, @WebFluxTest now adds any ServerHttpSecurity beans
to the context.
Closes gh-13632
2018-09-11 13:28:13 -07:00
Phillip Webb
424dfc398b
Move 'insights.web' properties to 'spring.http'
...
Relocate the 'spring.insights.web.log-request-details' property to
'spring.http.log-request-details'.
Closes gh-14313
2018-09-11 12:51:14 -07:00
Andy Wilkinson
e4b9316613
Merge branch '2.0.x'
2018-09-11 20:33:40 +01:00
Andy Wilkinson
78464f999f
Test the Gradle plugin against Gradle 4.10
...
Closes gh-14417
2018-09-11 20:33:26 +01:00
Andy Wilkinson
6041bc5bb0
Correct the permissions of scripts in archives of boot distribution
...
Closes gh-14158
2018-09-11 20:32:18 +01:00
Andy Wilkinson
cd2323358e
Upgrade to Junit Jupiter 5.3.1
...
Closes gh-14416
2018-09-11 20:06:44 +01:00
Andy Wilkinson
634c7bcc42
Upgrade to Infinispan 9.3.3.Final
...
Closes gh-14415
2018-09-11 20:06:43 +01:00
Andy Wilkinson
6b8e23b265
Merge branch '2.0.x'
2018-09-11 20:05:47 +01:00
Andy Wilkinson
39d383006c
Upgrade to Spring Cloud Connectors 2.0.3.RELEASE
...
Closes gh-14414
2018-09-11 20:04:58 +01:00
Brian Clozel
2872579efe
Upgrade to Spring AMQP 2.1.0.M3
...
Closes gh-14409
2018-09-11 15:24:34 +02:00
Brian Clozel
f51a7e7d46
Upgrade to Tomcat 9.0.12
...
Closes gh-14408
2018-09-11 15:23:39 +02:00
Andy Wilkinson
79e3deec0e
Merge branch '2.0.x'
2018-09-11 12:41:27 +01:00
Andy Wilkinson
2e86a6f479
Merge branch '1.5.x' into 2.0.x
2018-09-11 12:31:09 +01:00
Andy Wilkinson
1332fcb0ad
Polish "Issue a warning from launch script when app will run as root"
...
Closes gh-10275
2018-09-11 12:12:43 +01:00
Oliver B. Fischer
94ebd33747
Issue a warning from launch script when app will run as root
...
See gh-10275
2018-09-11 12:12:05 +01:00
LEVI PAUL
74891a75bb
Include TaskExecutionAutoConfiguration in @WebMvcTest
...
Closes gh-14400
2018-09-11 11:29:17 +01:00
Brian Clozel
ff0ae3b5c0
Upgrade to Spring Session Bean-M3
...
Closes gh-14333
2018-09-11 11:41:24 +02:00
Brian Clozel
dcd568c4e3
Upgrade to Spring Security 5.1.0.RC2
...
Closes gh-14407
2018-09-11 11:40:19 +02:00
Andy Wilkinson
9b1e74b2f1
Upgrade to Spring Session Apple-SR5
...
Closes gh-14332
2018-09-11 10:13:25 +01:00
Andy Wilkinson
856f9cb0ea
Merge branch '1.5.x' into 2.0.x
2018-09-11 07:45:53 +01:00
Madhura Bhave
968a637e50
Refactor ReactiveOAuth2ClientAutoConfiguration for non webapps
...
Non web applications might want to leverage
`ReactiveClientRegistrationRepository` and
`ServerOAuth2AuthorizedClientRepository` to configure `WebClient`.
Closes gh-14350
2018-09-10 14:13:26 -07:00
Andy Wilkinson
d09436872c
Upgrade to Spring Integration 5.0.8.RELEASE
...
Closes gh-14330
2018-09-10 22:02:21 +01:00
Andy Wilkinson
144bc69afc
Upgrade to Spring Kafka 2.2.0.M3
...
Closes gh-14331
2018-09-10 20:22:17 +01:00
Andy Wilkinson
d7bfd07724
Upgrade to Spring Security 5.0.8.RELEASE
...
Closes gh-14403
2018-09-10 20:19:32 +01:00
Andy Wilkinson
0174417fb0
Upgrade to Spring Kafka 2.1.10.RELEASE
...
Closes gh-14402
2018-09-10 20:19:32 +01:00
Andy Wilkinson
8552d57757
Upgrade to Spring Amqp 2.0.6.RELEASE
...
Closes gh-14401
2018-09-10 20:19:31 +01:00
Sebastien Deleuze
48367e7741
Make standard JSON builder customiser classes package-private
...
Closes gh-14399
2018-09-10 16:36:21 +01:00
Andy Wilkinson
c33eda65c7
Upgrade to Spring Data Kay SR10
...
Closes gh-14328
2018-09-10 15:27:03 +01:00
Andy Wilkinson
61ca6f439c
Retain property aliases when flattening dependencies pom
...
Closes gh-12544
2018-09-10 09:20:24 +01:00
Andy Wilkinson
366c4d6044
Upgrade to Versions Maven Plugin 2.7
...
Closes gh-14393
2018-09-10 08:56:21 +01:00
Andy Wilkinson
379a8a4781
Upgrade to Xmlunit2 2.6.2
...
Closes gh-14392
2018-09-10 08:56:20 +01:00
Andy Wilkinson
c4103bf0c7
Upgrade to Mongo Driver Reactivestreams 1.9.1
...
Closes gh-14391
2018-09-10 08:56:20 +01:00
Andy Wilkinson
49ea341f26
Upgrade to Mongodb 3.8.1
...
Closes gh-14390
2018-09-10 08:56:19 +01:00
Andy Wilkinson
3307760bed
Upgrade to Mockito 2.22.0
...
Closes gh-14389
2018-09-10 08:56:19 +01:00
Andy Wilkinson
e27ba5875e
Upgrade to Mariadb 2.3.0
...
Closes gh-14388
2018-09-10 08:56:18 +01:00
Andy Wilkinson
f910a1e671
Upgrade to Junit Jupiter 5.3.0
...
Closes gh-14387
2018-09-10 08:56:17 +01:00
Andy Wilkinson
bd4a5f5c91
Upgrade to Infinispan 9.3.2.Final
...
Closes gh-14386
2018-09-10 08:56:17 +01:00
Andy Wilkinson
9be62edfa2
Upgrade to Hibernate 5.3.6.Final
...
Closes gh-14385
2018-09-10 08:56:16 +01:00
Andy Wilkinson
f897a50833
Upgrade to Elasticsearch 6.4.0
...
Closes gh-14384
2018-09-10 08:56:15 +01:00
Andy Wilkinson
fccb8f5619
Upgrade to Ehcache3 3.6.0
...
Closes gh-14383
2018-09-10 08:56:14 +01:00
Andy Wilkinson
22ef443d51
Upgrade to Assertj 3.11.1
...
Closes gh-14382
2018-09-10 08:56:13 +01:00
Andy Wilkinson
495025af97
Upgrade to Tomcat 9.0.11
...
Closes gh-14381
2018-09-10 08:56:12 +01:00
Andy Wilkinson
1ef8e05374
Upgrade to Commons Lang3 3.8
...
Closes gh-14380
2018-09-10 08:56:12 +01:00