Skip to content

Commit 19154ef

Browse files
authored
Merge branch 'main' into copilot/fix-79effdad-6d82-4980-ad08-443e4438f725
2 parents d437b5e + f08c548 commit 19154ef

File tree

42 files changed

+348
-5261
lines changed

Some content is hidden

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

42 files changed

+348
-5261
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
cache-read-only: ${{ github.event_name == 'pull_request' }}
6464

6565
- name: Initialize CodeQL
66-
uses: github/codeql-action/init@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3.30.8
66+
uses: github/codeql-action/init@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3.30.9
6767
with:
6868
languages: ${{ matrix.language }}
6969
# using "linked" helps to keep up with the linked Kotlin support
@@ -84,6 +84,6 @@ jobs:
8484
--no-build-cache --no-daemon
8585
8686
- name: Perform CodeQL analysis
87-
uses: github/codeql-action/analyze@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3.30.8
87+
uses: github/codeql-action/analyze@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3.30.9
8888
with:
8989
category: "/language:${{matrix.language}}"

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
# Upload the results to GitHub's code scanning dashboard (optional).
4343
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
4444
- name: "Upload to code-scanning"
45-
uses: github/codeql-action/upload-sarif@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3.30.8
45+
uses: github/codeql-action/upload-sarif@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3.30.9
4646
with:
4747
sarif_file: results.sarif

.github/workflows/pr-automation-comments.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Comment on PR
15-
uses: actions/github-script@v7
15+
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
1616
with:
1717
script: |
1818
const { data: comments } = await github.rest.issues.listComments({
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565
steps:
6666
- name: Comment on PR
67-
uses: actions/github-script@v7
67+
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
6868
with:
6969
script: |
7070
const { data: comments } = await github.rest.issues.listComments({

benchmark-overhead/Dockerfile.petclinic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:11.0.28_6-jdk@sha256:28d7b8bf8420d0a6fcb5eb5c0fbe0cb51e8a71635c2eabbba1b13fcd83c63ac7 as app-build
1+
FROM eclipse-temurin:11.0.28_6-jdk@sha256:ed9802af79941c6e0c0442445c8c51e754c1fc1d0a78b6072d6707b918f404ba as app-build
22

33
# This is the base image that will contain a built version of the spring-petclinic-rest
44
# application. Installing the dependencies and maven compiling the application is time

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ codenarc {
437437
checkstyle {
438438
configFile = rootProject.file("buildscripts/checkstyle.xml")
439439
// this version should match the version of google_checks.xml used as basis for above configuration
440-
toolVersion = "12.0.1"
440+
toolVersion = "12.1.0"
441441
maxWarnings = 0
442442
}
443443

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ val otelContribVersion = "1.50.0-alpha"
1010
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
1111

1212
// Need both BOM and groovy jars
13-
val groovyVersion = "4.0.28"
13+
val groovyVersion = "4.0.29"
1414

1515
// We don't force libraries we instrument to new versions since we compile and test against specific
1616
// old baseline versions but we do try to force those libraries' transitive dependencies to new

docs/apidiffs/current_vs_latest/opentelemetry-javaagent.txt

Lines changed: 0 additions & 5055 deletions
This file was deleted.

docs/instrumentation-list.yaml

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5536,6 +5536,35 @@ libraries:
55365536
Enables experimental receive telemetry, which will cause consumers to start a new trace, with only a span link connecting it to the producer trace.
55375537
type: boolean
55385538
default: false
5539+
- name: kafka-connect-2.6
5540+
description: This instrumentation enables messaging spans for Kafka Connect sink
5541+
tasks.
5542+
semantic_conventions:
5543+
- MESSAGING_SPANS
5544+
library_link: https://kafka.apache.org/documentation/#connect
5545+
source_path: instrumentation/kafka/kafka-connect-2.6
5546+
scope:
5547+
name: io.opentelemetry.kafka-connect-2.6
5548+
target_versions:
5549+
javaagent:
5550+
- org.apache.kafka:connect-api:[2.6.0,)
5551+
telemetry:
5552+
- when: default
5553+
spans:
5554+
- span_kind: CONSUMER
5555+
attributes:
5556+
- name: messaging.batch.message_count
5557+
type: LONG
5558+
- name: messaging.destination.name
5559+
type: STRING
5560+
- name: messaging.operation
5561+
type: STRING
5562+
- name: messaging.system
5563+
type: STRING
5564+
- name: thread.id
5565+
type: LONG
5566+
- name: thread.name
5567+
type: STRING
55395568
- name: kafka-streams-0.11
55405569
library_link: https://kafka.apache.org/documentation/streams/
55415570
source_path: instrumentation/kafka/kafka-streams-0.11
@@ -7663,9 +7692,9 @@ libraries:
76637692
- org.springframework.security:spring-security-config:[6.0.0,]
76647693
library:
76657694
- io.projectreactor:reactor-core:3.5.0
7695+
- jakarta.servlet:jakarta.servlet-api:[6.0.0,6.1.0)
76667696
- org.springframework.security:spring-security-config:6.0.0
76677697
- org.springframework:spring-web:6.0.0
7668-
- jakarta.servlet:jakarta.servlet-api:6.0.0
76697698
- org.springframework.security:spring-security-web:6.0.0
76707699
configurations:
76717700
- name: otel.instrumentation.common.enduser.id.enabled

examples/distro/smoke-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.8.0-alpha")
1111
testImplementation("io.opentelemetry:opentelemetry-api")
1212

13-
testImplementation("ch.qos.logback:logback-classic:1.5.19")
13+
testImplementation("ch.qos.logback:logback-classic:1.5.20")
1414
}
1515

1616
tasks.test {

examples/extension/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ dependencies {
110110
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
111111
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
112112

113-
testRuntimeOnly("ch.qos.logback:logback-classic:1.5.19")
113+
testRuntimeOnly("ch.qos.logback:logback-classic:1.5.20")
114114

115115
//Otel Java instrumentation that we use and extend during integration tests
116116
otel("io.opentelemetry.javaagent:opentelemetry-javaagent:${versions.opentelemetryJavaagent}")

0 commit comments

Comments
 (0)