-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add/fix doc comments, CHANGELOG, TODO.
- Loading branch information
Showing
7 changed files
with
634 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
* Change defaults? Or just document simple recommendations? | ||
- Use large-but-nonzero default for `maxAdminstrativeTaskTime`? (And change docs! Also, note in migration notes) | ||
- Set `testConnectionOnCheckout` to `true` by default (Big migration note!) | ||
* Eliminate source headers | ||
* Connection testing revamp | ||
- Implement connectionIsValidTimeout | ||
- Break testing out into separate NullConnectionTester and ConnectionTester paths | ||
- Simplify docs for default NullConnectionTesterPath, remove existing docs to an appendix | ||
* Revise / update documentation | ||
- Especially threading and connection testing | ||
* Make loom warning about context classloader / privilege threads conditional on those actually being requested. | ||
* Maybe optimize away effectiveStatementCache field from C3P0PooledConnectionPool. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters