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
Copy file name to clipboardExpand all lines: spring-context-support/src/main/java/org/springframework/ui/freemarker/FreeMarkerConfigurationFactory.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@
62
62
* <p>The simplest way to use this class is to specify a "templateLoaderPath";
63
63
* FreeMarker does not need any further configuration then.
64
64
*
65
-
* <p>Note: Spring's FreeMarker support requires FreeMarker 2.3.26 or higher.
65
+
* <p>Note: Spring's FreeMarker support requires FreeMarker 2.3.33 or higher.
Copy file name to clipboardExpand all lines: spring-context-support/src/main/java/org/springframework/ui/freemarker/FreeMarkerConfigurationFactoryBean.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@
45
45
* <p>See the {@link FreeMarkerConfigurationFactory} base class for configuration
46
46
* details.
47
47
*
48
-
* <p>Note: Spring's FreeMarker support requires FreeMarker 2.3.26 or higher.
48
+
* <p>Note: Spring's FreeMarker support requires FreeMarker 2.3.33 or higher.
Copy file name to clipboardExpand all lines: spring-webflux/src/main/java/org/springframework/web/reactive/result/view/freemarker/FreeMarkerConfig.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@
24
24
*
25
25
* <p>Detected and used by {@link FreeMarkerView}.
26
26
*
27
-
* <p>Note: Spring's FreeMarker support requires FreeMarker 2.3.26 or higher.
27
+
* <p>Note: Spring's FreeMarker support requires FreeMarker 2.3.33 or higher.
Copy file name to clipboardExpand all lines: spring-webflux/src/main/java/org/springframework/web/reactive/result/view/freemarker/FreeMarkerConfigurer.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@
56
56
* <@spring.bind "person.age"/>
57
57
* age is ${spring.status.value}</pre>
58
58
*
59
-
* <p>Note: Spring's FreeMarker support requires FreeMarker 2.3.26 or higher.
59
+
* <p>Note: Spring's FreeMarker support requires FreeMarker 2.3.33 or higher.
Copy file name to clipboardExpand all lines: spring-webflux/src/main/java/org/springframework/web/reactive/result/view/freemarker/FreeMarkerViewResolver.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@
26
26
* <p>The view class for all views generated by this resolver can be specified
27
27
* via the "viewClass" property. See {@link UrlBasedViewResolver} for details.
28
28
*
29
-
* <p>Note: Spring's FreeMarker support requires FreeMarker 2.3.26 or higher.
29
+
* <p>Note: Spring's FreeMarker support requires FreeMarker 2.3.33 or higher.
0 commit comments