projects
/
commons-dbcp.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
commons-dbcp.git
2021-08-04
Gary Gregory
Bump to next development version
release
commit
|
commitdiff
|
tree
|
snapshot
2021-07-31
Gary Gregory
Update POM version numbers for Apache release 2.9.0
commons-dbcp-2.9.0-RC1
rel/commons-dbcp-2.9.0
commit
|
commitdiff
|
tree
|
snapshot
2021-07-31
Gary Gregory
Prepare for a release candidate.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-31
Gary Gregory
Prepare for a release candidate.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-31
Gary Gregory
Reuse Utils to close quitely.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-31
Gary Gregory
Sort members.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-31
Gary Gregory
Test inner classes can be static.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-31
Gary Gregory
Use Objects.hash() instead of custom code.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-31
Gary Gregory
Parens not needed here.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-31
Gary Gregory
Plugin version is set in the management section.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-25
Gary Gregory
Remove unused imports.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-25
Gary Gregory
Merge branch 'master' of https://gitbox.apache.org...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-25
Gary Gregory
Bump spotbugs-maven-plugin from 4.2.3 to 4.3.0 #118.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-25
dependabot...
Bump spotbugs-maven-plugin from 4.2.3 to 4.3.0 (#118)
commit
|
commitdiff
|
tree
|
snapshot
2021-07-10
Gary Gregory
Use final.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-09
Gary Gregory
Refactor boilerplate.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-09
Gary Gregory
Fix generics compiler warnings.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-09
Gary Gregory
Use try-with-resources.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-07
Gary Gregory
Bump checkstyle to 8.44.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-07
Gary Gregory
[DBCP-579] Performance of DelegatingConnection.prepareS...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-07
Gary Gregory
Be more quiet by default on the console during build...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-07
Gary Gregory
Rename internal vars.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-07
Gary Gregory
Bump spotbugs from 4.2.3 to 4.3.0 #117.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-07
dependabot...
Bump spotbugs from 4.2.3 to 4.3.0 (#117)
commit
|
commitdiff
|
tree
|
snapshot
2021-07-01
Gary Gregory
Use Stream.of().
commit
|
commitdiff
|
tree
|
snapshot
2021-07-01
Gary Gregory
Update my developer entry.
commit
|
commitdiff
|
tree
|
snapshot
2021-06-26
Gary Gregory
No need to init to default value.
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Gary Gregory
Fix Javadoc warnings.
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Gary Gregory
Organize imports, use final, remove super call, inline...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Gary Gregory
Simplify Assertions #113.
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Arturo Bernal
Simplify Assertions (#113)
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Gary Gregory
Bump mockito-core from 3.11.0 to 3.11.2 #116.
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
dependabot...
Bump mockito-core from 3.11.0 to 3.11.2 (#116)
commit
|
commitdiff
|
tree
|
snapshot
2021-06-11
Gary Gregory
Merge branch 'master' of https://gitbox.apache.org...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-11
Gary Gregory
Bump narayana-jta from 5.11.2.Final to 5.12.0.Final...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-11
dependabot...
Bump narayana-jta from 5.11.2.Final to 5.12.0.Final...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-06
Gary Gregory
Add and reuse InstanceKeyDataSource.{get|set}DefaultMax...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-06
Gary Gregory
Sort members.
commit
|
commitdiff
|
tree
|
snapshot
2021-06-06
Gary Gregory
Use UserPassKey internally.
commit
|
commitdiff
|
tree
|
snapshot
2021-06-06
Gary Gregory
Test CharArray.
commit
|
commitdiff
|
tree
|
snapshot
2021-06-06
Gary Gregory
Bump checkstyle to 8.43.
commit
|
commitdiff
|
tree
|
snapshot
2021-06-06
Gary Gregory
Clone char array before storing it.
commit
|
commitdiff
|
tree
|
snapshot
2021-06-06
Gary Gregory
Internal package private CPDSConnectionFactory class...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-06
Gary Gregory
Internal package private UserPassKey class stores its...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-06
Gary Gregory
Update PoolKey#toString() to avoid revealing a user...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-06
Gary Gregory
Deduplicate internals.
commit
|
commitdiff
|
tree
|
snapshot
2021-06-06
Gary Gregory
Drop deprecated package private constructor.
commit
|
commitdiff
|
tree
|
snapshot
2021-06-06
Gary Gregory
Add @SuppressWarnings with comment and make some intern...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-06
Gary Gregory
Replace Java 15 with Java 16 in Travis CI.
commit
|
commitdiff
|
tree
|
snapshot
2021-06-06
Gary Gregory
Add and reuse CPDSConnectionFactory.setMaxConnLifetime...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-05
Gary Gregory
Add and reuse DriverAdapterCPDS.{get|set}MinEvictableId...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-05
Gary Gregory
Use == with enum.
commit
|
commitdiff
|
tree
|
snapshot
2021-06-05
Gary Gregory
Add and reuse DriverAdapterCPDS.{get|set}DurationBetwee...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-05
Gary Gregory
Fix typo in method name. Javadoc. Private static final...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-05
Gary Gregory
Package private class does not need non-overridden...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-05
Gary Gregory
Javadoc.
commit
|
commitdiff
|
tree
|
snapshot
2021-06-05
Gary Gregory
Javadoc.
commit
|
commitdiff
|
tree
|
snapshot
2021-06-05
Gary Gregory
Bump mockito-core from 3.10.0 to 3.11.0 #110.
commit
|
commitdiff
|
tree
|
snapshot
2021-06-05
dependabot...
Bump mockito-core from 3.10.0 to 3.11.0 (#110)
commit
|
commitdiff
|
tree
|
snapshot
2021-06-02
Gary Gregory
Better param name.
commit
|
commitdiff
|
tree
|
snapshot
2021-06-02
Gary Gregory
Better param name.
commit
|
commitdiff
|
tree
|
snapshot
2021-06-02
Gary Gregory
Better param name.
commit
|
commitdiff
|
tree
|
snapshot
2021-06-02
Gary Gregory
Note new interface.
commit
|
commitdiff
|
tree
|
snapshot
2021-06-02
Gary Gregory
Add and reuse Constants.KEY_USER and Constants.KEY_PASS...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-02
Gary Gregory
Bump to next development version
commit
|
commitdiff
|
tree
|
snapshot
2021-06-01
Gary Gregory
Bump commons-pool2 from 2.9.0 to 2.10.0.
commit
|
commitdiff
|
tree
|
snapshot
2021-06-01
Gary Gregory
Remove dead inline comments.
commit
|
commitdiff
|
tree
|
snapshot
2021-06-01
Gary Gregory
Remove obsolete Ant comment.
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Gary Gregory
Better param names.
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Gary Gregory
Javadoc.
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Gary Gregory
Remove unused local var.
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Gary Gregory
Javadoc.
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Gary Gregory
Add missing Javadoc.
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Gary Gregory
Simplify and inline variables #99.
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Arturo Bernal
DBCP-576 - Simplify and inline variables (#99)
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Gary Gregory
[DBCP-578] Use Collections.synchronizedList Instead...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Arturo Bernal
DBCP-578 - Use List Instead Of Vector (#101)
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Gary Gregory
Bump org.junit.jupiter:junit-jupiter 5.7.2 -> 5.8.0-M1.
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Gary Gregory
Bump org.jboss:jboss-transaction-spi from 7.6.0.Final...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Gary Gregory
Update SpotBugs filter: Can't do anything about
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Gary Gregory
Fix SpotBugs errors.
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Gary Gregory
Fix issues found by SpotBugs.
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Gary Gregory
Fix team URL path.
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Gary Gregory
Remove dead Ant build documentation.
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Gary Gregory
Updates for 2.9.0 and 2.8.0.
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Gary Gregory
Replace FindBugs with SpotBugs.
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Gary Gregory
Bump commons.jacoco.version 0.8.6 -> 0.8.7.
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Gary Gregory
Update versions for next release.
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Gary Gregory
Use final and simpler array initializations.
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Gary Gregory
[DBCP-573] DataSource implementations do not implement...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Gary Gregory
[DBCP-573] DataSource implementations do not implement...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Réda Housni...
DBCP-573 DataSource implementations do not implement...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Gary Gregory
Merge branch 'master' of https://gitbox.apache.org...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Gary Gregory
[DBCP-577] Simplify test assertions #100.
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Arturo Bernal
DBCP-577 - Simplify assertion (#100)
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Gary Gregory
[DBCP-575] Remove redundant initializers #98.
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Arturo Bernal
DBCP-575 - Remove redundant initializer (#98)
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Gary Gregory
Bump jboss-logging from 3.4.1.Final to 3.4.2.Final...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
dependabot...
Bump jboss-logging from 3.4.1.Final to 3.4.2.Final...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-31
Gary Gregory
[DBCP-562] Avoid exposing password via JMX #38.
commit
|
commitdiff
|
tree
|
snapshot
next