File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 6060 -Porg.gradle.java.installations.paths=${{ steps.setup-java-test.outputs.path }},${{ steps.setup-java.outputs.path }}
6161
6262 - name : Check for diff
63+ # The jApiCmp diff compares current to latest, which isn't appropriate for release branches
64+ if : ${{ !startsWith(github.ref_name, 'release/') && !startsWith(github.base_ref, 'release/') }}
6365 run : |
6466 if git diff --quiet
6567 then
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Unreleased
4+
5+ ### Bugfixes
6+
7+ * Fix bug in ` ComponentRegistry ` that produces ` ConcurrentModificationException ` when reading
8+ metrics at the same time as obtaining a meter.
9+ [ (#4951 )] ( https://github.com/open-telemetry/opentelemetry-java/pull/4951 )
10+
311## Version 1.20.0 (2022-11-11)
412
513### API
You can’t perform that action at this time.
0 commit comments