-
Notifications
You must be signed in to change notification settings - Fork 889
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into executor
- Loading branch information
Showing
285 changed files
with
5,537 additions
and
5,043 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"extends": [ | ||
"config:base" | ||
], | ||
"ignorePaths": ["instrumentation/**"], | ||
"packageRules": [ | ||
{ | ||
"matchPackagePrefixes": ["ch.qos.logback:"], | ||
"groupName": "logback packages" | ||
}, | ||
{ | ||
"matchPackagePrefixes": ["com.google.guava:"], | ||
"groupName": "guava packages" | ||
}, | ||
{ | ||
"matchPackagePrefixes": ["com.gradle.enterprise"], | ||
"groupName": "gradle enterprise packages" | ||
}, | ||
{ | ||
"matchPackagePrefixes": ["org.eclipse.jetty:"], | ||
"groupName": "jetty packages" | ||
}, | ||
{ | ||
// OpenTelemetry SDK updates are handled by auto-update-otel-sdk.yml | ||
"matchPackagePrefixes": ["io.opentelemetry:"], | ||
"enabled": false | ||
}, | ||
{ | ||
// junit-pioneer 2+ requires Java 11+ | ||
"matchPackageNames": ["org.junit-pioneer:junit-pioneer"], | ||
"matchUpdateTypes": ["major"], | ||
"enabled": false | ||
}, | ||
{ | ||
// mockito 5+ requires Java 11+ | ||
"matchPackagePrefixes": ["org.mockito:"], | ||
"matchUpdateTypes": ["major"], | ||
"enabled": false | ||
}, | ||
{ | ||
// intentionally using Spring Boot 2 in this smoke tests | ||
"matchFileNames": ["smoke-tests/images/spring-boot/build.gradle.kts"], | ||
"matchPackageNames": ["org.springframework.boot", "org.springframework.boot:spring-boot-dependencies"], | ||
"matchUpdateTypes": ["major"], | ||
"enabled": false, | ||
}, | ||
{ | ||
// intentionally using logback 1.2 in this smoke tests | ||
"matchFileNames": ["smoke-tests/images/spring-boot/build.gradle.kts"], | ||
"matchPackagePrefixes": ["ch.qos.logback:"], | ||
"matchUpdateTypes": ["major", "minor"], | ||
"enabled": false | ||
}, | ||
{ | ||
// intentionally using slf4j 1 in this smoke tests | ||
"matchFileNames": ["smoke-tests/images/spring-boot/build.gradle.kts"], | ||
"matchPackagePrefixes": ["org.slf4j:"], | ||
"matchUpdateTypes": ["major"], | ||
"enabled": false | ||
}, | ||
{ | ||
// intentionally aligning both netty 4.0 and 4.1 version in this convention | ||
"matchFileNames": ["conventions/src/main/kotlin/otel.java-conventions.gradle.kts"], | ||
"matchPackageNames": ["io.netty:netty-bom"], | ||
"matchUpdateTypes": ["major", "minor"], | ||
"enabled": false | ||
}, | ||
{ | ||
// intentionally using scala 2.11 in otel.scala-conventions.gradle.kts | ||
"matchFileNames": ["conventions/src/main/kotlin/otel.scala-conventions.gradle.kts"], | ||
"matchPackagePrefixes": ["org.scala-lang:scala-library"], | ||
"matchUpdateTypes": ["major", "minor"], | ||
"enabled": false | ||
}, | ||
{ | ||
// intentionally using Java 11 in some examples | ||
// not using matchUpdateTypes "major", because renovate wants to bump "11-jre" to "11.0.19_7-jre" | ||
"matchPackageNames": ["eclipse-temurin"], | ||
"enabled": false | ||
}, | ||
{ | ||
// using old version of this obscure artifact to test instrumentation of Java 1.1 bytecode | ||
"matchPackageNames": ["net.sf.jt400:jt400"], | ||
"matchCurrentVersion": "6.1", | ||
"enabled": false | ||
}, | ||
{ | ||
// pinned version for compatibility | ||
"matchPackageNames": ["javax.servlet:javax.servlet-api"], | ||
"matchCurrentVersion": "3.0.1", | ||
"enabled": false | ||
}, | ||
{ | ||
// pinned version for compatibility | ||
"matchPackageNames": ["jakarta.servlet:jakarta.servlet-api"], | ||
"matchCurrentVersion": "5.0.0", | ||
"enabled": false | ||
}, | ||
{ | ||
// intentionally using logback 1.3 in dependency management (for Java 8 support) | ||
"matchFileNames": ["dependencyManagement/build.gradle.kts"], | ||
"matchPackagePrefixes": ["ch.qos.logback:"], | ||
"matchUpdateTypes": ["major", "minor"], | ||
"enabled": false | ||
}, | ||
{ | ||
// intentionally using Spring Boot 2 in dependency management (for Java 8 support) | ||
"matchFileNames": ["dependencyManagement/build.gradle.kts"], | ||
"matchPackagePrefixes": ["org.springframework.boot:spring-boot-dependencies"], | ||
"matchUpdateTypes": ["major"], | ||
"enabled": false | ||
}, | ||
{ | ||
// pinned version to Jetty 8 (Servlet 3.0) for compatibility | ||
"matchFileNames": ["examples/distro/instrumentation/servlet-3/build.gradle"], | ||
"matchPackagePrefixes": ["org.eclipse.jetty:"], | ||
"matchUpdateTypes": ["major"], | ||
"enabled": false | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ plugins { | |
} | ||
|
||
jacoco { | ||
toolVersion = "0.8.8" | ||
toolVersion = "0.8.10" | ||
} | ||
|
||
tasks { | ||
|
Oops, something went wrong.