Skip to content

Commit 0ed801b

Browse files
committed
Merge branch 'main' into otelbot/merge-change-log-updates-from-release-v2.13.x
2 parents d3a3234 + e8f67d8 commit 0ed801b

13 files changed

+27
-23
lines changed

.github/repository-settings.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,26 @@ settings](https://github.com/open-telemetry/community/blob/main/docs/how-to-conf
3232
- `release/*`
3333
- Branch rules
3434
- Restrict deletions: CHECKED
35-
- Require linear history: CHECKED
3635
- Require a pull request before merging: CHECKED
3736
- Required approvals: 1
3837
- Require review from Code Owners: CHECKED
3938
- Allowed merge methods: Squash
4039
- Require status checks to pass
41-
- EasyCLA
42-
- `required-status-check`
43-
- `gradle-wrapper-validation`
40+
- Do not require status checks on creation: CHECKED
41+
- Status checks that are required
42+
- EasyCLA
43+
- `required-status-check`
44+
- `gradle-wrapper-validation`
4445
- Block force pushes: CHECKED
4546
- Require code scanning results: CHECKED
4647
- CodeQL
4748
- Security alerts: High or higher
4849
- Alerts: Errors
4950

51+
> [!NOTE]
52+
> This repository can't "require linear history" because there is an old merge commit on `main`
53+
> (and so also on the release branches).
54+
5055
### `cloudfoundry` branch
5156

5257
- Targeted branches:

.github/workflows/build-common.yml

-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ jobs:
310310
-Porg.gradle.java.installations.paths=${{ steps.setup-test-java.outputs.path }}
311311
-Porg.gradle.java.installations.auto-download=false
312312
${{ inputs.no-build-cache && ' --no-build-cache' || '' }}
313-
${{ inputs.max-test-retries && format(' -PmaxTestRetries={0}', inputs.max-test-retries) || '' }}
314313
315314
- name: Build scan
316315
if: ${{ !cancelled() && hashFiles('build-scan.txt') != '' }}

.github/workflows/reusable-test-indy.yml

-4
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ on:
99
no-build-cache:
1010
type: boolean
1111
required: false
12-
max-test-retries:
13-
type: string
14-
required: false
1512
secrets:
1613
FLAKY_TEST_REPORTER_ACCESS_KEY:
1714
required: false
@@ -82,7 +79,6 @@ jobs:
8279
${{ env.test-tasks }}
8380
-PtestIndy=true
8481
${{ inputs.no-build-cache && ' --no-build-cache' || '' }}
85-
${{ inputs.max-test-retries && format(' -PmaxTestRetries={0}', inputs.max-test-retries) || '' }}
8682
8783
- name: Build scan
8884
if: ${{ !cancelled() && hashFiles('build-scan.txt') != '' }}

.github/workflows/reusable-test-latest-deps.yml

-4
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ on:
99
no-build-cache:
1010
type: boolean
1111
required: false
12-
max-test-retries:
13-
type: string
14-
required: false
1512
secrets:
1613
FLAKY_TEST_REPORTER_ACCESS_KEY:
1714
required: false
@@ -80,7 +77,6 @@ jobs:
8077
${{ env.test-tasks }}
8178
-PtestLatestDeps=true
8279
${{ inputs.no-build-cache && ' --no-build-cache' || '' }}
83-
${{ inputs.max-test-retries && format(' -PmaxTestRetries={0}', inputs.max-test-retries) || '' }}
8480
8581
- name: Build scan
8682
if: ${{ !cancelled() && hashFiles('build-scan.txt') != '' }}

conventions/src/main/kotlin/otel.java-conventions.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ dependencies {
160160
compileOnly("com.google.code.findbugs:jsr305")
161161
compileOnly("com.google.errorprone:error_prone_annotations")
162162

163-
codenarc("org.codenarc:CodeNarc:3.5.0")
163+
codenarc("org.codenarc:CodeNarc:3.6.0")
164164
codenarc(platform("org.codehaus.groovy:groovy-bom:3.0.23"))
165165

166166
modules {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Comparing source compatibility of opentelemetry-instrumentation-annotations-2.13.0.jar against opentelemetry-instrumentation-annotations-2.12.0.jar
2+
No changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Comparing source compatibility of opentelemetry-instrumentation-api-2.13.0.jar against opentelemetry-instrumentation-api-2.12.0.jar
2+
+++ NEW CLASS: PUBLIC(+) FINAL(+) io.opentelemetry.instrumentation.api.semconv.util.SpanNames (not serializable)
3+
+++ CLASS FILE FORMAT VERSION: 52.0 <- n.a.
4+
+++ NEW SUPERCLASS: java.lang.Object
5+
+++ NEW METHOD: PUBLIC(+) STATIC(+) java.lang.String fromMethod(java.lang.reflect.Method)
6+
+++ NEW METHOD: PUBLIC(+) STATIC(+) java.lang.String fromMethod(java.lang.Class<?>, java.lang.String)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-2.13.0.jar against opentelemetry-spring-boot-autoconfigure-2.12.0.jar
2+
No changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Comparing source compatibility of opentelemetry-spring-boot-starter-2.13.0.jar against opentelemetry-spring-boot-starter-2.12.0.jar
2+
No changes.
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Comparing source compatibility of opentelemetry-instrumentation-annotations-2.14.0-SNAPSHOT.jar against opentelemetry-instrumentation-annotations-2.12.0.jar
1+
Comparing source compatibility of opentelemetry-instrumentation-annotations-2.14.0-SNAPSHOT.jar against opentelemetry-instrumentation-annotations-2.13.0.jar
22
No changes.
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
Comparing source compatibility of opentelemetry-instrumentation-api-2.14.0-SNAPSHOT.jar against opentelemetry-instrumentation-api-2.12.0.jar
2-
+++ NEW CLASS: PUBLIC(+) FINAL(+) io.opentelemetry.instrumentation.api.semconv.util.SpanNames (not serializable)
3-
+++ CLASS FILE FORMAT VERSION: 52.0 <- n.a.
4-
+++ NEW SUPERCLASS: java.lang.Object
5-
+++ NEW METHOD: PUBLIC(+) STATIC(+) java.lang.String fromMethod(java.lang.reflect.Method)
6-
+++ NEW METHOD: PUBLIC(+) STATIC(+) java.lang.String fromMethod(java.lang.Class<?>, java.lang.String)
1+
Comparing source compatibility of opentelemetry-instrumentation-api-2.14.0-SNAPSHOT.jar against opentelemetry-instrumentation-api-2.13.0.jar
2+
No changes.
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-2.14.0-SNAPSHOT.jar against opentelemetry-spring-boot-autoconfigure-2.12.0.jar
1+
Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-2.14.0-SNAPSHOT.jar against opentelemetry-spring-boot-autoconfigure-2.13.0.jar
22
No changes.
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Comparing source compatibility of opentelemetry-spring-boot-starter-2.14.0-SNAPSHOT.jar against opentelemetry-spring-boot-starter-2.12.0.jar
1+
Comparing source compatibility of opentelemetry-spring-boot-starter-2.14.0-SNAPSHOT.jar against opentelemetry-spring-boot-starter-2.13.0.jar
22
No changes.

0 commit comments

Comments
 (0)