Skip to content

Commit 4e0741d

Browse files
committed
Merge branch 'main' into nats-instrumentation
2 parents 360a21f + b1b2d73 commit 4e0741d

File tree

119 files changed

+1397
-1276
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+1397
-1276
lines changed

.github/workflows/publish-petclinic-benchmark-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121

22-
- uses: docker/setup-buildx-action@18ce135bb5112fa8ce4ed6c17ab05699d7f3a5e0 # v3.11.0
22+
- uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
2323

2424
- name: Login to GitHub container registry
2525
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0

.github/workflows/reusable-markdown-link-check.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,7 @@ jobs:
1414

1515
- uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2.4.1
1616
with:
17-
# excluding links to pull requests and issues is done for performance
18-
# stackexchange link fails with 403 when accessed by lychee
1917
args: >
20-
--include-fragments
21-
--exclude "^https://github.com/open-telemetry/opentelemetry-java-instrumentation/(issues|pull)/\\d+$"
22-
--exclude "^http://code.google.com/p/concurrentlinkedhashmap$"
23-
--exclude "^https://softwareengineering.stackexchange.com/questions/29727"
24-
--max-retries 6
25-
--max-concurrency 4
18+
--config ./lychee.toml
2619
--github-token ${{ github.token }}
2720
.

.github/workflows/reusable-native-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828
- id: read-java
2929
run: echo "version=$(cat .java-version)" >> "$GITHUB_OUTPUT"
30-
- uses: graalvm/setup-graalvm@01ed653ac833fe80569f1ef9f25585ba2811baab # v1.3.3.1
30+
- uses: graalvm/setup-graalvm@e1df20a713a4cc6ab5b0eb03f0e0dcdc0199b805 # v1.3.4.1
3131
with:
3232
version: "latest"
3333
java-version: ${{ matrix.test-java-version }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ hs_err_pid*
5959
replay_pid*
6060
.attach_pid*
6161
.telemetry*
62+
.lycheecache
6263

6364
!java-agent/benchmark/releases/*.jar
6465

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,14 @@ Debug logging negatively impacts the performance of your application.
129129

130130
See [CONTRIBUTING.md](CONTRIBUTING.md).
131131

132-
Approvers ([@open-telemetry/java-instrumentation-approvers](https://github.com/orgs/open-telemetry/teams/java-instrumentation-approvers)):
132+
### Maintainers
133+
134+
- [Lauri Tulmin](https://github.com/laurit), Splunk
135+
- [Trask Stalnaker](https://github.com/trask), Microsoft
136+
137+
For more information about the maintainer role, see the [community repository](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#maintainer).
138+
139+
### Approvers
133140

134141
- [Gregor Zeitlinger](https://github.com/zeitlinger), Grafana
135142
- [Jack Berg](https://github.com/jack-berg), New Relic
@@ -141,24 +148,20 @@ Approvers ([@open-telemetry/java-instrumentation-approvers](https://github.com/o
141148
- [Steve Rao](https://github.com/steverao), Alibaba
142149
- [Sylvain Juge](https://github.com/SylvainJuge), Elastic
143150

144-
Maintainers ([@open-telemetry/java-instrumentation-maintainers](https://github.com/orgs/open-telemetry/teams/java-instrumentation-maintainers)):
145-
146-
- [Lauri Tulmin](https://github.com/laurit), Splunk
147-
- [Trask Stalnaker](https://github.com/trask), Microsoft
151+
For more information about the approver role, see the [community repository](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#approver).
148152

149-
Emeritus maintainers:
153+
### Emeritus maintainers
150154

151155
- [Mateusz Rzeszutek](https://github.com/mateuszrzeszutek)
152156
- [Nikita Salnikov-Tarnovski](https://github.com/iNikem)
153157
- [Tyler Benson](https://github.com/tylerbenson)
154158

155-
Learn more about roles in
156-
the [community repository](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md).
159+
For more information about the emeritus role, see the [community repository](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#emeritus-maintainerapprovertriager).
157160

158-
Thanks to all the people who have already contributed!
161+
### Thanks to all of our contributors!
159162

160163
<a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/graphs/contributors">
161-
<img src="https://contributors-img.web.app/image?repo=open-telemetry/opentelemetry-java-instrumentation" />
164+
<img alt="Repo contributors" src="https://contrib.rocks/image?repo=open-telemetry/opentelemetry-java-instrumentation" />
162165
</a>
163166

164167
[config-agent]: https://opentelemetry.io/docs/zero-code/java/agent/configuration/

benchmark-overhead/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616
}
1717

1818
dependencies {
19-
implementation(enforcedPlatform("org.junit:junit-bom:5.13.1"))
19+
implementation(enforcedPlatform("org.junit:junit-bom:5.13.2"))
2020

2121
testImplementation("org.testcontainers:testcontainers:1.21.2")
2222
testImplementation("org.testcontainers:postgresql:1.21.2")

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ nexusPublishing {
3232
}
3333

3434
connectTimeout.set(Duration.ofMinutes(5))
35-
clientTimeout.set(Duration.ofMinutes(5))
35+
clientTimeout.set(Duration.ofMinutes(30))
3636

3737
transitionCheckOptions {
3838
// We have many artifacts so Maven Central takes a long time on its compliance checks. This sets

conventions/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies {
5757
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.4")
5858
implementation("com.google.guava:guava:33.4.8-jre")
5959
implementation("gradle.plugin.com.google.protobuf:protobuf-gradle-plugin:0.8.18")
60-
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.6")
60+
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.7")
6161
implementation("org.apache.httpcomponents:httpclient:4.5.14")
6262
implementation("com.gradle.develocity:com.gradle.develocity.gradle.plugin:4.0.2")
6363
implementation("org.owasp:dependency-check-gradle:12.1.3")
@@ -67,11 +67,11 @@ dependencies {
6767
implementation("net.bytebuddy:byte-buddy-gradle-plugin:1.17.6")
6868
implementation("gradle.plugin.io.morethan.jmhreport:gradle-jmh-report:0.9.6")
6969
implementation("me.champeau.jmh:jmh-gradle-plugin:0.7.3")
70-
implementation("net.ltgt.gradle:gradle-errorprone-plugin:4.2.0")
70+
implementation("net.ltgt.gradle:gradle-errorprone-plugin:4.3.0")
7171
implementation("net.ltgt.gradle:gradle-nullaway-plugin:2.2.0")
7272
implementation("me.champeau.gradle:japicmp-gradle-plugin:0.4.6")
7373

74-
testImplementation(enforcedPlatform("org.junit:junit-bom:5.13.1"))
74+
testImplementation(enforcedPlatform("org.junit:junit-bom:5.13.2"))
7575
testImplementation("org.junit.jupiter:junit-jupiter-api")
7676
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
7777
testImplementation("org.assertj:assertj-core:3.27.3")

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ codenarc {
431431
checkstyle {
432432
configFile = rootProject.file("buildscripts/checkstyle.xml")
433433
// this version should match the version of google_checks.xml used as basis for above configuration
434-
toolVersion = "10.25.0"
434+
toolVersion = "10.26.0"
435435
maxWarnings = 0
436436
}
437437

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ val CORE_DEPENDENCIES = listOf(
8181
// There are dependencies included here that appear to have no usages, but are maintained at
8282
// this top level to help consistently satisfy large numbers of transitive dependencies.
8383
val DEPENDENCIES = listOf(
84-
"org.junit.jupiter:junit-jupiter-api:5.13.1",
84+
"org.junit.jupiter:junit-jupiter-api:5.13.2",
8585
"org.spockframework:spock-core:2.4-M6-groovy-4.0",
8686
"org.spockframework:spock-junit4:2.4-M6-groovy-4.0",
8787

0 commit comments

Comments
 (0)