Andy Wilkinson
e23f72c8b0
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
9fbd38ab3c
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
4b6bddd476
Merge branch '1.4.x' into 1.5.x
6 years ago
Stephane Nicoll
82c434d581
Upgrade to Solr 7.7.1
...
Closes gh-16273
6 years ago
Andy Wilkinson
6920c39349
Merge branch '1.3.x' into 1.4.x
6 years ago
Andy Wilkinson
0e009ef047
Use HTTPS to link to the Apache license
6 years ago
Stephane Nicoll
34f1674f83
Merge pull request #16269 from izeye
...
* pr/16269:
Use the latest DTD declaration for Checkstyle
6 years ago
Johnny Lim
62cd4a1344
Use the latest DTD declaration for Checkstyle
...
Closes gh-16269
6 years ago
Madhura Bhave
0c52c3fc55
Clarify ambiguous documentation in default security section
...
Closes gh-16033
6 years ago
Madhura Bhave
4a230fdec9
Document AssertJ's satisfies with extractingJsonPathNumberValue
...
Closes gh-16229
6 years ago
Andy Wilkinson
c8ec621125
Merge pull request #16247 from Spring Operator
...
* gh-16247:
Update build and setup configuration to use HTTPS
Closes gh-16247
6 years ago
Spring Operator
b32c0080c3
Update build and setup configuration to use HTTPS
...
See gh-16247
6 years ago
Andy Wilkinson
a36aa67b52
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
b1391a795e
Merge pull request #16246 from Spring Operator
...
* gh-16246:
Polish "Update build and setup configuration to use HTTPS"
Update build and setup configuration to use HTTPS
Closes gh-16246
6 years ago
Andy Wilkinson
2c2fa9e821
Polish "Update build and setup configuration to use HTTPS"
...
See gh-16246
6 years ago
Spring Operator
3e2b6ac8ed
Update build and setup configuration to use HTTPS
...
See gh-16246
6 years ago
Andy Wilkinson
63284e0456
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
d8f8ae86c8
Merge pull request #16245 from Spring Operator
...
* gh-16245:
Polish "Update build and setup configuration to use HTTPS"
Update build and setup configuration to use HTTPS
Closes gh-16245
6 years ago
Andy Wilkinson
c2002e7160
Polish "Update build and setup configuration to use HTTPS"
...
See gh-16245
6 years ago
Spring Operator
991ba550d3
Update build and setup configuration to use HTTPS
...
See gh-16245
6 years ago
Andy Wilkinson
6f87975f84
Merge branch '1.4.x' into 1.5.x
6 years ago
Andy Wilkinson
6636a23930
Merge pull request #16244 from Spring Operator
...
* gh-16244:
Polish "Update build and setup configuration to use HTTPS"
Update build and setup configuration to use HTTPS
Closes gh-16244
6 years ago
Andy Wilkinson
04434676c3
Polish "Update build and setup configuration to use HTTPS"
...
See gh-16244
6 years ago
Spring Operator
e2837843e1
Update build and setup configuration to use HTTPS
...
See gh-16244
6 years ago
Andy Wilkinson
a662563c28
Merge branch '1.3.x' into 1.4.x
6 years ago
Andy Wilkinson
526d91dbce
Merge pull request #16243 from Spring Operator
...
* gh-16243:
Polish "Update build and setup configuration to use HTTPS"
Update build and setup configuration to use HTTPS
Closes gh-16243
6 years ago
Andy Wilkinson
122b2a1b0b
Polish "Update build and setup configuration to use HTTPS"
...
See gh-16243
6 years ago
Spring Operator
7c314122f7
Update build and setup configuration to use HTTPS
...
See gh-16243
6 years ago
Andy Wilkinson
716b4e8acf
Test the Gradle plugin against Gradle 5.3-rc-3
...
Closes gh-16211
6 years ago
Madhura Bhave
85a476fa32
Merge pull request #15982 from nosan
...
* pr/15982:
Polish "Fix request factory used with withBasicAuth"
Fix request factory used with TestRestTemplate withBasicAuth
6 years ago
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