On 7 August 2012 13:36, <hen...@apache.org> wrote: > Author: henrib > Date: Tue Aug 7 12:36:38 2012 > New Revision: 1370208 > > URL: http://svn.apache.org/viewvc?rev=1370208&view=rev > Log: > Reflect last changes in release notes and changes.xml;
OK > Added toolchain usage to force 1.5 in pom The Commons Parent POM already provides different Java profiles for compile/test. Not sure using toolchain helps here; it may make things harder for users and developers. It must be possible to build with Java 1.6+, not just 1.5. > Modified: > commons/proper/jexl/branches/2.0/RELEASE-NOTES.txt > commons/proper/jexl/branches/2.0/pom.xml > commons/proper/jexl/branches/2.0/src/site/xdoc/changes.xml > > Modified: commons/proper/jexl/branches/2.0/RELEASE-NOTES.txt > URL: > http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0/RELEASE-NOTES.txt?rev=1370208&r1=1370207&r2=1370208&view=diff > ============================================================================== > --- commons/proper/jexl/branches/2.0/RELEASE-NOTES.txt (original) > +++ commons/proper/jexl/branches/2.0/RELEASE-NOTES.txt Tue Aug 7 12:36:38 > 2012 > @@ -40,8 +40,11 @@ Its goal is to expose scripting features > Release 2.1.2: > > ======================================================================================================================== > > -Version 2.1.2 is a micro release to fix bugs reported since 2.1.1: > +Version 2.1.2 is a micro release to fix issues reported in 2.1.1: > > +* JEXL-136: Script calls within scripts may fail with number arguments > +* JEXL-135: Using map as script parameter or local variable > +* JEXL-134: Issue with evaluation of concat of variables : \r + \n gives > 0 > * JEXL-131: UnifiedJexl parsing may fail with NPE > * JEXL-130: Ternary Conditional fails for Object values > * JEXL-126: Decimal numbers literals should be 'double' by default > (instead of 'float') > > Modified: commons/proper/jexl/branches/2.0/pom.xml > URL: > http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0/pom.xml?rev=1370208&r1=1370207&r2=1370208&view=diff > ============================================================================== > --- commons/proper/jexl/branches/2.0/pom.xml (original) > +++ commons/proper/jexl/branches/2.0/pom.xml Tue Aug 7 12:36:38 2012 > @@ -120,6 +120,8 @@ > </dependencies> > > <properties> > + <toolchains.jdk.version>1.5</toolchains.jdk.version> > + <toolchains.jdk.vendor>sun</toolchains.jdk.vendor> > <maven.compile.source>1.5</maven.compile.source> > <maven.compile.target>1.5</maven.compile.target> > <commons.componentid>jexl</commons.componentid> > > Modified: commons/proper/jexl/branches/2.0/src/site/xdoc/changes.xml > URL: > http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0/src/site/xdoc/changes.xml?rev=1370208&r1=1370207&r2=1370208&view=diff > ============================================================================== > --- commons/proper/jexl/branches/2.0/src/site/xdoc/changes.xml (original) > +++ commons/proper/jexl/branches/2.0/src/site/xdoc/changes.xml Tue Aug 7 > 12:36:38 2012 > @@ -26,6 +26,12 @@ > </properties> > <body> > <release version="2.1.2" date="2012-07-30"> > + <action dev="henrib" type="fix" issue="JEXL-136"> > + Script calls within scripts may fail with number arguments > + </action> > + <action dev="henrib" type="fix" issue="JEXL-135" due-to="Tomas > Kukosa"> > + using map as script parameter or local variable > + </action> > <action dev="henrib" type="fix" issue="JEXL-134" due-to="Manoj > Mokashi"> > Issue with evaluation of concat of variables : \r + \n gives 0 > </action> > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org