-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
all: bump PerfMark to 0.25.0 #8948
Conversation
Hi, Friendly ping @dapengzhang0 |
Since the internal perfmark is not at 0.25.0 yet, I will do an import of perfmark first. If that works fine then I'll come back and merge this PR. |
It looks like this PR cannot be merged before bumping the google-cloud-logging version. |
@ran-su can you make that change? I'm uncertain how to make the necessary changes. |
The process here is now much easier since #8238 . We no longer require all versions to be identical, but notice when Maven would downgrade a version. When that happens we just need to re-define the downgraded dependency higher in the dependency tree, or potentially just change the dependency order. Those are the normal steps to resolve requireUpperBoundDeps failures in Maven. |
Perfmark 0.24.0 is much more defensive about class initialization failures, and speeds up class load time by a few millis.