This is an automated email from the ASF dual-hosted git repository.
ddekany pushed a change to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git.
from e34c270 [FREEMARKER-187] Build failed on some systems due to
character encoding issue
new 172bffc Updated version to 2.3.32-SNAPSHOT
new 054b290 [FREEMARKER-190]: Updated dom4j version used during
FreeMarker project compilation from 1.3 to 2.1.3. Users can still use
FreeMarker with dom4j 1.3 (mostly just luck, but it works). We were forced to
do this because old dom4j versions have security vulnerabilities, and although
FreeMarker is not affected by them (like we do not pull in dom4j as dependency
into the projects of our users), we were flagged as vulnerable at certain
places for merely supporting 1.3.
new ec74c48 Fixed mistake in legacy XML wrapper documentation
new b5d2d40 This is related to freemarker.ext.xml, which is the very old,
long deprecated XML wrapper (the commonly used one is freemarker.ext.dom),
which almost nobody uses, or maybe truly nobody. Still, now the
_registerNamespace key works, doing what the documentation always stated.
Before this fix it just behaved as if it was the name of an element you are
looking for.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
ivy.xml | 6 +-
.../java/freemarker/ext/xml/NodeListModel.java | 19 +++---
.../java/freemarker/template/Configuration.java | 3 +
.../java/freemarker/template/_TemplateAPI.java | 1 +
src/main/resources/freemarker/version.properties | 8 +--
src/manual/en_US/book.xml | 73 +++++++++++++++++-----
.../template/DefaultObjectWrapperTest.java | 1 +
7 files changed, 79 insertions(+), 32 deletions(-)