- 25 Apr, 2017 1 commit
-
-
Brian Clozel authored
This commit moves the existing Spring MVC Mustache support to its own `servlet` package and adds a new one under `reactive` for the WebFlux web applications. New `MustacheView` and `MustacheViewResolver` types resolve and render Mustache views for WebFlux applications. Since this templating engine is now supported by two flavors of Spring web apps, the `spring-boot-starter-mustache` does not depend anymore on the `spring-boot-starter-web` one: it's up to the developer to add the relevant starter `web` or `webflux` to their application. Fixes gh-8648
-
- 24 Apr, 2017 13 commits
-
-
Madhura Bhave authored
Closes gh-8964
-
Phillip Webb authored
Excluded the commons-logging dependency pulled in by Spring Security until they can provide a fix. See gh-8985
-
Phillip Webb authored
-
Stephane Nicoll authored
* pr/8881: Polish "Add database initializer for Spring Integration" Add database initializer for Spring Integration
-
Stephane Nicoll authored
Closes gh-8881
-
Vedran Pavic authored
See gh-8881
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/8843: Polish "Support of Neo4j auto-index configuration" Support of Neo4j auto-index configuration
-
Stephane Nicoll authored
Closes gh-8843
-
Aurélien Leboulanger authored
See gh-8843
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/8758: Add Log4jdbc Starter reference
-
Craig Andrews authored
Clsoes gh-8758
-
- 21 Apr, 2017 7 commits
-
-
Andy Wilkinson authored
Previously, the presence of a src/main/webapp/org directory would cause the execution of BootWar to fail due to an attempt to write a duplicate org/ entry to the zip output stream. This commit updates BootZipCopyAction so that FileTreeElements that match a directory entry created while writing the loader classes are skipped. Closes gh-8972
-
Andy Wilkinson authored
See gh-8968
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Andy Wilkinson authored
Closes gh-8287
-
Andy Wilkinson authored
-
Spring Buildmaster authored
-
- 20 Apr, 2017 19 commits
-
-
Phillip Webb authored
Rename WebFluxAnnotationAutoConfiguration to WebFluxAutoConfiguration to better align with Spring MVC.
-
Phillip Webb authored
-
Phillip Webb authored
Remove the public constant to make it clearer that skipping path extensions is really an internal Spring Boot concern. See gh-8765
-
Phillip Webb authored
Replace the MVC validator post processor with an `@Import` so that a "cannot enhance @Configuration bean definition" warning does not occur. Fixes gh-8951 See gh-8495
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-8961
-
Andy Wilkinson authored
Closes gh-8960
-
Andy Wilkinson authored
Closes gh-8959
-
Andy Wilkinson authored
Closes gh-8958
-
Andy Wilkinson authored
Closes gh-8957
-
Andy Wilkinson authored
Closes gh-8956
-
Andy Wilkinson authored
Closes gh-8955
-
Andy Wilkinson authored
Closes gh-8954
-
Andy Wilkinson authored
Closes gh-8953
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Andy Wilkinson authored
Windows seems unable to decide if the temp dir is in System32 or system32 which breaks the comparison. This commit attempts to appease the gods of case sensitity by reducing the portion of the path that we check so that system32 vs System32 doesn't come into it. See gh-8920
-
Spring Buildmaster authored
-