Commit Graph

21179 Commits (b35424478b4eeebac5dafa85c1c89dbcf367ecdb)
 

Author SHA1 Message Date
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
Stephane Nicoll ed2d08f5d9 Merge pull request #16263 from izeye
* pr/16263:
  Add missing "to" in GitHub SUPPORT file
6 years ago
Johnny Lim 19776c17cd Add missing "to" in GitHub SUPPORT file
Closes gh-16263
6 years ago
Andy Wilkinson daba01ab94 Merge branch '2.1.x' 6 years ago
Andy Wilkinson 716b4e8acf Test the Gradle plugin against Gradle 5.3-rc-3
Closes gh-16211
6 years ago
Madhura Bhave 0611eb49c8 Merge branch '2.1.x' 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 da03d53ac0 Merge branch '2.1.x' 6 years ago
Madhura Bhave 988ba3ff78 Fix author tag 6 years ago
Stephane Nicoll 474eed0593 Fix DTD usage of Checkstyle's import control 6 years ago
Stephane Nicoll 9b0ed0cbdf Merge pull request #16250 from mrifni
* pr/16250:
  Switch FaviconRequestHandler visibility to package private
6 years ago
Mohamed Rifni e3269a7e9b Switch FaviconRequestHandler visibility to package private
Closes gh-16250
6 years ago
Stephane Nicoll 09ad80b3d9 Merge branch '2.1.x' 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
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
6 years ago
Stephane Nicoll d625025051 Polish "Add default no-op method to SpringApplicationRunListener"
Closes gh-16104
6 years ago
ayudovin 997f07d13f Add default no-op method to SpringApplicationRunListener
See gh-16104
6 years ago
Madhura Bhave 3d0219c315 Merge branch '2.1.x' 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 1893eeef4f Merge branch '2.1.x' 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 adaa49c0df Polish
See gh-8762
6 years ago
Stephane Nicoll 5781f4fef0 Merge pull request #16235 from sdeleuze
* pr/16235:
  Polish "Update Kotlin documentation"
  Update Kotlin documentation
6 years ago
Stephane Nicoll 19cc584530 Polish "Update Kotlin documentation"
Closes gh-16235
6 years ago
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
6 years ago
Stephane Nicoll c115ee1550 Fix build failure 6 years ago
Stephane Nicoll 0e0ea7f00a Fix checkstyle violation 6 years ago
Stephane Nicoll d2164a1ca3 Document constructor binding
Closes gh-8762
6 years ago
Stephane Nicoll de21d71e20 Remove support of `@Autowired` for configuration properties bean
See gh-8762
6 years ago
Stephane Nicoll fcdc414646 Remove use of `@Autowired` for configuration properties bean
See gh-8762
6 years ago
Stephane Nicoll c4b8328a2b Merge pull request #16225 from dreis2211
* pr/16225:
  Use isEmpty() where possible
6 years ago
dreis2211 b39b990a72 Use isEmpty() where possible
Closes gh-16225
6 years ago
Madhura Bhave 223f2be7d2 Inject InfoContributors instead of exposing them on InfoEndpoint
Closes gh-13586
6 years ago
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
6 years ago
Andy Wilkinson 0872eb0dd9 Remove use of ReflectionUtils.doWithMethods from ConfigurationBeanFactoryMetadata
Closes gh-16220
6 years ago
Stephane Nicoll 210c51e31c Merge pull request #16115 from JWThewes
* pr/16115:
  Polish "Check for multiple processors in OnClassCondition"
  Check for multiple processors in OnClassCondition
6 years ago
Stephane Nicoll 4d73211c3a Polish "Check for multiple processors in OnClassCondition"
Closes gh-16115
6 years ago