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
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
The current Mustache support for Spring MVC:
ViewResolver
vs doing this in theView
itself, which is the usual for other implementationsWe should remove that custom i18n in favor of a Mustache support aligned with the one implemented for Spring WebFlux (see #8648).
The text was updated successfully, but these errors were encountered: