Restore Freemarker support now it supports Jakarta

Closes gh-30186
This commit is contained in:
Stéphane Nicoll
2024-07-18 16:00:16 +02:00
parent ade8128060
commit e4edd3246a
12 changed files with 276 additions and 90 deletions

View File

@@ -62,7 +62,7 @@ import org.springframework.util.CollectionUtils;
* <p>The simplest way to use this class is to specify a "templateLoaderPath";
* FreeMarker does not need any further configuration then.
*
* <p>Note: Spring's FreeMarker support requires FreeMarker 2.3.26 or higher.
* <p>Note: Spring's FreeMarker support requires FreeMarker 2.3.33 or higher.
*
* @author Darren Davison
* @author Juergen Hoeller

View File

@@ -45,7 +45,7 @@ import org.springframework.lang.Nullable;
* <p>See the {@link FreeMarkerConfigurationFactory} base class for configuration
* details.
*
* <p>Note: Spring's FreeMarker support requires FreeMarker 2.3.26 or higher.
* <p>Note: Spring's FreeMarker support requires FreeMarker 2.3.33 or higher.
*
* @author Darren Davison
* @since 03.03.2004