-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AbstractErrorSqlConnection: Silently ignore state set requests
Since this state wont have any effect until the connection is used, we can just safely ignore the requests. This will help hide potential server instability longer if possible, making the AuroraArc connections be more reliable. This is in effect an extension of the previous changes to this class.
- Loading branch information
Showing
4 changed files
with
100 additions
and
87 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
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,13 +1,13 @@ | ||
group = org.threadly | ||
version = 0.12 | ||
version = 0.13-SNAPSHOT | ||
|
||
threadlyVersion = 5.41 | ||
mysqlVersion = 8.0.18 | ||
psqlVersion = 42.2.7 | ||
|
||
jdbiVersion = 2.78 | ||
hikariVersion = 3.3.1 | ||
hikariVersion = 3.4.1 | ||
logbackVersion = 1.2.3 | ||
junitVersion = 4.12 | ||
mockitoVersion = 3.1.0 | ||
mockitoVersion = 3.2.0 | ||
|