- 05 Sep, 2019 8 commits
-
-
Spring Buildmaster authored
-
Stephane Nicoll authored
Closes gh-18144
-
Stephane Nicoll authored
Closes gh-18143
-
Stephane Nicoll authored
Closes gh-18142
-
Stephane Nicoll authored
Closes gh-18141
-
Stephane Nicoll authored
Closes gh-18133
-
Phillip Webb authored
-
Phillip Webb authored
Closes gh-17775
-
- 04 Sep, 2019 10 commits
-
-
Phillip Webb authored
Update our CI script to no longer attempt to stop docker. We don't call it anyway and it will be one less moving part trying to diagnose why `dockerd` sometimes terminates early. See gh-18127
-
Phillip Webb authored
See gh-16718
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-17856
-
Phillip Webb authored
* pr/16718: Polish "Document the pros and cons of MockMvc" Document the pros and cons of MockMvc Closes gh-16718
-
Phillip Webb authored
See gh-16718
-
Tetsuya Hasegawa authored
Update the MockMvc documentation to provide more details about the pros and cons of such an approach, specifically calling out the difference with error page handling. See gh-16718
-
Phillip Webb authored
* pr/16901: Extend documentation on logback include files Clarify documentation on logback include files Closes gh-16901
-
Phillip Webb authored
Expand the Logback "How To" to provide further clarifications on the different include files available. See gh-16901
-
michal authored
Update documentation and comments on Logback to show the correct use of `default.xml` rather than `base.xml`. See gh-16901
-
- 03 Sep, 2019 13 commits
-
-
Phillip Webb authored
Update the javadoc to note that `scanBasePackages` only affects the `@ComponentScan` annotation and isn't a replacement for `@EntityScan` or `@Enable...Repositories`. Closes gh-18109
-
Phillip Webb authored
Closes gh-18115
-
Phillip Webb authored
Closes gh-18113
-
Phillip Webb authored
Closes gh-18111
-
Phillip Webb authored
* pr/16477: Polish "Fallback to ping if Solr URL references core" Fallback to ping if Solr URL references core Closes gh-16477
-
Phillip Webb authored
See gh-16477
-
Markus Schuch authored
Update `SolrHealthIndicator` to fallback to a basic ping operation if the `baseUrl` references a particular core rather than the root context. Prior to this commit, if the Solr `baseUrl` pointed to a particular core then the health indicator would incorrectly report `DOWN`. See gh-16477
-
Andy Wilkinson authored
* gh-18100: Fix typo in deprecation reason for liquibase.check-change-log-location Closes gh-18100
-
Johnny Lim authored
See gh-18100
-
Andy Wilkinson authored
Previously, a custom FlywayMigrationInitializer bean named anything other than flywayInitializer could result in a NoSucBeanDefinitionException as the dependencies set up for JPA and JDBC components used the bean name flywayInitializer. This commit updates the configuration of the dependencies to depend on FlywayMigrationInitializer beans by type rather than name. Fixes gh-18105
-
Andy Wilkinson authored
Previously, a custom Flyway bean named anything other than flyway could result in a NoSucBeanDefinitionException as the dependencies set up for JPA and JDBC components used the bean name flyway. This commit updates the configuration of the dependencies to depend on Flyway beans by name rather than type. Fixes gh-18102
-
Stephane Nicoll authored
* pr/18092: Remove duplicated dependency in spring-boot-docs Closes gh-18092
-
dreis2211 authored
See gh-18092
-
- 02 Sep, 2019 6 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Fixes gh-17974
-
Andy Wilkinson authored
Fixes gh-17550
-
Andy Wilkinson authored
-
Phillip Webb authored
Reverts commit 2be3027d on 2.1.x
-
Phillip Webb authored
See gh-17539
-
- 01 Sep, 2019 3 commits
-
-
Phillip Webb authored
* pr/17539: Polish "Ensure Flyway/Liquibase runs before Quartz" Ensure Flyway/Liquibase runs before Quartz Closes gh-17539
-
Phillip Webb authored
See gh-17539
-
Dmytro Nosan authored
Add post processors to ensure that SchedulerFactoryBean and Scheduler beans depend on the Flyway and Liquibase beans. See gh-17539
-