- 27 Apr, 2017 18 commits
-
-
Vedran Pavic authored
Remove auto-configuration support for Spring Session Mongo since it is no longer supported in Spring Session 2.0. See gh-9011
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Stephane Nicoll authored
Closes gh-6013
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
`BasicErrorControllerIntegrationTest` is handling the context in each test and yet it starts a useless test via `@SpringBootTest`. This commit removes the useless runner and associated annotations.
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/8971: Polish "Do not expose `exception` error attribute by default" Do not expose `exception` error attribute by default
-
Stephane Nicoll authored
Closes gh-8971
-
Vedran Pavic authored
See gh-8971
-
Stephane Nicoll authored
* pr/9002: Make Audit events MVC endpoint `after` parameter required
-
Vedran Pavic authored
Closes gh-9002
-
Stephane Nicoll authored
* pr/8819: Add support for configuring Jetty's request log via the environment Add support for configuring Jetty's request log via the environment
-
Stephane Nicoll authored
Closes gh-8819
-
- 26 Apr, 2017 7 commits
-
-
olivier lamy authored
See gh-8819
-
Stephane Nicoll authored
Closes gh-8982
-
Stephane Nicoll authored
* pr/8568: Polish "Add reactive support for Spring Data Cassandra" Add reactive support for Spring Data Cassandra
-
Stephane Nicoll authored
Closes gh-8568
-
Eddú Meléndez authored
See gh-8568
-
Andy Wilkinson authored
Closes gh-8990
-
Brian Clozel authored
Now that reactor-netty has a strict set of transitive dependencies, this commit refactors the managed dependencies to only list the required ones. `netty-all` is still managed to avoid conflicts when pulled by other libraries. Fixes gh-8553
-
- 25 Apr, 2017 11 commits
-
-
Madhura Bhave authored
Closes gh-7612
-
Phillip Webb authored
Refine Mustache support to provide a cleaner separation between the reactive and servlet implementations. The views have now moved to the `spring-boot` project and the auto-configuration has been split into two distinct `@Imports` to save needing full package declarations. See gh-8941
-
Phillip Webb authored
-
Andy Wilkinson authored
Closes gh-8996
-
Andy Wilkinson authored
Closes gh-8995
-
Andy Wilkinson authored
Closes gh-8994
-
Andy Wilkinson authored
Closes gh-8993
-
Andy Wilkinson authored
Closes gh-8992
-
Andy Wilkinson authored
Closes gh-8991
-
Brian Clozel authored
This commit simplifies the Mustache support for Spring MVC and removes the included (view-based) i18n support in favor of more idiomatic constructs like Mustache lambdas. Fixes gh-8941
-
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 4 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
-