Skip to content

Merging dev to connectionResiliency branch#2

Merged
ulvii merged 57 commits intoconnectionResiliencyfrom
dev
Nov 3, 2017
Merged

Merging dev to connectionResiliency branch#2
ulvii merged 57 commits intoconnectionResiliencyfrom
dev

Conversation

@ulvii
Copy link
Copy Markdown
Owner

@ulvii ulvii commented Nov 3, 2017

No description provided.

xiangyushawn and others added 30 commits May 31, 2017 11:52
Running a query that uses a timer can cause an
IllegalThreadStateException if the underlying ThreadGroup has been
destroyed
Forgot to add AtomicReference
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);`
Updated docker image tag for mssql-server-linux
Updating docker run command as well.
Update travis CI build script for mssql-server-Linux:2017-latest tag usage.
update changelog and readme for dev branch
AfsanehR-zz and others added 27 commits October 5, 2017 09:34
…tring

Remove redundant String.toString()
…ixed-param-names

recognize CallableStatement parameter names with leading '@'
Try with resources implementation in JUnit FW - Part 1
…ovement-497

Fix creating SQLServerDataTable being O(n^2) issue
Query with timer can throw IllegalThreadStateException - This PR makes sure the ThreadGroup is not destroyed before creating a new timer thread.
* 6.3.4-preview release
revise the way that pom file uses version number
@ulvii ulvii merged commit 2a86b4b into connectionResiliency Nov 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants