-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor and specific agent classes bootdelegation #376
Refactor and specific agent classes bootdelegation #376
Conversation
Codecov Report
@@ Coverage Diff @@
## master #376 +/- ##
=========================================
Coverage 72.39% 72.39%
Complexity 1195 1195
=========================================
Files 131 131
Lines 4484 4484
Branches 459 459
=========================================
Hits 3246 3246
Misses 1029 1029
Partials 209 209
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
difficult to review but LGTM from skimming over it
b2835c7
to
368cc91
Compare
This currently fails for WildFly, probably because of the bootdelegation
368cc91
to
37b8cd0
Compare
All classes except public API, OpenTracing bridge and some tests were moved and repackaged under an internal agent root -
co.elastic.apm.agent
. Bootdelegation was enabled for this root package.closes #362