Commit Graph

20668 Commits (81def1f21d6d183bfdb38250380eeae087fef362)
 

Author SHA1 Message Date
Stephane Nicoll 81def1f21d Polish 6 years ago
Madhura Bhave e8cb75bba8 Enable git remote linking automatically on CF
Closes gh-13586
6 years ago
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
6 years ago
Stephane Nicoll b2290107db Polish "Trim trailing whitespace from spring.server.servlet.context-path"
Closes gh-16165
6 years ago
Mohamed Rifni bde2f850b2 Trim trailing whitespace from spring.server.servlet.context-path
See gh-16165
6 years ago
Stephane Nicoll 347daf69fb Merge branch '2.1.x' 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
Andy Wilkinson 39971bbbd3 Add dependency needed by javadoc generation on JDK 11 6 years ago
Andy Wilkinson 68bfb020aa Reduce need for bean method proxying and disable where not needed
Closes gh-9068
6 years ago
Stephane Nicoll 0f71f22f3c Polish 6 years ago
Stephane Nicoll 628e44187f Merge branch '2.1.x' 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 a44a55e948 Merge branch '2.1.x' 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
Andy Wilkinson 28cf63354a Merge pull request #16106 from Spring Operator
* gh-16106:
  Drop AnyEdit from Eclipse setup as it is not available over HTTPS
  Update build and setup configuration to use HTTPS

Closes gh-16106
6 years ago
Andy Wilkinson 19275fd9d6 Drop AnyEdit from Eclipse setup as it is not available over HTTPS
See gh-16106
6 years ago
Stephane Nicoll 50d0b4df46 Polish 6 years ago
Spring Operator c9c554b834 Update build and setup configuration to use HTTPS
See gh-16106
6 years ago
Stephane Nicoll 3831aeeb39 Merge branch '2.1.x' 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 8ff0a9c5a9 Merge branch '2.1.x' 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 3e9416c2c3 Merge branch '2.1.x' 6 years ago
Andy Wilkinson 8a0dc61c59 Polish prohibited version of Couchbase's client 6 years ago
Andy Wilkinson 72ee0ac20c Prohibit upgrade to Maven Invoker 3.2.0
Closes gh-16205
6 years ago
Andy Wilkinson 4b98fa7d94 Alias proxyBeanMethods on annotations meta-annotated with @Configuration
Closes gh-16201
6 years ago
Stephane Nicoll dfead88599 Merge branch '2.1.x' 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 50425bd441 Rollback to Maven Invoker 3.1.0
Closes gh-16205
6 years ago
Phillip Webb 64a2e8d67f Update copyright year for changed files 6 years ago
Phillip Webb dd3e8154d9 Merge branch '2.1.x' 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 ccfe20d3d3 Merge branch '2.1.x' 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
Madhura Bhave d92c2f7023 DefaultProperties profiles shouldn't take precedence over config files
Fixes gh-15445
6 years ago
Andy Wilkinson 404f5d33f3 Align Gradle plugin's tests with Kotlin 1.3's restructuring
See gh-16195
6 years ago
Stephane Nicoll fed145e195 Replace manual dependency management by Kotlin's bom
Closes gh-9486
6 years ago