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

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


 discard 6e92cd83 Added support for marking obj.prop and obj.prop() to be the 
same in templates (and equally obj["prop"], and obj["prop"]()). Made Java zero 
argument methods to be such properties by default, if incompatibleImprovements 
is at least 2.3.33. Added ZeroArgumentNonVoidMethodPolicy, and 
BeansWrapperConfiguration.nonRecordZeroArgumentNonVoidMethodPolicy, and 
recordZeroArgumentNonVoidMethodPolicy to implement these. Also,added 
GenericObjectModel which implements MethodCallAwareTe [...]
     new 50d6d6ef Added support for marking obj.prop and obj.prop() to be the 
same in templates (and equally obj["prop"], and obj["prop"]()). Made Java zero 
argument methods to be such properties by default, if incompatibleImprovements 
is at least 2.3.33. Added ZeroArgumentNonVoidMethodPolicy, and 
BeansWrapperConfiguration.nonRecordZeroArgumentNonVoidMethodPolicy, and 
recordZeroArgumentNonVoidMethodPolicy to implement these. Also,added 
GenericObjectModel which implements MethodCallAwareTe [...]

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6e92cd83)
            \
             N -- N -- N   refs/heads/FREEMARKER-183 (50d6d6ef)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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:
 .../{ext/beans => template}/MethodCallAwareTemplateHashModel.java         | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename freemarker-core/src/main/java/freemarker/{ext/beans => 
template}/MethodCallAwareTemplateHashModel.java (100%)

Reply via email to