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 9cc2b9cb ZeroArgumentNonVoidMethodPolicy: Improved behavior when a
record has Java Bean property read methods to expose the record components on
the traditional way too.
new be9849ac TemplateProcessingTracer: Pass the element to exitElement too.
new 3b0de722 Fixed: Configuration.setServletContextForTemplateLoading did
not support Jakarta
The 2 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:
.../src/main/java/freemarker/core/Environment.java | 2 +-
.../java/freemarker/core/ListElseContainer.java | 2 +-
.../freemarker/core/TemplateProcessingTracer.java | 2 +-
.../java/freemarker/template/Configuration.java | 87 ++++++++++++++++------
.../core/TemplateProcessingTracerTest.java | 2 +-
.../SetServletContextForTemplateLoadingTest.java | 46 ++++++------
6 files changed, 92 insertions(+), 49 deletions(-)
copy freemarker-core/src/test/java/freemarker/template/GetSourceTest.java =>
freemarker-javax-servlet/src/test/java/freemarker/template/SetServletContextForTemplateLoadingTest.java
(52%)