Stephane Nicoll
09ad80b3d9
Merge branch '2.1.x'
2019-03-16 08:27:45 +01:00
Stephane Nicoll
24d478d037
Merge pull request #16099 from mhewedy
...
* pr/16099:
Polish "Order the search locations in javadoc by precedence order"
Order the search locations in javadoc by precedence order
2019-03-16 08:26:55 +01:00
Stephane Nicoll
372802a203
Polish "Order the search locations in javadoc by precedence order"
...
Closes gh-16099
2019-03-16 08:23:57 +01:00
Muhammad Hewedy
4bac6c6688
Order the search locations in javadoc by precedence order
...
See gh-16099
2019-03-16 08:23:01 +01:00
Stephane Nicoll
caf7110c22
Merge pull request #16104 from ayudovin
...
* pr/16104:
Polish "Add default no-op method to SpringApplicationRunListener"
Add default no-op method to SpringApplicationRunListener
2019-03-16 08:06:10 +01:00
Stephane Nicoll
d625025051
Polish "Add default no-op method to SpringApplicationRunListener"
...
Closes gh-16104
2019-03-16 08:05:52 +01:00
ayudovin
997f07d13f
Add default no-op method to SpringApplicationRunListener
...
See gh-16104
2019-03-16 08:05:32 +01:00
Madhura Bhave
3d0219c315
Merge branch '2.1.x'
2019-03-15 18:09:47 -07:00
Madhura Bhave
28175c8635
Merge pull request #16219 from izeye
...
* pr/16219:
Polish
2019-03-15 17:55:32 -07:00
Johnny Lim
c5b5f752ed
Polish
...
Closes gh-16219
2019-03-15 17:54:48 -07:00
Madhura Bhave
1893eeef4f
Merge branch '2.1.x'
2019-03-15 17:27:10 -07:00
Madhura Bhave
b7b2798f13
Merge pull request #16108 from nosan
...
* pr/16108:
Test server port shouldn't affect management port when random
2019-03-15 17:24:37 -07:00
Dmytro Nosan
2f3e5d65be
Test server port shouldn't affect management port when random
...
Closes gh-16108
2019-03-15 17:21:29 -07:00
Stephane Nicoll
adaa49c0df
Polish
...
See gh-8762
2019-03-15 12:16:05 +01:00
Stephane Nicoll
5781f4fef0
Merge pull request #16235 from sdeleuze
...
* pr/16235:
Polish "Update Kotlin documentation"
Update Kotlin documentation
2019-03-15 12:10:27 +01:00
Stephane Nicoll
19cc584530
Polish "Update Kotlin documentation"
...
Closes gh-16235
2019-03-15 12:09:35 +01:00
Sebastien Deleuze
e8ed128850
Update Kotlin documentation
...
This commit updates Kotlin reference documentation according to
latest features like immutable `@ConfigurationProperties` and
Kotlin BOM support.
See gh-16235
2019-03-15 12:01:16 +01:00
Stephane Nicoll
c115ee1550
Fix build failure
2019-03-14 19:34:19 +01:00
Stephane Nicoll
0e0ea7f00a
Fix checkstyle violation
2019-03-14 13:22:43 +01:00
Stephane Nicoll
d2164a1ca3
Document constructor binding
...
Closes gh-8762
2019-03-14 12:19:48 +01:00
Stephane Nicoll
de21d71e20
Remove support of @Autowired for configuration properties bean
...
See gh-8762
2019-03-14 11:16:22 +01:00
Stephane Nicoll
fcdc414646
Remove use of @Autowired for configuration properties bean
...
See gh-8762
2019-03-14 11:03:10 +01:00
Stephane Nicoll
c4b8328a2b
Merge pull request #16225 from dreis2211
...
* pr/16225:
Use isEmpty() where possible
2019-03-14 09:11:22 +01:00
dreis2211
b39b990a72
Use isEmpty() where possible
...
Closes gh-16225
2019-03-14 09:10:48 +01:00
Madhura Bhave
223f2be7d2
Inject InfoContributors instead of exposing them on InfoEndpoint
...
Closes gh-13586
2019-03-13 13:16:47 -07:00
Madhura Bhave
2cdc93cf19
Make TestRestTemplate withBasicAuth fault tolerant
...
It's part of TestRestTemplate's contract that it's fault tolerant. This
commit aligns the behavior of `withBasicAuth` with that expectation.
Closes gh-15780
2019-03-13 11:49:42 -07:00
Andy Wilkinson
0872eb0dd9
Remove use of ReflectionUtils.doWithMethods from ConfigurationBeanFactoryMetadata
...
Closes gh-16220
2019-03-13 18:34:45 +00:00
Stephane Nicoll
210c51e31c
Merge pull request #16115 from JWThewes
...
* pr/16115:
Polish "Check for multiple processors in OnClassCondition"
Check for multiple processors in OnClassCondition
2019-03-13 18:22:20 +01:00
Stephane Nicoll
4d73211c3a
Polish "Check for multiple processors in OnClassCondition"
...
Closes gh-16115
2019-03-13 18:13:33 +01:00
Jan Thewes
a96a79ea45
Check for multiple processors in OnClassCondition
...
See gh-16115
2019-03-13 18:13:11 +01:00
Stephane Nicoll
9da20b7e52
Merge branch '2.1.x'
2019-03-13 17:51:38 +01:00
Stephane Nicoll
07d95ce086
Merge pull request #16224 from xak2000
...
* pr/16224:
Fix typo in logging.group property description
2019-03-13 17:51:23 +01:00
Ruslan Stelmachenko
fcde648c50
Fix typo in logging.group property description
...
Closes gh-16224
2019-03-13 17:47:51 +01:00
Andy Wilkinson
ae3ea186e2
Align test with change to exception in latest Framework snapshots
2019-03-13 14:22:40 +00:00
Brian Clozel
5a66dc8c6e
Merge branch '2.1.x'
2019-03-13 12:53:23 +01:00
Brian Clozel
9906ef2400
Merge branch '2.0.x' into 2.1.x
2019-03-13 12:52:47 +01:00
Brian Clozel
8866a25ef7
Polish Undertow tests
2019-03-13 11:55:53 +01:00
Brian Clozel
6138041578
Polish
...
Fixes gh-16014
2019-03-13 11:55:41 +01:00
Johnny Lim
a6ccdbe19f
Handle missing exceptions in WebMvcMetricsFilter
...
Prior to this commit, exceptions nested in
`NestedServletExceptions` would not be recorded by the
`WebMvcMetricsFilter`. This commit ensures that exceptions
happening downstream (e.g. happening while writing the response
body itself) are properly recorded.
See https://github.com/micrometer-metrics/micrometer/issues/1190
See gh-16014
2019-03-13 11:07:32 +01:00
Stephane Nicoll
2b4845b335
Add dependency needed by javadoc generation on JDK 11
2019-03-13 09:49:18 +01:00
Stephane Nicoll
81def1f21d
Polish
2019-03-13 08:25:39 +01:00
Madhura Bhave
e8cb75bba8
Enable git remote linking automatically on CF
...
Closes gh-13586
2019-03-12 17:30:00 -07:00
Stephane Nicoll
55e5bafcfc
Merge pull request #16165 from mrifni
...
* pr/16165:
Polish "Trim trailing whitespace from spring.server.servlet.context-path"
Trim trailing whitespace from spring.server.servlet.context-path
2019-03-12 17:57:02 +01:00
Stephane Nicoll
b2290107db
Polish "Trim trailing whitespace from spring.server.servlet.context-path"
...
Closes gh-16165
2019-03-12 17:46:17 +01:00
Mohamed Rifni
bde2f850b2
Trim trailing whitespace from spring.server.servlet.context-path
...
See gh-16165
2019-03-12 17:45:56 +01:00
Stephane Nicoll
347daf69fb
Merge branch '2.1.x'
2019-03-12 17:22:39 +01:00
Stephane Nicoll
b7ca103125
Merge pull request #16213 from orangeroad0922
...
* pr/16213:
Polish "Fix typo in spring-boot-features.adoc"
Fix typo in spring-boot-features.adoc
2019-03-12 17:21:37 +01:00
Stephane Nicoll
765801983b
Polish "Fix typo in spring-boot-features.adoc"
...
Closes gh-16213
2019-03-12 17:21:18 +01:00
Orangeroad0922
47169436ed
Fix typo in spring-boot-features.adoc
...
See gh-16213
2019-03-12 17:20:43 +01:00
Andy Wilkinson
39971bbbd3
Add dependency needed by javadoc generation on JDK 11
2019-03-12 14:19:24 +00:00