You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2020/01/16 13:39:36 UTC

[commons-jexl] 04/04: JEXL-318: release notes and changes Task #JEXL-318 - Annotation processing may fail in lexical mode

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

henrib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git

commit 12146f65fca5c24ac276c82e08b2ee52b3209225
Author: henrib <he...@apache.org>
AuthorDate: Thu Jan 16 14:38:59 2020 +0100

    JEXL-318: release notes and changes
    Task #JEXL-318 - Annotation processing may fail in lexical mode
---
 RELEASE-NOTES.txt         | 1 +
 src/site/xdoc/changes.xml | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 23ce03f..7950413 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -74,6 +74,7 @@ New Features in 3.2:
 
 Bugs Fixed in 3.2:
 ==================
+* JEXL-318:      Annotation processing may fail in lexical mode
 * JEXL-315:      JxltEngine literal string strings ending in \ $ or # throw JxltEngine$Exception
 * JEXL-314:      Comparison NULL values of variables NAME1.NAME2
 * JEXL-312:      @NoJexl fails to disallow method call
diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml
index 7ecbf0c..20480fd 100644
--- a/src/site/xdoc/changes.xml
+++ b/src/site/xdoc/changes.xml
@@ -26,6 +26,9 @@
     </properties>
     <body>
         <release version="3.2" date="unreleased">
+            <action dev="henrib" type="fix" issue="JEXL-318" due-to="Dmitri Blinov">
+                Annotation processing may fail in lexical mode
+            </action>
             <action dev="henrib" type="add" issue="JEXL-317">
                 Support script cancellation through less invasive API
             </action>