Skip to content

Use CallDepthThreadLocalMap in sql Connection init#281

Merged
realark merged 2 commits into
masterfrom
ark/jdbc_constructors
Apr 6, 2018
Merged

Use CallDepthThreadLocalMap in sql Connection init#281
realark merged 2 commits into
masterfrom
ark/jdbc_constructors

Conversation

@realark
Copy link
Copy Markdown
Contributor

@realark realark commented Apr 4, 2018

  • Move CallDepthThreadLocalMap to bootstrap jar and use in jdbc constructors

@realark realark added the tag: do not merge Do not merge changes label Apr 4, 2018
* <p>For example, this can be used to track nested calls to super() in constructors by calling
* #incrementCallDepth at the beginning of each constructor.
*/
public class CallDepthThreadLocalMap {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to remove the CallDepthThreadLocalMap from the classloader instrumentation and replace it with this?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Yeah, I'll go ahead and do that.

@realark realark added type: bug Bug report and fix and removed tag: do not merge Do not merge changes labels Apr 6, 2018
@realark realark merged commit 05b15e8 into master Apr 6, 2018
@realark realark deleted the ark/jdbc_constructors branch April 6, 2018 21:14
@tylerbenson tylerbenson added this to the 0.7.0 milestone Apr 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: bug Bug report and fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants