Andy Wilkinson
2dc8f49f8a
Polish
2018-11-27 20:54:41 +00:00
Andy Wilkinson
dad6d4beca
Merge branch '2.0.x'
2018-11-27 20:37:35 +00:00
Andy Wilkinson
2b22b23aad
Polish
2018-11-27 20:35:30 +00:00
Andy Wilkinson
e1ad5641d5
Polish "Trim whitespace when coercing to a LogLevel"
...
Closes gh-15143
2018-11-27 15:14:26 +00:00
Dileep Bapat
dfe94a0abb
Trim whitespace when coercing to a LogLevel
...
See gh-15143
2018-11-27 15:10:36 +00:00
Stephane Nicoll
ae1979f1ff
Merge branch '2.0.x'
2018-11-26 10:35:37 +01:00
Stephane Nicoll
e424dfbe15
Polish "Perform best effort to retrieve DataSourceProxy"
...
Closes gh-15206
2018-11-26 10:18:48 +01:00
Andy Wilkinson
ee2107c91b
Merge branch '2.0.x'
2018-11-23 20:15:42 +00:00
Andy Wilkinson
44632ea55c
Merge branch '1.5.x' into 2.0.x
2018-11-23 20:15:26 +00:00
Andy Wilkinson
548cc05bb6
Polish
2018-11-23 19:33:33 +00:00
Andy Wilkinson
35cce76ae8
Merge branch '2.0.x'
2018-11-23 16:59:27 +00:00
Andy Wilkinson
3331fa2d02
Merge branch '1.5.x' into 2.0.x
2018-11-23 16:59:18 +00:00
Brian Clozel
5bb7b24d7c
Fix class cast in ServletContextInitializerBeans
...
See gh-15166
2018-11-21 11:50:41 +01:00
Brian Clozel
d52b599eee
Improve Servlet and Filter registration logging
...
Prior to this commit, the information logged at DEBUG level for the web
infrastructure was not consistent with the experience in Spring
Framework.
This commit moves some logging information about
`ServletContextInitializer` registrations from DEBUG to TRACE level and
gathers the Servlets and Filters registration logs into one-liners at
the DEBUG level.
Closes gh-15166
2018-11-21 10:29:55 +01:00
Phillip Webb
bab111b37e
Fix ConfigurationPropertyName.equals for uppercase
...
Commit 7f35f8a9 for gh-14665 was unfortunately incomplete as it didn't
account for uppercase values. The run-off while loop should have used
`Character.toLowerCase` in the same way as the main while loop.
Fixes gh-15152
2018-11-15 13:48:20 -08:00
Phillip Webb
cccf5e6d2b
Merge branch '2.0.x'
2018-11-14 18:27:28 -08:00
Phillip Webb
3baf782822
Merge branch '1.5.x' into 2.0.x
2018-11-14 18:24:32 -08:00
Brian Clozel
8e86bcafc1
Improve actuator endpoint mapping debug logging
...
Closes gh-14292
2018-11-14 14:36:52 +01:00
Jonathan Bregler
e74348ee30
Fix HANA validation query
...
This commit updates the validation query for HANA. It should use the
fully qualified dummy table name (SYS.DUMMY) to avoid unexpected results
if there is a local table named DUMMY.
Closes gh-15124
2018-11-10 17:56:51 +01:00
dreis2211
6ac788df2f
Add missing @Deprecated annotation
...
Closes gh-15113
2018-11-07 07:53:39 +01:00
dreis2211
3e95af2c85
Polish some Map operations
...
Closes gh-15103
2018-11-06 07:41:55 +01:00
Stephane Nicoll
dc02616b78
Merge branch '2.0.x'
2018-11-01 17:15:31 +09:00
Nooheat
8380031039
Simplify ArrayList calling addAll() immediately
...
Closes gh-15033
2018-11-01 17:10:16 +09:00
Stephane Nicoll
8d6d1f4a57
Merge branch '2.0.x'
2018-11-01 10:15:26 +09:00
Misagh Moayyed
e820f04926
Polish EnableConfigurationPropertiesImportSelector javadoc
...
Closes gh-15049
2018-11-01 10:13:35 +09:00
Phillip Webb
33d385cf7a
Use US spelling for "favor"
2018-10-29 15:26:34 -07:00
Phillip Webb
f3fa20b2d1
Polish
2018-10-29 14:25:45 -07:00
dreis2211
3d2fbdf3bd
Polish mocks with default answer
...
Closes gh-14971
2018-10-26 16:39:48 -07:00
Phillip Webb
c393f6262e
Merge branch '2.0.x'
2018-10-26 16:36:02 -07:00
Phillip Webb
33c7a74bee
Update copyright year for changed files
2018-10-26 16:35:28 -07:00
Phillip Webb
5603d61909
Polish "Consider aliases when checking descendants"
...
See gh-14967
2018-10-26 16:24:23 -07:00
chang-chao
256ca681fd
Consider aliases when checking descendants
...
Update `AliasedConfigurationPropertySource` to consider aliases in
`containsDescendantOf`.
Prior to this commit, given a source containing `example.name` with
a defined alias of `other.name -> example.name` calling
`containsDescendantOf("other")` would incorrectly return
`ConfigurationPropertyState.ABSENT`.
Closes gh-14967
2018-10-26 16:08:56 -07:00
Phillip Webb
1a85e629d7
Stop using streams when working with sources
...
Replace `streamSources()` calls with `getSources()` in an attempt to
reduce the amount of garbage created.
Closes gh-13565
2018-10-26 11:30:28 -07:00
Phillip Webb
99e166516d
Restore conversion service binary compatibility
...
Change `ApplicationConversionService.getSharedInstance()` to again
return a `ConversionService` rather than `ApplicationConversionService`.
This restore binary compatibly with Spring Boot 2.0
Closes gh-14938
2018-10-24 15:22:42 -07:00
Madhura Bhave
34156b2137
Rename DatabaseDriver#SAP to DatabaseDriver#HANA
...
Closes gh-14918
2018-10-24 13:00:38 -07:00
Madhura Bhave
fd20618f4b
Merge branch '2.0.x'
2018-10-22 21:55:01 -07:00
dreis2211
3fea487c7b
Use Errors.hasErrors() in DefaultErrorAttributes
...
Closes gh-14912
2018-10-22 21:51:21 -07:00
Andy Wilkinson
22e722d9f9
Polish
2018-10-18 15:51:20 +01:00
Andy Wilkinson
9b8ead825c
Polish
2018-10-18 15:38:06 +01:00
Johnny Lim
c8c3f59e93
Polish
...
Closes gh-14884
2018-10-18 09:36:27 +02:00
Johnny Lim
7f9671fd14
Polish
...
Closes gh-14843
2018-10-16 11:38:51 +02:00
Stephane Nicoll
1e6851cf81
Polish "Remove usages of BasicAuthorizationInterceptor"
...
Closes gh-14830
2018-10-16 10:21:32 +02:00
dreis2211
8b14754cda
Remove usages of BasicAuthorizationInterceptor
...
See gh-14830
2018-10-16 10:21:32 +02:00
Rahul Narula
c078d0cb8a
Polish SpringBootJoranConfigurator
...
Closes gh-14845
2018-10-15 22:05:11 -07:00
Stephane Nicoll
1a0d53dec0
Replace ReflectionTestUtils usage by hasFieldOrPropertyWithValue
...
Closes gh-14696
2018-10-15 08:25:10 +02:00
Phillip Webb
88ac7f1d65
Polish
2018-10-14 12:43:00 -07:00
Andy Wilkinson
83692a22da
Polish "Use non-reflective APIs to retrieve config prop binding converters"
...
Closes gh-14657
2018-10-14 14:09:21 +01:00
Dave Syer
2094e54ef2
Use non-reflective APIs to retrieve config prop binding converters
...
See gh-14657
2018-10-14 14:09:16 +01:00
Andy Wilkinson
1ac48ee876
Merge branch '2.0.x'
2018-10-13 16:56:21 +01:00
Andy Wilkinson
b78c7aca3e
Allow ALPNServerConnectionFactory to negotiate use of HTTP/1.1
...
Closes gh-14444
2018-10-13 16:56:10 +01:00