-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into indy-dispatch
- Loading branch information
Showing
33 changed files
with
226 additions
and
576 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
## What does this PR do? | ||
<!-- | ||
Replace this comment with a description of what's being changed by this PR. | ||
Please explain the WHAT: A clear and concise description of what (patterns used, algorithms implemented, design architecture, message processing, etc.) | ||
Can be as simple as Fixes #123 if there's a corresponding issue. | ||
--> | ||
|
||
## Checklist | ||
<!-- | ||
You only have to fill one category of checkboxes, depending on the type of the PR. | ||
Please DO NOT remove any item, ~~striking through~~ those that do not apply. | ||
Just ignore the checkboxes of categories that don't apply. | ||
--> | ||
|
||
- [ ] This is an enhancement of existing features, or a new feature in existing plugins | ||
- [ ] I have updated [CHANGELOG.asciidoc](CHANGELOG.asciidoc) | ||
- [ ] I have added tests that prove my fix is effective or that my feature works | ||
- [ ] Added an API method or config option? Document in which version this will be introduced | ||
- [ ] I have made corresponding changes to the documentation | ||
- [ ] This is a bugfix | ||
- [ ] I have updated [CHANGELOG.asciidoc](CHANGELOG.asciidoc) | ||
- [ ] I have added tests that would fail without this fix | ||
- [ ] This is a new plugin | ||
- [ ] I have updated [CHANGELOG.asciidoc](CHANGELOG.asciidoc) | ||
- [ ] My code follows the [style guidelines of this project](https://github.com/elastic/apm-agent-java/blob/master/CONTRIBUTING.md#java-language-formatting-guidelines) | ||
- [ ] I have made corresponding changes to the documentation | ||
- [ ] I have added tests that prove my fix is effective or that my feature works | ||
- [ ] New and existing [**unit** tests](https://github.com/elastic/apm-agent-java/blob/master/CONTRIBUTING.md#testing) pass locally with my changes | ||
- [ ] I have updated [CHANGELOG.asciidoc](https://github.com/elastic/apm-agent-java/blob/master/CHANGELOG.asciidoc) | ||
- [ ] I have updated [supported-technologies.asciidoc](https://github.com/elastic/apm-agent-java/blob/master/docs/supported-technologies.asciidoc) | ||
- [ ] Added an API method or config option? Document in which version this will be introduced | ||
- [ ] Added an instrumentation plugin? Describe how you made sure that old, non-supported versions are not instrumented by accident. | ||
- [ ] This is something else | ||
- [ ] I have updated [CHANGELOG.asciidoc](CHANGELOG.asciidoc) |
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
78 changes: 0 additions & 78 deletions
78
apm-agent-core/src/main/java/co/elastic/apm/agent/bci/OsgiBootDelegationEnabler.java
This file was deleted.
Oops, something went wrong.
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
1 change: 0 additions & 1 deletion
1
...-core/src/main/resources/META-INF/services/co.elastic.apm.agent.context.LifecycleListener
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
Oops, something went wrong.