Author: sebb
Date: Fri May 10 21:54:32 2013
New Revision: 1481212
URL: http://svn.apache.org/r1481212
Log:
Eliminate unboxing
Modified:
commons/proper/dbutils/branches/2_0/src/main/java/org/apache/commons/dbutils2/AbstractExecutor.java
Modified:
commons/proper/dbutils/branches/2_0/src/main
Author: sebb
Date: Fri May 10 21:47:35 2013
New Revision: 1481202
URL: http://svn.apache.org/r1481202
Log:
Raw types
Modified:
commons/proper/dbutils/branches/2_0/src/test/java/org/apache/commons/dbutils2/handlers/ArrayHandlerTest.java
Modified:
commons/proper/dbutils/branches/2_0/src/test
Author: wspeirs
Date: Fri May 10 20:17:24 2013
New Revision: 1481176
URL: http://svn.apache.org/r1481176
Log:
Changed QueryExecutor to be public and ArrayHandler to be generic
Modified:
commons/proper/dbutils/branches/2_0/src/main/java/org/apache/commons/dbutils2/QueryExecutor.java
comm
Author: wspeirs
Date: Fri May 10 19:49:40 2013
New Revision: 1481163
URL: http://svn.apache.org/r1481163
Log:
Removed @author tags and updated notice file
Modified:
commons/proper/dbutils/branches/2_0/NOTICE.txt
commons/proper/dbutils/branches/2_0/src/main/java/org/apache/commons/dbutils
Author: luc
Date: Fri May 10 19:48:11 2013
New Revision: 1481162
URL: http://svn.apache.org/r1481162
Log:
use an automatic detection of JDK version to trigger JaCoCo report creation
Modified:
commons/proper/commons-parent/trunk/RELEASE-NOTES.txt
commons/proper/commons-parent/trunk/pom.xml
Author: wspeirs
Date: Fri May 10 19:43:34 2013
New Revision: 1481159
URL: http://svn.apache.org/r1481159
Log:
Merged changes from RC1
Modified:
commons/proper/dbutils/branches/2_0/ (props changed)
commons/proper/dbutils/branches/2_0/RELEASE-NOTES.txt
commons/proper/dbutils/branches
Author: oheger
Date: Fri May 10 19:16:40 2013
New Revision: 1481154
URL: http://svn.apache.org/r1481154
Log:
Reworked SubnodeConfiguration to use a Synchronizer.
A SubnodeConfiguration per default shares its Synchronizer with its parent
because both configurations operate on the same node set. In
Author: oheger
Date: Fri May 10 19:15:59 2013
New Revision: 1481153
URL: http://svn.apache.org/r1481153
Log:
In the copy constructor of BaseHierarchicalConfiguration the passed in
configuration is now locked.
Modified:
commons/proper/configuration/trunk/src/main/java/org/apache/commons/conf
Author: oheger
Date: Fri May 10 19:15:28 2013
New Revision: 1481152
URL: http://svn.apache.org/r1481152
Log:
Do not call non-private, non-final method from constructor.
Modified:
commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/BaseHierarchicalConfiguration.j
Author: oheger
Date: Fri May 10 19:15:05 2013
New Revision: 1481151
URL: http://svn.apache.org/r1481151
Log:
Configuration interface now extends SynchronizerSupport.
Implementations of the interface methods are provided by AbstractConfiguration.
Modified:
commons/proper/configuration/trunk/
Author: oheger
Date: Fri May 10 19:14:27 2013
New Revision: 1481150
URL: http://svn.apache.org/r1481150
Log:
Added new SynchronizerSupport interface.
Added:
commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/sync/LockMode.java
commons/proper/configuration/
Author: oheger
Date: Fri May 10 19:13:59 2013
New Revision: 1481149
URL: http://svn.apache.org/r1481149
Log:
Moved Synchronizer and related classes into a separate package.
Added:
commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/sync/
commons/proper/conf
Author: oheger
Date: Fri May 10 19:13:13 2013
New Revision: 1481148
URL: http://svn.apache.org/r1481148
Log:
Improved Javadocs related to thread-safety.
Modified:
commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/BaseHierarchicalConfiguration.java
Modified:
13 matches
Mail list logo