svn commit: r801067 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/base/ConfigurationSource.java

2009-08-04 Thread oheger
Author: oheger Date: Wed Aug 5 05:48:41 2009 New Revision: 801067 URL: http://svn.apache.org/viewvc?rev=801067&view=rev Log: A plain ConfigurationSource should not support an ExpressionEngine. Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apac

svn commit: r801037 - in /commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl: ArithmeticTest.java ArrayAccessTest.java CacheTest.java Foo.java MethodTest.java util/introspection/Me

2009-08-04 Thread sebb
Author: sebb Date: Wed Aug 5 00:11:00 2009 New Revision: 801037 URL: http://svn.apache.org/viewvc?rev=801037&view=rev Log: Type safety fixes and explicit boxing Modified: commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/ArithmeticTest.java commons/proper/jexl/bran

svn commit: r801036 - in /commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl: AssignTest.java UnifiedJEXLTest.java

2009-08-04 Thread sebb
Author: sebb Date: Wed Aug 5 00:09:57 2009 New Revision: 801036 URL: http://svn.apache.org/viewvc?rev=801036&view=rev Log: Rename local JEXL variable to avoid potential confusion with parent JEXL var Type fixes Modified: commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl

svn commit: r801035 - in /commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl: Interpreter.java JexlArithmetic.java

2009-08-04 Thread sebb
Author: sebb Date: Wed Aug 5 00:08:11 2009 New Revision: 801035 URL: http://svn.apache.org/viewvc?rev=801035&view=rev Log: Make boxing explicit (use Integer.valueOf() for numbers that are likely to be small) Remove Long=>long conversions where the return value is Long anyway! Modified: com

svn commit: r801028 - /commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/BeanPropertyValueEqualsPredicate.java

2009-08-04 Thread niallp
Author: niallp Date: Tue Aug 4 23:43:55 2009 New Revision: 801028 URL: http://svn.apache.org/viewvc?rev=801028&view=rev Log: BEANUTILS-350 change visibility of method evaluateValue() method to protected - thanks to rodrigo hernandez Modified: commons/proper/beanutils/trunk/src/java/org/apa

svn commit: r801021 - /commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/JDBCDynaClass.java

2009-08-04 Thread niallp
Author: niallp Date: Tue Aug 4 23:35:52 2009 New Revision: 801021 URL: http://svn.apache.org/viewvc?rev=801021&view=rev Log: BEANUTILS-344 Provide configurable option to use the column label rather than column name Modified: commons/proper/beanutils/trunk/src/java/org/apache/commons/beanut

svn commit: r800989 - /commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/locale/converters/FloatLocaleConverter.java

2009-08-04 Thread niallp
Author: niallp Date: Tue Aug 4 21:37:19 2009 New Revision: 800989 URL: http://svn.apache.org/viewvc?rev=800989&view=rev Log: BEANUTILS-351 add brackets Modified: commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/locale/converters/FloatLocaleConverter.java Modified: comm

svn commit: r800988 - in /commons/proper/beanutils/trunk/src: java/org/apache/commons/beanutils/locale/converters/FloatLocaleConverter.java test/org/apache/commons/beanutils/locale/converters/FloatLoc

2009-08-04 Thread niallp
Author: niallp Date: Tue Aug 4 21:32:47 2009 New Revision: 800988 URL: http://svn.apache.org/viewvc?rev=800988&view=rev Log: BEANUTILS-351 FloatLocaleConverter cannot parse 0 - thanks to Lucian Chirita Modified: commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/locale/con

svn commit: r800975 - /commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/MethodUtils.java

2009-08-04 Thread niallp
Author: niallp Date: Tue Aug 4 21:06:52 2009 New Revision: 800975 URL: http://svn.apache.org/viewvc?rev=800975&view=rev Log: BEANUTILS-333 Avoid calling setAccessible() if not needed - thanks to Lukasz Lenart Modified: commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/Me

svn commit: r800948 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/ main/java/org/apache/commons/configuration2/flat/ test/jav

2009-08-04 Thread oheger
Author: oheger Date: Tue Aug 4 20:26:09 2009 New Revision: 800948 URL: http://svn.apache.org/viewvc?rev=800948&view=rev Log: AbstractFlatConfiguration does not need special methods for manipulating the single values of a property any more. So the class could be simplified. Modified: common

svn commit: r800941 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/flat/FlatNodeHandler.java test/java/org/apache/commons/conf

2009-08-04 Thread oheger
Author: oheger Date: Tue Aug 4 19:59:33 2009 New Revision: 800941 URL: http://svn.apache.org/viewvc?rev=800941&view=rev Log: FlatNodeHandler now operates on a plain Configuration rather than an AbstractFlatConfiguration. Modified: commons/proper/configuration/branches/configuration2_experi

svn commit: r800868 - /commons/sandbox/runtime/trunk/src/main/native/configure

2009-08-04 Thread mturk
Author: mturk Date: Tue Aug 4 16:37:15 2009 New Revision: 800868 URL: http://svn.apache.org/viewvc?rev=800868&view=rev Log: remove explicit CLOEXEC checks Modified: commons/sandbox/runtime/trunk/src/main/native/configure Modified: commons/sandbox/runtime/trunk/src/main/native/configure URL:

svn commit: r800865 - /commons/sandbox/runtime/trunk/src/main/native/configure

2009-08-04 Thread mturk
Author: mturk Date: Tue Aug 4 16:32:25 2009 New Revision: 800865 URL: http://svn.apache.org/viewvc?rev=800865&view=rev Log: Use the same function for CLOEXEC flags Modified: commons/sandbox/runtime/trunk/src/main/native/configure Modified: commons/sandbox/runtime/trunk/src/main/native/confi

svn commit: r800861 - /commons/sandbox/runtime/trunk/src/main/native/configure

2009-08-04 Thread mturk
Author: mturk Date: Tue Aug 4 16:18:57 2009 New Revision: 800861 URL: http://svn.apache.org/viewvc?rev=800861&view=rev Log: Check for O_CLOEXEC in file open() Modified: commons/sandbox/runtime/trunk/src/main/native/configure Modified: commons/sandbox/runtime/trunk/src/main/native/configure

svn commit: r800842 - /commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/

2009-08-04 Thread sebb
Author: sebb Date: Tue Aug 4 15:29:32 2009 New Revision: 800842 URL: http://svn.apache.org/viewvc?rev=800842&view=rev Log: JEXL-68 Remove usage of deprecated classes in tests Removed: commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/ScriptFactoryTest.java Modified:

svn commit: r800835 - /commons/sandbox/runtime/trunk/src/main/native/os/linux/execmem.c

2009-08-04 Thread mturk
Author: mturk Date: Tue Aug 4 15:08:19 2009 New Revision: 800835 URL: http://svn.apache.org/viewvc?rev=800835&view=rev Log: Use the same prefix for temp file Modified: commons/sandbox/runtime/trunk/src/main/native/os/linux/execmem.c Modified: commons/sandbox/runtime/trunk/src/main/native/os

svn commit: r800833 - /commons/sandbox/runtime/trunk/src/main/native/configure

2009-08-04 Thread mturk
Author: mturk Date: Tue Aug 4 15:06:07 2009 New Revision: 800833 URL: http://svn.apache.org/viewvc?rev=800833&view=rev Log: Add XOPEN_SOURCE to th CFLAGS Modified: commons/sandbox/runtime/trunk/src/main/native/configure Modified: commons/sandbox/runtime/trunk/src/main/native/configure URL:

svn commit: r800831 - /commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl/junit/Asserter.java

2009-08-04 Thread sebb
Author: sebb Date: Tue Aug 4 15:00:38 2009 New Revision: 800831 URL: http://svn.apache.org/viewvc?rev=800831&view=rev Log: Stop using deprecated ExpressionFactory Modified: commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl/junit/Asserter.java Modified: commons/proper/

svn commit: r800810 - /commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/ArithmeticTest.java

2009-08-04 Thread sebb
Author: sebb Date: Tue Aug 4 14:12:52 2009 New Revision: 800810 URL: http://svn.apache.org/viewvc?rev=800810&view=rev Log: Missing @Override Modified: commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/ArithmeticTest.java Modified: commons/proper/jexl/branches/2.0/src/

svn commit: r800809 - in /commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl: JexlArithmetic.java util/ListGetExecutor.java util/ListSetExecutor.java

2009-08-04 Thread sebb
Author: sebb Date: Tue Aug 4 14:12:15 2009 New Revision: 800809 URL: http://svn.apache.org/viewvc?rev=800809&view=rev Log: Tidy some Eclipse warnings Modified: commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl/JexlArithmetic.java commons/proper/jexl/branches/2.0/sr