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

ddekany pushed a change to branch java-impl-static-linking
in repository https://gitbox.apache.org/repos/asf/freemarker.git


 discard 3b462a5f Statically linked JavaNImpl classes, utilizing "JEP 238: 
Multi-Release JAR Files"
     add ebb38fff FREEMARKER-227: Fixed bug, where if classic_compatible mode 
was true (rarely used), then sequence built-ins, like seq?seq_contains(value), 
has failed with NullPointerException if values of incompatible types had to be 
compared. The intended behavior is to convert the values to string, and then 
compare them (to mimic the behavior of FreeMarker 1.x).
     add ec3fd7c9 Corrected/improved Javadoc related to classicCompatible mode. 
Fixed issue where setClassicCompatibleAsInt did not mirror the value change in 
the Properties object. Added more tests for classicCompatible=true behavior. 
Some minor code cleanup (simplifications allowed by newer Java versions).
     new f292ff3f Statically linked JavaNImpl classes, utilizing "JEP 238: 
Multi-Release JAR Files"

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   (3b462a5f)
            \
             N -- N -- N   refs/heads/java-impl-static-linking (f292ff3f)

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:
 .../main/java/freemarker/core/Configurable.java    | 159 ++++++++++++---------
 .../src/main/java/freemarker/core/EvalUtil.java    |  14 +-
 .../freemarker/core/ClassicCompatibleTest.java     | 117 +++++++++++++++
 freemarker-manual/src/main/docgen/en_US/book.xml   |  24 +++-
 4 files changed, 236 insertions(+), 78 deletions(-)
 create mode 100644 
freemarker-core/src/test/java/freemarker/core/ClassicCompatibleTest.java

Reply via email to