You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each should be deprecated and a replacement with a spring.mustache.servlet.prefix introduced. This will mean that MustacheProperties can no longer extend AbstractTemplateViewResolverProperties. Once these changes are in place, we can tackle #28858 by introducing a reactive-specific property that configures the media types supported by a org.springframework.boot.web.reactive.result.view.MustacheViewResolver.
The text was updated successfully, but these errors were encountered:
Split out from #28858.
The following properties are Servlet-specific but that's not apparent from their prefix:
spring.mustache.allow-request-override
spring.mustache.allow-session-override
spring.mustache.cache
spring.mustache.content-type
spring.mustache.expose-request-attributes
spring.mustache.expose-session-attributes
spring.mustache.expose-spring-macro-helpers
Each should be deprecated and a replacement with a
spring.mustache.servlet.
prefix introduced. This will mean thatMustacheProperties
can no longer extendAbstractTemplateViewResolverProperties
. Once these changes are in place, we can tackle #28858 by introducing a reactive-specific property that configures the media types supported by aorg.springframework.boot.web.reactive.result.view.MustacheViewResolver
.The text was updated successfully, but these errors were encountered: