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
Similar to #31278, it would be great to add resource hints for templates (if possible taking in account the configured value). Current regexp generated by Spring Native is "pattern": "^templates/.*".
The text was updated successfully, but these errors were encountered:
This feels like something that the existing TemplateAvailabilityProvider implementations could help with. They're already loaded via spring.factories so using them at build time shouldn't cause any problems. Also, they already make use of the prefix and suffix application properties so they know where to look for templates.
We've had a look to TemplateAvailabilityProvider and changing that is quite involved. For consistency with other issues that "just" register the defaut location, we're going to do the same here.
Similar to #31278, it would be great to add resource hints for templates (if possible taking in account the configured value). Current regexp generated by Spring Native is
"pattern": "^templates/.*"
.The text was updated successfully, but these errors were encountered: