Commit Graph

24677 Commits (8a6feafe81fcde8e9b345e62617f3e863c1778c8)
 

Author SHA1 Message Date
Andy Wilkinson 7fda317f0d Merge branch '2.1.x' into 2.2.x
Closes gh-19657
5 years ago
Andy Wilkinson 617ebaf3c0 Isolate Gradle Plugin build from other Gradle configuration
Closes gh-19656
5 years ago
Stephane Nicoll b97b0c1d7b Merge branch '2.2.x'
Closes gh-19635
5 years ago
Stephane Nicoll 19f664f41a Merge pull request #19621 from dreis2211
* pr/19621:
  Update copyright in legal doc section

Closes gh-19621
5 years ago
dreis2211 9fe114ebad Update copyright in legal doc section
See gh-19621
5 years ago
Phillip Webb af4b531173 Revert "Try to fix problem with corrupted build numbers on Artifactory"
This reverts commit ab981b9cba since
it's hopefully now fixed upstream.
5 years ago
Brian Clozel e0171a5da8 Polish 5 years ago
Madhura Bhave 94ab996597 Merge branch '2.2.x' 5 years ago
Madhura Bhave 1fa83757ce Fix tests
See gh-19599
5 years ago
Brian Clozel 0f567c879d Auto-configure HTTP client builders as Lazy
Prior to this commit, HTTP client builders auto-configured by Spring
Boot would be eagerly instantiating resources, even if those were not
used by the application.

This commit makes the `RestTemplateBuilder` bean as Lazy.
`WebClient.Builder` was already a prototype bean, but some of its
dependencies could consume resources, like the `HttpClientConnector` and
the related infrastructure. This commit makes those pieces lazy.

Note that since those components are meant to help instantiate actual
HTTP clients for application components, making them lazy won't make any
difference at runtime since they'll be used during context refresh, or
they won't be used at all.

Closes gh-19549
5 years ago
Madhura Bhave d510a7bd80 Merge branch '2.2.x'
Closes gh-19622
5 years ago
Madhura Bhave 139995469a Short circuit validation in bind handler if previous exception present
Closes gh-19599
5 years ago
Andy Wilkinson 88f7f8cca0 Merge pull request #19620 from vpavic
* gh-19620:
  Reuse optional configuration name constant

Closes gh-19620
5 years ago
Vedran Pavic 8757f63360 Reuse optional configuration name constant
See gh-19620
5 years ago
Andy Wilkinson 77badf77f7 Merge pull request #19619 from vpavic
* gh-19619:
  Simplify Gradle's build settings

Closes gh-19619
5 years ago
Vedran Pavic 57b7dfc730 Simplify Gradle's build settings
See gh-19619
5 years ago
Andy Wilkinson e8c4a8590f Remove leftover Maven settings template 5 years ago
Andy Wilkinson eac9221aa9 Merge pull request #19618 from dreis2211
* gh-19618:
  Remove Maven wrapper leftovers

Closes gh-19618
5 years ago
dreis2211 f68ba673fe Remove Maven wrapper leftovers
See gh-19618
5 years ago
Andy Wilkinson b5ae8b0af5 Disable tests that use Docker when Docker is unavailable
Closes gh-19616
5 years ago
Andy Wilkinson b5ef6d40c0 Update README to reflect the build now using Gradle
Closes gh-19617
5 years ago
Andy Wilkinson 8a28e9bfa6 Tag the build scan with the JDK that was used
Closes gh-19615
5 years ago
Andy Wilkinson 4b57884535 Remove outdated buildSrc README 5 years ago
Andy Wilkinson ab981b9cba Try to fix problem with corrupted build numbers on Artifactory 5 years ago
Andy Wilkinson f6e9869156 Use version property to set Boot's version in dependencies bom
See gh-19608
See gh-19609
5 years ago
Andy Wilkinson 575e0c5f24 Publish BUILD-SNAPSHOT artifacts with Gradle
See gh-19608
See gh-19609
5 years ago
Andy Wilkinson ce99db1902 Port the build to Gradle
Closes gh-19609
Closes gh-19608
5 years ago
Madhura Bhave abe95fa8a7 Merge branch '2.2.x'
Closes gh-19600
5 years ago
Madhura Bhave 7f0573df49 Fallback on underlying server default when determining outcome tag
This commit also changed the default outcome to SUCCESS

Fixes gh-19367
5 years ago
Madhura Bhave ed4261a61c Merge branch '2.2.x'
Closes gh-19598
5 years ago
Madhura Bhave a017b8905a Adapt field name in ValidationBindHandler to a valid ConfigurationPropertyName
Fixes gh-19580
5 years ago
Andy Wilkinson c584334f5e Merge branch '2.2.x'
Closes gh-19592
5 years ago
Andy Wilkinson ccf4e1ad44 Merge branch '2.1.x' into 2.2.x
Closes gh-19591
5 years ago
Andy Wilkinson 117c2a0ed6 Merge pull request #19581 from dreis2211
* gh-19581:
  Fix links to external types in javadoc

Closes gh-19581
5 years ago
dreis2211 2b06f17c69 Fix links to external types in javadoc
See gh-19581
5 years ago
Stephane Nicoll 7d6f4a6666 Merge branch '2.2.x'
Closes gh-19590
5 years ago
Stephane Nicoll 99c64b7cdf Merge branch '2.1.x' into 2.2.x
Closes gh-19589
5 years ago
Stephane Nicoll ae52f2ad43 Merge pull request #19584 from matthiasstock
* pr/19584:
  Simplify validation pattern of EndpointId

Closes gh-19584
5 years ago
Matthias Stock adfbbcc0f6 Simplify validation pattern of EndpointId
See gh-19584
5 years ago
Madhura Bhave 6d0b4351f4 Merge branch '2.2.x'
Closes gh-19582
5 years ago
Madhura Bhave 437941cc51 Improve diagnostics when using `@ConstructorBinding` on a Kotlin class
Closes gh-19312
5 years ago
Andy Wilkinson ba6b0df4dd Merge pull request #19578 from dreis2211
* gh-19578:
  Add micrometer-registry-stackdriver dependency for javadoc generation

Closes gh-19578
5 years ago
dreis2211 34419eda38 Add micrometer-registry-stackdriver dependency for javadoc generation
See gh-19578
5 years ago
Stephane Nicoll 79da3b6e2c Remove support for Jetty 9.4.21 and earlier
Closes gh-18692
5 years ago
Andy Wilkinson 4efd8ba587 Merge branch '2.2.x'
Closes gh-19574
5 years ago
Andy Wilkinson 02965e9744 Fix javadoc warnings
Fixes gh-19572
5 years ago
Stephane Nicoll e5c1f3133a Harmonize cassandra tests 5 years ago
Stephane Nicoll 6ced89490c Polish 5 years ago
Stephane Nicoll bc066d279b Polish cassandra tests
See gh-18019
5 years ago
Stephane Nicoll 91151e0aac Merge pull request #19528 from grafjo
* pr/19528:
  Polish "Add Stackdriver metrics export support"
  Add Stackdriver metrics export support

Closes gh-19528
5 years ago