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
While looking at #28858, I noticed that spring.mustache.enabled isn't used anywhere. As a result, setting it to false has no effect. For consistency with the auto-configuration for the other templating engines, it should disable the MustacheViewResolver (Servlet or reactive) beans.
The text was updated successfully, but these errors were encountered:
While looking at #28858, I noticed that
spring.mustache.enabled
isn't used anywhere. As a result, setting it to false has no effect. For consistency with the auto-configuration for the other templating engines, it should disable theMustacheViewResolver
(Servlet or reactive) beans.The text was updated successfully, but these errors were encountered: