Author: dbrosius
Date: Wed Dec 4 00:43:17 2013
New Revision: 1547656
URL: http://svn.apache.org/r1547656
Log:
initial support for INVOKE_DYNAMIC. Patch by Bill Pugh, reviewed by dbrosius
Added:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKEDYNAMIC.java
commons/p
Author: tn
Date: Tue Dec 3 23:50:14 2013
New Revision: 1547649
URL: http://svn.apache.org/r1547649
Log:
[MATH-1070] Fix Precision.round(float, int, int) for RoundingMode ROUND_UP.
Thanks to Oleksandr Muliarevych.
Modified:
commons/proper/math/trunk/src/changes/changes.xml
commons/prop
Author: markt
Date: Tue Dec 3 23:45:45 2013
New Revision: 1547648
URL: http://svn.apache.org/r1547648
Log:
Generics fixes
Modified:
commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp2/PoolableCallableStatement.java
Modified:
commons/proper/dbcp/trunk/src/java/org/apache/commons/db
Author: markt
Date: Tue Dec 3 23:40:32 2013
New Revision: 1547646
URL: http://svn.apache.org/r1547646
Log:
Fix the PoolingDriver related generics warnings
Modified:
commons/proper/dbcp/trunk/doc/PoolingDriverExample.java
commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp2/Poolin
Author: markt
Date: Tue Dec 3 23:15:17 2013
New Revision: 1547638
URL: http://svn.apache.org/r1547638
Log:
More work to address generics warnings in o.a.c.dbcp2 package
Modified:
commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp2/DelegatingCallableStatement.java
commons/proper
Author: markt
Date: Tue Dec 3 23:09:25 2013
New Revision: 1547635
URL: http://svn.apache.org/r1547635
Log:
Rather than always cast and let things blow up at runtime if the developer gets
it wrong, use the required type in the API and highlight any issue at compile
time.
Modified:
commons/
Author: markt
Date: Tue Dec 3 23:04:54 2013
New Revision: 1547634
URL: http://svn.apache.org/r1547634
Log:
More work to address generics warnings in test packages
Modified:
commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp2/TestAbandonedBasicDataSource.java
commons/proper/dbcp
Author: markt
Date: Tue Dec 3 22:44:38 2013
New Revision: 1547625
URL: http://svn.apache.org/r1547625
Log:
More work to address generics warnings
Modified:
commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp2/DelegatingConnection.java
commons/proper/dbcp/trunk/src/java/org/apach
Author: markt
Date: Tue Dec 3 22:34:16 2013
New Revision: 1547619
URL: http://svn.apache.org/r1547619
Log:
Fix the generics warnings in o.a.c.dbcp2.cpdsadapter package
Modified:
commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp2/cpdsadapter/ConnectionImpl.java
commons/proper/d
Author: markt
Date: Tue Dec 3 22:29:38 2013
New Revision: 1547618
URL: http://svn.apache.org/r1547618
Log:
Fix the generics warnings in BasicManagedDataSource
Modified:
commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp2/managed/BasicManagedDataSource.java
Modified:
commons/proper
Author: markt
Date: Tue Dec 3 22:28:44 2013
New Revision: 1547617
URL: http://svn.apache.org/r1547617
Log:
Fix the generics warnings in ManagedDataSource
Modified:
commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp2/managed/ManagedDataSource.java
Modified:
commons/proper/dbcp/trun
Author: markt
Date: Tue Dec 3 22:25:58 2013
New Revision: 1547615
URL: http://svn.apache.org/r1547615
Log:
Fix the generics warnings in ManagedConnection
Modified:
commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp2/DelegatingConnection.java
commons/proper/dbcp/trunk/src/java/o
Author: markt
Date: Tue Dec 3 22:21:14 2013
New Revision: 1547611
URL: http://svn.apache.org/r1547611
Log:
Add generics to DelegatingConnection
This significantly increases the number of warnings but it is a necessary step
to resolving the remaining warnings.
Modified:
commons/proper/dbcp/
Author: markt
Date: Tue Dec 3 22:03:20 2013
New Revision: 1547605
URL: http://svn.apache.org/r1547605
Log:
Some low hanging generics warnings fruit
Modified:
commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp2/TestPoolingDataSource.java
Modified:
commons/proper/dbcp/trunk/src/test
Author: markt
Date: Tue Dec 3 21:59:41 2013
New Revision: 1547604
URL: http://svn.apache.org/r1547604
Log:
More work to address generics warnings
Modified:
commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp2/BasicDataSource.java
commons/proper/dbcp/trunk/src/java/org/apache/com
Author: markt
Date: Tue Dec 3 21:44:15 2013
New Revision: 1547599
URL: http://svn.apache.org/r1547599
Log:
Remove random " character from Javadoc
Modified:
commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp2/cpdsadapter/PoolablePreparedStatementStub.java
Modified:
commons/proper/d
Author: markt
Date: Tue Dec 3 21:43:44 2013
New Revision: 1547598
URL: http://svn.apache.org/r1547598
Log:
Rather than always cast and let things blow up at runtime if the developer gets
it wrong, use the required type in the API and highlight any issue at compile
time.
Modified:
commons/
Author: markt
Date: Tue Dec 3 21:35:28 2013
New Revision: 1547594
URL: http://svn.apache.org/r1547594
Log:
Make some progress (finally) with using generics and reducing the number of
warnings in the code.
Modified:
commons/proper/dbcp/trunk/doc/PoolingDataSourceExample.java
commons/pro
Author: markt
Date: Tue Dec 3 20:50:06 2013
New Revision: 1547586
URL: http://svn.apache.org/r1547586
Log:
Fix a TODO
Modified:
commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp2/DelegatingConnection.java
commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp2/PoolableConn
Author: markt
Date: Tue Dec 3 20:40:58 2013
New Revision: 1547583
URL: http://svn.apache.org/r1547583
Log:
Simplify.
DelegatingConnection already calls its own checkOpen that performs the same
test.
No need to keep a second reference to the inner connection.
Modified:
commons/proper/dbcp/t
Author: markt
Date: Tue Dec 3 20:40:40 2013
New Revision: 1547582
URL: http://svn.apache.org/r1547582
Log:
Follow-up to close() refactoring in r1547553
Fix some edge cases identified in some soon to be committed refactoring.
Modified:
commons/proper/dbcp/trunk/src/java/org/apache/commons/db
Author: markt
Date: Tue Dec 3 20:04:46 2013
New Revision: 1547560
URL: http://svn.apache.org/r1547560
Log:
Simplify.
DelegatingConnection already calls its own checkOpen that performs the same
test.
No need to keep a second reference to the inner connection.
Modified:
commons/proper/dbcp/t
Author: markt
Date: Tue Dec 3 20:02:00 2013
New Revision: 1547559
URL: http://svn.apache.org/r1547559
Log:
Follow-up to close() refactoring in r1547553
Modified:
commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp2/TestPoolableConnection.java
Modified:
commons/proper/dbcp/trunk/sr
Author: markt
Date: Tue Dec 3 19:59:26 2013
New Revision: 1547558
URL: http://svn.apache.org/r1547558
Log:
Follow-up to close() refactoring in r1547553
Modified:
commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp2/PoolableConnection.java
Modified:
commons/proper/dbcp/trunk/src/ja
Author: markt
Date: Tue Dec 3 19:48:05 2013
New Revision: 1547553
URL: http://svn.apache.org/r1547553
Log:
Refactor the closing of DelegatingConnection and sub-classes to correctly
handle closing and passivation of connections when one DelegatingConnection
wraps another.
The problem was discove
Author: markt
Date: Tue Dec 3 19:31:08 2013
New Revision: 1547542
URL: http://svn.apache.org/r1547542
Log:
Remove pointless (and in some cases incorrect) comments
Remove duplicate test
Modified:
commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp2/managed/TestManagedDataSourceInTx.ja
Author: markt
Date: Tue Dec 3 18:45:20 2013
New Revision: 1547523
URL: http://svn.apache.org/r1547523
Log:
Clean up comments.
Remove unnecessary code.
Modified:
commons/proper/dbcp/branches/DBCP_1_5_x_BRANCH/src/java/org/apache/commons/dbcp/managed/ManagedConnection.java
Modified:
commons
Author: markt
Date: Tue Dec 3 18:41:45 2013
New Revision: 1547518
URL: http://svn.apache.org/r1547518
Log:
Clean up comments.
Remove unnecessary code.
Modified:
commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp2/managed/ManagedConnection.java
Modified:
commons/proper/dbcp/trunk/s
Author: markt
Date: Tue Dec 3 11:22:03 2013
New Revision: 1547344
URL: http://svn.apache.org/r1547344
Log:
Use generics in this unit test
Modified:
commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp2/TestPoolableConnection.java
Modified:
commons/proper/dbcp/trunk/src/test/org/apac
Author: markt
Date: Tue Dec 3 10:36:54 2013
New Revision: 1547338
URL: http://svn.apache.org/r1547338
Log:
Fix DBCP-396
Expose all of the AbandonedConfig properties through a BasicDataSource.
Modified:
commons/proper/dbcp/trunk/src/changes/changes.xml
commons/proper/dbcp/trunk/src/java/
Author: markt
Date: Tue Dec 3 10:37:04 2013
New Revision: 1547339
URL: http://svn.apache.org/r1547339
Log:
Fix DBCP-396
Expose all of the AbandonedConfig properties through a BasicDataSource.
Modified:
commons/proper/dbcp/branches/DBCP_1_5_x_BRANCH/src/changes/changes.xml
commons/proper
Author: markt
Date: Tue Dec 3 10:19:35 2013
New Revision: 1547334
URL: http://svn.apache.org/r1547334
Log:
Update changelog
Modified:
commons/proper/dbcp/trunk/src/changes/changes.xml
Modified: commons/proper/dbcp/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/prop
Author: markt
Date: Tue Dec 3 10:19:45 2013
New Revision: 1547335
URL: http://svn.apache.org/r1547335
Log:
Fix DBCP-392
Use one line per statement for methods with multiple statements rather than
using a single line.
Modified:
commons/proper/dbcp/branches/DBCP_1_5_x_BRANCH/src/changes/chang
Author: markt
Date: Tue Dec 3 10:15:33 2013
New Revision: 1547332
URL: http://svn.apache.org/r1547332
Log:
Fix DBCP-392
Use one line per statement for methods with multiple statements rather than
using a single line.
Modified:
commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp2/Del
Author: markt
Date: Tue Dec 3 09:36:12 2013
New Revision: 1547326
URL: http://svn.apache.org/r1547326
Log:
DBCP-384
Fix threading issues with PoolingDriver.accessToUnderlyingConnectionAllowed
Modified:
commons/proper/dbcp/trunk/src/changes/changes.xml
commons/proper/dbcp/trunk/src/java/
35 matches
Mail list logo