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 3b0de722 Fixed: Configuration.setServletContextForTemplateLoading did
not support Jakarta
new 5afeb9a1 Improved JavaDoc related to ZeroArgumentNonVoidMethodPolicy
(mostly).
new bf5e0b0a Renamed some ZeroArgumentNonVoidMethodPolicy-es to reflect
the meaning more precisely (on the expense of having really long enum names): -
BOTH_PROPERTY_AND_METHOD to
BOTH_METHOD_AND_PROPERTY_UNLESS_BEAN_PROPERTY_READ_METHOD - PROPERTY_ONLY to
PROPERTY_ONLY_UNLESS_BEAN_PROPERTY_READ_METHOD This way it's now also true that
the ZeroArgumentNonVoidMethodPolicy just specifies "How to show 0 argument
non-void public methods to templates", as not all the exceptions related to
[...]
new 68e95a39 Updated README.md, mostly to describe Gradle build better.
The 3 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:
README.md | 121 ++++++++++-----------
.../java/freemarker/core/DotBeforeMethodCall.java | 4 +-
.../java/freemarker/ext/beans/BeansWrapper.java | 34 +++---
.../ext/beans/BeansWrapperConfiguration.java | 9 ++
.../freemarker/ext/beans/ClassIntrospector.java | 4 +-
.../ext/beans/ClassIntrospectorBuilder.java | 24 +++-
.../freemarker/ext/beans/MemberAccessPolicy.java | 7 +-
.../ext/beans/MethodAppearanceFineTuner.java | 61 +++++------
.../ext/beans/ZeroArgumentNonVoidMethodPolicy.java | 36 ++++--
.../template/MethodCallAwareTemplateHashModel.java | 47 +++++---
.../beans/TestZeroArgumentNonVoidMethodPolicy.java | 18 ++-
freemarker-manual/src/main/docgen/en_US/book.xml | 10 +-
12 files changed, 220 insertions(+), 155 deletions(-)