This is an automated email from the ASF dual-hosted git repository.

ddekany pushed a change to branch 2.3
in repository https://gitbox.apache.org/repos/asf/freemarker.git


    from 7a250051 Merge remote-tracking branch 'origin/2.3-gae' into 2.3
     add 9771619f Renamed nonRecordZeroArgumentNonVoidMethodPolicy to 
defaultZeroArgumentNonVoidMethodPolicy, as we will also need this for value 
objects in later java versions.
     add 9cc2b9cb ZeroArgumentNonVoidMethodPolicy: Improved behavior when a 
record has Java Bean property read methods to expose the record components on 
the traditional way too.
     new 6aa8e1ec Merge remote-tracking branch 'origin/2.3-gae' into 2.3

The 1 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:
 .../java/freemarker/ext/beans/BeansWrapper.java    | 12 ++--
 .../ext/beans/BeansWrapperConfiguration.java       | 10 +--
 .../freemarker/ext/beans/ClassIntrospector.java    | 27 +++++---
 .../ext/beans/ClassIntrospectorBuilder.java        | 20 +++---
 .../ext/beans/MethodAppearanceFineTuner.java       |  2 +-
 .../ext/beans/ZeroArgumentNonVoidMethodPolicy.java |  2 +-
 .../beans/TestZeroArgumentNonVoidMethodPolicy.java | 12 ++--
 ...ntNonVoidMethodPolicyAndClashingBeansProps.java | 81 ++++++++++++++++++++++
 freemarker-manual/src/main/docgen/en_US/book.xml   |  9 +--
 9 files changed, 132 insertions(+), 43 deletions(-)
 create mode 100644 
freemarker-core16/src/test/java/freemarker/ext/beans/TestZeroArgumentNonVoidMethodPolicyAndClashingBeansProps.java

Reply via email to