Update JDBC4.3 branch with latest changes from Dev branch #565
Merged
AfsanehR-zz merged 102 commits intoJDBC4.3from Nov 27, 2017
Merged
Update JDBC4.3 branch with latest changes from Dev branch #565AfsanehR-zz merged 102 commits intoJDBC4.3from
AfsanehR-zz merged 102 commits intoJDBC4.3from
Conversation
Running a query that uses a timer can cause an IllegalThreadStateException if the underlying ThreadGroup has been destroyed
Forgot to add AtomicReference
merge dev to master for 6.3.2
merge dev to master for 6.3.3-SNAPSHOT
Revert "removing javax.xml.bind package dependency "
…ed_APIs Revert "Removing deprecated APIs in java 9"
Replace manual array copying with System.arraycopy().
Calling toString() on a String object is redundant
Replace bare literals with magic constants. For example: `cal.set(1, 1, 577738, 0, 0, 0);` becomes `cal.set(1, Calendar.FEBRUARY, 577738, 0, 0, 0);`
Revert "Remove redundant if/else statements"
release process for 6.3.3
Merging in Dev to Master for 6.3.3 release
remove developer name from POM file
…aredStatement populate table with prepared statement
revise the way that pom file uses version number
… fix for BatchTriggerTest
…ching is disabled on the connection
…otherwise throw sql server exception
Fix for static logger member in abstract class 'SQLServerClobBase'
Throw exception for "Account Locked" SQL Exception 18486
Fix prepared statement metadata cache issue
Update Changelog for 6.3.5 Release
Fixed minor issue that came during conflict resolution
Updating POM File for next preview snapshot
Codecov Report
@@ Coverage Diff @@
## JDBC4.3 #565 +/- ##
============================================
+ Coverage 46.58% 46.6% +0.01%
+ Complexity 2219 2214 -5
============================================
Files 108 108
Lines 25280 25321 +41
Branches 4167 4175 +8
============================================
+ Hits 11777 11801 +24
- Misses 11484 11496 +12
- Partials 2019 2024 +5
Continue to review full report at Codecov.
|
peterbae
approved these changes
Nov 27, 2017
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request only contains the new updates from dev branch.