-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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
Document unsupported configuration properties in Freemarker WebFlux #11199
Comments
@bclozel It seems When I started a WebFlux application(based on Spring Boot 2.0.0.M7), I have to exclude See: https://github.com/hantsy/spring-reactive-sample/blob/master/boot-freemarker/pom.xml#L39-L44 I have updated my sample, the auto configuration for webflux works well now. |
@hantsy Please open a separate issue for that. It seems like a sensible change to me (it would align with what was done for Thymeleaf) but is not related to configuration properties. |
Looking at those properties, most of them are available only to a "template" view resolver
We could override the metadata with "Not supported on WebFlux" or something like that. As for caching |
As explained in #10094 (comment), some of the keys in the
spring.freemarker.*
namespace aren't supported in WebFlux.We should properly document limitations and enhance the existing support if possible.
The text was updated successfully, but these errors were encountered: