Madhura Bhave
7ea8770524
Polish "Fix request factory used with withBasicAuth"
...
Fixes gh-15982
6 years ago
Dmytro Nosan
756bd890eb
Fix request factory used with TestRestTemplate withBasicAuth
...
This commit updates the behavior of withBasicAuth on TestRestTemplate
by trying to use the same request factory type as the underlying restTemplate.
If creation of a new instance of the configured request factory class fails,
it falls back to the `ClientHttpRequestFactorySupplier`.
See gh-15982
6 years ago
Madhura Bhave
988ba3ff78
Fix author tag
6 years ago
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
6 years ago
Stephane Nicoll
372802a203
Polish "Order the search locations in javadoc by precedence order"
...
Closes gh-16099
6 years ago
Muhammad Hewedy
4bac6c6688
Order the search locations in javadoc by precedence order
...
See gh-16099
6 years ago
Madhura Bhave
28175c8635
Merge pull request #16219 from izeye
...
* pr/16219:
Polish
6 years ago
Johnny Lim
c5b5f752ed
Polish
...
Closes gh-16219
6 years ago
Madhura Bhave
b7b2798f13
Merge pull request #16108 from nosan
...
* pr/16108:
Test server port shouldn't affect management port when random
6 years ago
Dmytro Nosan
2f3e5d65be
Test server port shouldn't affect management port when random
...
Closes gh-16108
6 years ago
Stephane Nicoll
07d95ce086
Merge pull request #16224 from xak2000
...
* pr/16224:
Fix typo in logging.group property description
6 years ago
Ruslan Stelmachenko
fcde648c50
Fix typo in logging.group property description
...
Closes gh-16224
6 years ago
Brian Clozel
9906ef2400
Merge branch '2.0.x' into 2.1.x
6 years ago
Brian Clozel
8866a25ef7
Polish Undertow tests
6 years ago
Brian Clozel
6138041578
Polish
...
Fixes gh-16014
6 years ago
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
6 years ago
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
6 years ago
Stephane Nicoll
765801983b
Polish "Fix typo in spring-boot-features.adoc"
...
Closes gh-16213
6 years ago
Orangeroad0922
47169436ed
Fix typo in spring-boot-features.adoc
...
See gh-16213
6 years ago
Stephane Nicoll
d77f69cfa9
Merge pull request #16166 from viktoriya-kutsarova
...
* pr/16166:
Polish "Update ambiguous documentation about ConfigurationProperties"
Update ambiguous documentation about ConfigurationProperties
6 years ago
Stephane Nicoll
f07de1bbe2
Polish "Update ambiguous documentation about ConfigurationProperties"
...
Closes gh-16166
6 years ago
Viktoriya Kutsarova
6b6ac28430
Update ambiguous documentation about ConfigurationProperties
...
See gh-16166
6 years ago
Stephane Nicoll
015de55f58
Merge pull request #16170 from ayudovin
...
* pr/16170:
Polish contribution
Add support for Mustache, FreeMarker and Thymeleaf in WebFluxTest
6 years ago
Stephane Nicoll
161c0b9fad
Polish contribution
...
Closes gh-16170
6 years ago
ayudovin
51013421f2
Add support for Mustache, FreeMarker and Thymeleaf in WebFluxTest
...
See gh-16170
6 years ago
Stephane Nicoll
078bd890a6
Merge branch '2.0.x' into 2.1.x
6 years ago
Stephane Nicoll
50d0b4df46
Polish
6 years ago
Stephane Nicoll
7b78367eb9
Merge pull request #16178 from izeye
...
* pr/16178:
Add dependency management for micrometer-registry-stackdriver
6 years ago
Johnny Lim
00bda4dc2a
Add dependency management for micrometer-registry-stackdriver
...
Closes gh-16178
6 years ago
Stephane Nicoll
7f582cc707
Merge pull request #16193 from izeye
...
* pr/16193:
Polish
6 years ago
Johnny Lim
bcfbabe6cd
Polish
...
Closes gh-16193
6 years ago
Andy Wilkinson
8a0dc61c59
Polish prohibited version of Couchbase's client
6 years ago
Stephane Nicoll
1e2177d45d
Merge pull request #16203 from izeye
...
* pr/16203:
Add more indentation settings to .editorconfig
6 years ago
Johnny Lim
bcec2bbb58
Add more indentation settings to .editorconfig
...
Closes gh-16203
6 years ago
Phillip Webb
fc3aa43cc2
Update copyright year for changed files
6 years ago
Phillip Webb
f02887b6c6
Merge branch '2.0.x' into 2.1.x
6 years ago
Phillip Webb
9c3af103e0
Fix ScheduledTasksEndpointAutoConfigurationTests
...
Update the `CustomEndpointConfiguration` class in
`ScheduledTasksEndpointAutoConfigurationTests` to be package private
so that it can be enhanced by cglib.
Prior to merge commit 361437f4
the class was a lite configuration so
it didn't matter that it was a private class.
6 years ago
Phillip Webb
45ae97a4e9
Merge branch '2.0.x' into 2.1.x
6 years ago
Phillip Webb
03beed603c
Fix ScheduledTasksEndpointTests BaseConfiguration
...
Update the `BaseConfiguration` class in `ScheduledTasksEndpointTests`
to be package private so that it can be enhanced by cglib.
Prior to merge commit 361437f4
the class was a lite configuration so
it didn't matter that it was a private class.
6 years ago
Andy Wilkinson
f0ef693376
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
c2eeeb032c
Work around javac bug
6 years ago
Andy Wilkinson
8c3cec8f13
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
361437f4e2
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
821ee0cf83
Ensure that @Bean methods are only declared on @Configuration classes
...
Closes gh-16190
6 years ago
Andy Wilkinson
f574213cc8
Mark log file endpoint as producing text/plain
...
Closes gh-16188
6 years ago
Andy Wilkinson
7153525ee2
Annotation @JsonTest with @ExtendWith(SpringExtension.class)
...
Closes gh-16183
6 years ago
Andy Wilkinson
eeaf057f47
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
fd8a2691a5
Upgrade Maven Wrapper and drop back to Maven 3.5.4
...
See gh-16167
6 years ago
Andy Wilkinson
9d06d22b99
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
affdbeef41
Polish
6 years ago