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 2016/06/10 04:42:06 UTC

svn commit: r1747630 - in /commons/proper/jexl/trunk: RELEASE-NOTES.txt src/site/xdoc/changes.xml

Author: henrib
Date: Fri Jun 10 04:42:06 2016
New Revision: 1747630

URL: http://svn.apache.org/viewvc?rev=1747630&view=rev
Log:
JEXL: 
updated changes.xml & release-notes.txt

Modified:
    commons/proper/jexl/trunk/RELEASE-NOTES.txt
    commons/proper/jexl/trunk/src/site/xdoc/changes.xml

Modified: commons/proper/jexl/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/RELEASE-NOTES.txt?rev=1747630&r1=1747629&r2=1747630&view=diff
==============================================================================
--- commons/proper/jexl/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/jexl/trunk/RELEASE-NOTES.txt Fri Jun 10 04:42:06 2016
@@ -28,7 +28,9 @@ Version 3.0.1 is a micro release to fix
 Bugs Fixed in 3.0.1:
 ====================
 
+* JEXL-198:     JxltEngine Template does not expose pragmas
 * JEXL-196:     Script execution hangs while calling method with one argument without parameter
+* JEXL-194      allow synchronization on iterableValue in foreach statement
 * JEXL-195:     Support for AtomicBoolean in logical expressions
 * JEXL-193:     InterruptedException is swallowed in function call in silent and non-strict mode
 * JEXL-192:     Invalid return type when expected result is null

Modified: commons/proper/jexl/trunk/src/site/xdoc/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/site/xdoc/changes.xml?rev=1747630&r1=1747629&r2=1747630&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/jexl/trunk/src/site/xdoc/changes.xml Fri Jun 10 04:42:06 2016
@@ -26,12 +26,18 @@
     </properties>
     <body>
         <release version="3.0.1" date="unreleased">
+            <action dev="henrib" type="fix" issue="JEXL-198" due-to="Terefang Verigorn">
+                JxltEngine Template does not expose pragmas
+            </action>
             <action dev="henrib" type="fix" issue="JEXL-196" due-to="Dmitri Blinov">
                 Script execution hangs while calling method with one argument without parameter
             </action>
             <action dev="henrib" type="fix" issue="JEXL-195" due-to="Dmitri Blinov">
                 Support for AtomicBoolean in logical expressions
             </action>
+            <action dev="henrib" type="fix" issue="JEXL-194" due-to="Dmitri Blinov">
+                allow synchronization on iterableValue in foreach statement
+            </action>
             <action dev="henrib" type="fix" issue="JEXL-193" due-to="Dmitri Blinov">
                 InterruptedException is swallowed in function call in silent and non-strict mode
             </action>



Re: svn commit: r1747630 - in /commons/proper/jexl/trunk: RELEASE-NOTES.txt src/site/xdoc/changes.xml

Posted by Gary Gregory <ga...@gmail.com>.
Is that the proper default location for changes.xml? I thoughs it was in
src/changes?

Gary

On Thu, Jun 9, 2016 at 9:42 PM, <he...@apache.org> wrote:

> Author: henrib
> Date: Fri Jun 10 04:42:06 2016
> New Revision: 1747630
>
> URL: http://svn.apache.org/viewvc?rev=1747630&view=rev
> Log:
> JEXL:
> updated changes.xml & release-notes.txt
>
> Modified:
>     commons/proper/jexl/trunk/RELEASE-NOTES.txt
>     commons/proper/jexl/trunk/src/site/xdoc/changes.xml
>
> Modified: commons/proper/jexl/trunk/RELEASE-NOTES.txt
> URL:
> http://svn.apache.org/viewvc/commons/proper/jexl/trunk/RELEASE-NOTES.txt?rev=1747630&r1=1747629&r2=1747630&view=diff
>
> ==============================================================================
> --- commons/proper/jexl/trunk/RELEASE-NOTES.txt (original)
> +++ commons/proper/jexl/trunk/RELEASE-NOTES.txt Fri Jun 10 04:42:06 2016
> @@ -28,7 +28,9 @@ Version 3.0.1 is a micro release to fix
>  Bugs Fixed in 3.0.1:
>  ====================
>
> +* JEXL-198:     JxltEngine Template does not expose pragmas
>  * JEXL-196:     Script execution hangs while calling method with one
> argument without parameter
> +* JEXL-194      allow synchronization on iterableValue in foreach
> statement
>  * JEXL-195:     Support for AtomicBoolean in logical expressions
>  * JEXL-193:     InterruptedException is swallowed in function call in
> silent and non-strict mode
>  * JEXL-192:     Invalid return type when expected result is null
>
> Modified: commons/proper/jexl/trunk/src/site/xdoc/changes.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/site/xdoc/changes.xml?rev=1747630&r1=1747629&r2=1747630&view=diff
>
> ==============================================================================
> --- commons/proper/jexl/trunk/src/site/xdoc/changes.xml (original)
> +++ commons/proper/jexl/trunk/src/site/xdoc/changes.xml Fri Jun 10
> 04:42:06 2016
> @@ -26,12 +26,18 @@
>      </properties>
>      <body>
>          <release version="3.0.1" date="unreleased">
> +            <action dev="henrib" type="fix" issue="JEXL-198"
> due-to="Terefang Verigorn">
> +                JxltEngine Template does not expose pragmas
> +            </action>
>              <action dev="henrib" type="fix" issue="JEXL-196"
> due-to="Dmitri Blinov">
>                  Script execution hangs while calling method with one
> argument without parameter
>              </action>
>              <action dev="henrib" type="fix" issue="JEXL-195"
> due-to="Dmitri Blinov">
>                  Support for AtomicBoolean in logical expressions
>              </action>
> +            <action dev="henrib" type="fix" issue="JEXL-194"
> due-to="Dmitri Blinov">
> +                allow synchronization on iterableValue in foreach
> statement
> +            </action>
>              <action dev="henrib" type="fix" issue="JEXL-193"
> due-to="Dmitri Blinov">
>                  InterruptedException is swallowed in function call in
> silent and non-strict mode
>              </action>
>
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory