-
Notifications
You must be signed in to change notification settings - Fork 38.5k
Add FreeMarker macro support in spring-webflux #23002
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've requested two minor changes.
Please introduce tests for this functionality as well.
Thanks in advance!
.../main/java/org/springframework/web/reactive/result/view/freemarker/FreeMarkerConfigurer.java
Outdated
Show resolved
Hide resolved
...ebflux/src/main/resources/org/springframework/web/reactive/result/view/freemarker/spring.ftl
Show resolved
Hide resolved
Done 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making the recent changes and adding the tests!
Unfortunately, we have recently switched to AssertJ for all assertions. So the test classes will fail the build due to Checkstyle violations.
Please update the tests to use AssertJ instead of Hamcrest and JUnit 4.
You can use the latest versions (in master
) of the test classes you copied as a basis.
Thanks in advance.
@sbrannen Thanks. |
See #22950 for details.