Skip to content

Commit 2edad56

Browse files
committed
Merge branch 'main' into kafka-connect
2 parents 626b560 + 3cdde20 commit 2edad56

File tree

297 files changed

+7125
-2357
lines changed

Some content is hidden

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

297 files changed

+7125
-2357
lines changed

.fossa.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,12 @@ targets:
136136
- type: gradle
137137
path: ./
138138
target: ':instrumentation:gwt-2.0:javaagent'
139+
- type: gradle
140+
path: ./
141+
target: ':instrumentation:helidon-4.3:javaagent'
142+
- type: gradle
143+
path: ./
144+
target: ':instrumentation:helidon-4.3:library'
139145
- type: gradle
140146
path: ./
141147
target: ':instrumentation:hikaricp-3.0:javaagent'
@@ -754,6 +760,9 @@ targets:
754760
- type: gradle
755761
path: ./
756762
target: ':instrumentation:openai:openai-java-1.1:library'
763+
- type: gradle
764+
path: ./
765+
target: ':instrumentation:opensearch:opensearch-java-3.0:javaagent'
757766
- type: gradle
758767
path: ./
759768
target: ':instrumentation:opensearch:opensearch-rest-1.0:javaagent'

.github/config/lychee.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ exclude = [
2121
'^http://code.google.com/p/concurrentlinkedhashmap$',
2222
'^https://softwareengineering.stackexchange.com/questions/29727.*',
2323
'^https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/opentelemetry/$',
24+
# new artifact, remove after 2.21.0 release
25+
'^https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-helidon-4.3$',
2426
]

.github/renovate.json5

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,10 +351,12 @@
351351
customType: 'regex',
352352
datasourceTemplate: 'java-version',
353353
managerFilePatterns: [
354-
'.github/workflows/**'
354+
'.github/workflows/**',
355+
'**/*.gradle.kts'
355356
],
356357
matchStrings: [
357358
'(?<currentValue>\\d+) # renovate: datasource=java-version',
359+
'"(?<currentValue>\\d+)" // renovate: datasource=java-version',
358360
],
359361
depNameTemplate: 'java',
360362
extractVersionTemplate: '^(?<version>\\d+)',

.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@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
66+
uses: github/codeql-action/init@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3.30.8
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@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
87+
uses: github/codeql-action/analyze@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3.30.8
8888
with:
8989
category: "/language:${{matrix.language}}"

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- name: 'Checkout Repository'
2020
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121
- name: 'Dependency Review'
22-
uses: actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0
22+
uses: actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1

.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@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
45+
uses: github/codeql-action/upload-sarif@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3.30.8
4646
with:
4747
sarif_file: results.sarif

.github/workflows/reusable-pr-smoke-test-images.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,15 @@ on:
2222
skip-java-11:
2323
type: boolean
2424
required: false
25-
skip-java-17:
26-
type: boolean
27-
required: false
28-
skip-java-21:
29-
type: boolean
30-
required: false
3125

3226
permissions:
3327
contents: read
3428

3529
jobs:
3630
build:
3731
runs-on: ubuntu-latest
32+
env:
33+
LATEST_JAVA_VERSION: 25 # renovate: datasource=java-version
3834
steps:
3935
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4036

@@ -64,13 +60,10 @@ jobs:
6460
run: ./gradlew ${{ inputs.project }}:jibDockerBuild -Ptag=${{ env.TAG }} -PtargetJDK=11 -Djib.httpTimeout=120000 -Djib.console=plain
6561

6662
- name: Build Java 17 Docker image
67-
if: "!inputs.skip-java-17"
6863
run: ./gradlew ${{ inputs.project }}:jibDockerBuild -Ptag=${{ env.TAG }} -PtargetJDK=17 -Djib.httpTimeout=120000 -Djib.console=plain
6964

7065
- name: Build Java 21 Docker image
71-
if: "!inputs.skip-java-21"
7266
run: ./gradlew ${{ inputs.project }}:jibDockerBuild -Ptag=${{ env.TAG }} -PtargetJDK=21 -Djib.httpTimeout=120000 -Djib.console=plain
7367

74-
- name: Build Java 23 Docker image
75-
if: "!inputs.skip-java-23"
76-
run: ./gradlew ${{ inputs.project }}:jibDockerBuild -Ptag=${{ env.TAG }} -PtargetJDK=23 -Djib.httpTimeout=120000 -Djib.console=plain
68+
- name: Build Java ${{ env.LATEST_JAVA_VERSION }} Docker image
69+
run: ./gradlew ${{ inputs.project }}:jibDockerBuild -Ptag=${{ env.TAG }} -PtargetJDK=${{ env.LATEST_JAVA_VERSION }} -Djib.httpTimeout=120000 -Djib.console=plain

.github/workflows/reusable-publish-smoke-test-images.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ on:
2222
skip-java-11:
2323
type: boolean
2424
required: false
25-
skip-java-17:
26-
type: boolean
27-
required: false
28-
skip-java-21:
29-
type: boolean
30-
required: false
3125

3226
permissions:
3327
contents: read
@@ -38,6 +32,8 @@ jobs:
3832
permissions:
3933
contents: read
4034
packages: write
35+
env:
36+
LATEST_JAVA_VERSION: 25 # renovate: datasource=java-version
4137
steps:
4238
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4339

@@ -74,13 +70,10 @@ jobs:
7470
run: ./gradlew ${{ inputs.project }}:jib -Ptag=${{ env.TAG }} -PtargetJDK=11 -Djib.httpTimeout=120000 -Djib.console=plain
7571

7672
- name: Build Java 17 Docker image
77-
if: "!inputs.skip-java-17"
7873
run: ./gradlew ${{ inputs.project }}:jib -Ptag=${{ env.TAG }} -PtargetJDK=17 -Djib.httpTimeout=120000 -Djib.console=plain
7974

8075
- name: Build Java 21 Docker image
81-
if: "!inputs.skip-java-21"
8276
run: ./gradlew ${{ inputs.project }}:jib -Ptag=${{ env.TAG }} -PtargetJDK=21 -Djib.httpTimeout=120000 -Djib.console=plain
8377

84-
- name: Build Java 23 Docker image
85-
if: "!inputs.skip-java-23"
86-
run: ./gradlew ${{ inputs.project }}:jib -Ptag=${{ env.TAG }} -PtargetJDK=23 -Djib.httpTimeout=120000 -Djib.console=plain
78+
- name: Build Java ${{ env.LATEST_JAVA_VERSION }} Docker image
79+
run: ./gradlew ${{ inputs.project }}:jib -Ptag=${{ env.TAG }} -PtargetJDK=${{ env.LATEST_JAVA_VERSION }} -Djib.httpTimeout=120000 -Djib.console=plain

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ For more information about the maintainer role, see the [community repository](h
138138

139139
### Approvers
140140

141-
- [Gregor Zeitlinger](https://github.com/zeitlinger), Grafana
142-
- [Jack Berg](https://github.com/jack-berg), New Relic
141+
- [Gregor Zeitlinger](https://github.com/zeitlinger), Grafana Labs
142+
- [Jack Berg](https://github.com/jack-berg), Grafana Labs
143143
- [Jason Plumb](https://github.com/breedx-splk), Splunk
144-
- [Jay DeLuca](https://github.com/jaydeluca), Grafana
144+
- [Jay DeLuca](https://github.com/jaydeluca), Grafana Labs
145145
- [Jean Bisutti](https://github.com/jeanbisutti), Microsoft
146146
- [John Watson](https://github.com/jkwatson), Cloudera
147147
- [Jonas Kunz](https://github.com/JonasKunz), Elastic

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:f6eb706417f377c64613258e3c6389e28da6dca2f5bf40274726acc7efc09dc6 as app-build
1+
FROM eclipse-temurin:11.0.28_6-jdk@sha256:28d7b8bf8420d0a6fcb5eb5c0fbe0cb51e8a71635c2eabbba1b13fcd83c63ac7 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

0 commit comments

Comments
 (0)