Update upstream OpenTelemetry agent dependencies to 2.22.0#898
Merged
Conversation
... encies Made with ❤️️ by updatecli
elastic-observability-automation
Bot
requested a review
from a team
as a code owner
December 3, 2025 06:03
Contributor
|
closes #889 |
jackshirazi
previously approved these changes
Dec 3, 2025
SylvainJuge
previously approved these changes
Dec 3, 2025
| @Override | ||
| public void onStartupSuccess() {} | ||
| public void onStartupSuccess() { | ||
| Slf4jInternalLogger.initializationComplete = true; |
Member
There was a problem hiding this comment.
[minor] I think it would be better too expose a setInitializationComplete() method rather than directly expose the volatile boolean, it could also ensure that it's called at most once.
Contributor
There was a problem hiding this comment.
agree. I've changed to a method. I thought about an error or guard but actually it doesn't matter if it's called more than once, the only thing to avoid is setting it back to false, which can't be done with a no-arg setter. change applied
jackshirazi
dismissed stale reviews from SylvainJuge and themself
via
December 3, 2025 14:21
5c24e48
SylvainJuge
approved these changes
Dec 3, 2025
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.
@elastic/apm-agent-java, can you please check and merge this PR?
Upgrade the upstream agent version and related transitive dependencies
Update upstream OpenTelemetry agent version and related dependencies
ran shell command "gradle/update-upstream.sh v2.22.0 && echo \"Update successful\""
v2.22.0
Created automatically by Updatecli
Options:
Most of Updatecli configuration is done via its manifest(s).
Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!