-
Notifications
You must be signed in to change notification settings - Fork 41.1k
Migrate JMustache reactive view support in Boot master #8648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
+1 |
Open questions to be discussed:
|
@sdeleuze Seem sensible, any reason we wouldn't want it? |
Well, I am strongly in favor of integrating a way to add custom But I would like to see if I will check that with @poutsma and send you a feedback. |
Ok so after some experiments and work with @poutsma I confirm that we don't need this As a consequence, I have removed it from https://github.com/mixitconf/mixit/tree/master/src/main/java/org/springframework/web/reactive/result/view/mustache and you don't need it in Spring Boot as well. I still think providing by default an |
This commit adds new reference documentation sections about WebFlux support in Spring Boot: * Support for multiple HTTP servers (gh-8403) * `CodecCustomizer` and JSON codecs (gh-8897, gh-9166) * `WebClient.Builder` auto-configuration (gh-9522) * Tests with `@WebFluxTest` (gh-8401) * `WebTestClient` auto-configuration (gh-8399) * Support for Thymeleafi and Mustache templating (gh-8124, gh-8648) * Choose another HTTP server with WebFlux (closes gh-9690)
The Mixit application is currently using a reactive view infrastructure implementation for JMustache, see those 3 classes (how tiny!).
Given we've got the same support included in Boot for MVC and the many requests @sdeleuze is getting for that to be eternalized in some project, I'd be in favor of migrating those in Boot proper.
The text was updated successfully, but these errors were encountered: