-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address dependencies issues in
servicetalk-benchmarks
module (#3165)
Motivation: Dependency-analysis plugin detected that all dependencies in `servicetalk-benchmarks` module should be declared under `jmhImplementation` scope rather than `implementation`. Modifications: - Change the scope from `implementation` to `jmhImplementation`; - Add `jmhCompileClasspath` and `jmhRuntimeClasspath` scopes for dependency locking; - Regenerate all dependency locks; Result: Addresses all warning from dependency-analysis plugin for `servicetalk-benchmarks` module.
- Loading branch information
1 parent
7f5c850
commit 1c1993b
Showing
121 changed files
with
192 additions
and
176 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,36 +1,46 @@ | ||
# This is a Gradle generated file for dependency locking. | ||
# Manual edits can break the build and are not advised. | ||
# This file is expected to be part of source control. | ||
com.fasterxml.jackson.core:jackson-annotations:2.16.2=compileClasspath,runtimeClasspath | ||
com.fasterxml.jackson.core:jackson-core:2.16.2=compileClasspath,runtimeClasspath | ||
com.fasterxml.jackson.core:jackson-databind:2.16.2=compileClasspath,runtimeClasspath | ||
com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath | ||
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath | ||
io.netty.incubator:netty-incubator-transport-classes-io_uring:0.0.26.Final=runtimeClasspath | ||
io.netty.incubator:netty-incubator-transport-native-io_uring:0.0.26.Final=runtimeClasspath | ||
io.netty:netty-bom:4.1.116.Final=compileClasspath,runtimeClasspath | ||
io.netty:netty-buffer:4.1.116.Final=compileClasspath,runtimeClasspath | ||
io.netty:netty-codec-dns:4.1.116.Final=runtimeClasspath | ||
io.netty:netty-codec-http2:4.1.116.Final=runtimeClasspath | ||
io.netty:netty-codec-http:4.1.116.Final=compileClasspath,runtimeClasspath | ||
io.netty:netty-codec:4.1.116.Final=compileClasspath,runtimeClasspath | ||
io.netty:netty-common:4.1.116.Final=compileClasspath,runtimeClasspath | ||
io.netty:netty-handler:4.1.116.Final=compileClasspath,runtimeClasspath | ||
io.netty:netty-resolver-dns-classes-macos:4.1.116.Final=runtimeClasspath | ||
io.netty:netty-resolver-dns-native-macos:4.1.116.Final=runtimeClasspath | ||
io.netty:netty-resolver-dns:4.1.116.Final=runtimeClasspath | ||
io.netty:netty-resolver:4.1.116.Final=compileClasspath,runtimeClasspath | ||
io.netty:netty-tcnative-boringssl-static:2.0.69.Final=runtimeClasspath | ||
io.netty:netty-tcnative-classes:2.0.69.Final=runtimeClasspath | ||
io.netty:netty-transport-classes-epoll:4.1.116.Final=runtimeClasspath | ||
io.netty:netty-transport-classes-kqueue:4.1.116.Final=runtimeClasspath | ||
io.netty:netty-transport-native-epoll:4.1.116.Final=runtimeClasspath | ||
io.netty:netty-transport-native-kqueue:4.1.116.Final=runtimeClasspath | ||
io.netty:netty-transport-native-unix-common:4.1.116.Final=compileClasspath,runtimeClasspath | ||
io.netty:netty-transport:4.1.116.Final=compileClasspath,runtimeClasspath | ||
net.sf.jopt-simple:jopt-simple:5.0.4=compileClasspath,runtimeClasspath | ||
org.apache.commons:commons-math3:3.6.1=compileClasspath,runtimeClasspath | ||
org.jctools:jctools-core:4.0.3=runtimeClasspath | ||
org.openjdk.jmh:jmh-core:1.37=compileClasspath,runtimeClasspath | ||
org.slf4j:slf4j-api:1.7.36=runtimeClasspath | ||
empty=annotationProcessor,jmhAnnotationProcessor,shadow,spotbugsPlugins,testAnnotationProcessor | ||
com.fasterxml.jackson.core:jackson-annotations:2.16.2=jmhCompileClasspath,jmhRuntimeClasspath | ||
com.fasterxml.jackson.core:jackson-core:2.16.2=jmhCompileClasspath,jmhRuntimeClasspath | ||
com.fasterxml.jackson.core:jackson-databind:2.16.2=jmhCompileClasspath,jmhRuntimeClasspath | ||
com.fasterxml.jackson:jackson-bom:2.16.2=jmhCompileClasspath,jmhRuntimeClasspath | ||
com.google.code.findbugs:jsr305:3.0.2=jmhCompileClasspath,jmhRuntimeClasspath | ||
io.netty.incubator:netty-incubator-transport-classes-io_uring:0.0.26.Final=jmhRuntimeClasspath | ||
io.netty.incubator:netty-incubator-transport-native-io_uring:0.0.26.Final=jmhRuntimeClasspath | ||
io.netty:netty-bom:4.1.116.Final=jmhCompileClasspath,jmhRuntimeClasspath | ||
io.netty:netty-buffer:4.1.116.Final=jmhCompileClasspath,jmhRuntimeClasspath | ||
io.netty:netty-codec-dns:4.1.116.Final=jmhRuntimeClasspath | ||
io.netty:netty-codec-http2:4.1.116.Final=jmhRuntimeClasspath | ||
io.netty:netty-codec-http:4.1.116.Final=jmhCompileClasspath,jmhRuntimeClasspath | ||
io.netty:netty-codec:4.1.116.Final=jmhCompileClasspath,jmhRuntimeClasspath | ||
io.netty:netty-common:4.1.116.Final=jmhCompileClasspath,jmhRuntimeClasspath | ||
io.netty:netty-handler:4.1.116.Final=jmhCompileClasspath,jmhRuntimeClasspath | ||
io.netty:netty-resolver-dns-classes-macos:4.1.116.Final=jmhRuntimeClasspath | ||
io.netty:netty-resolver-dns-native-macos:4.1.116.Final=jmhRuntimeClasspath | ||
io.netty:netty-resolver-dns:4.1.116.Final=jmhRuntimeClasspath | ||
io.netty:netty-resolver:4.1.116.Final=jmhCompileClasspath,jmhRuntimeClasspath | ||
io.netty:netty-tcnative-boringssl-static:2.0.69.Final=jmhRuntimeClasspath | ||
io.netty:netty-tcnative-classes:2.0.69.Final=jmhRuntimeClasspath | ||
io.netty:netty-transport-classes-epoll:4.1.116.Final=jmhRuntimeClasspath | ||
io.netty:netty-transport-classes-kqueue:4.1.116.Final=jmhRuntimeClasspath | ||
io.netty:netty-transport-native-epoll:4.1.116.Final=jmhRuntimeClasspath | ||
io.netty:netty-transport-native-kqueue:4.1.116.Final=jmhRuntimeClasspath | ||
io.netty:netty-transport-native-unix-common:4.1.116.Final=jmhCompileClasspath,jmhRuntimeClasspath | ||
io.netty:netty-transport:4.1.116.Final=jmhCompileClasspath,jmhRuntimeClasspath | ||
net.sf.jopt-simple:jopt-simple:5.0.4=jmhCompileClasspath,jmhRuntimeClasspath | ||
org.apache.commons:commons-math3:3.6.1=jmhCompileClasspath,jmhRuntimeClasspath | ||
org.jctools:jctools-core:4.0.3=jmhRuntimeClasspath | ||
org.junit.jupiter:junit-jupiter-api:5.11.4=jmhRuntimeClasspath | ||
org.junit.jupiter:junit-jupiter-engine:5.11.4=jmhRuntimeClasspath | ||
org.junit.platform:junit-platform-commons:1.11.4=jmhRuntimeClasspath | ||
org.junit.platform:junit-platform-engine:1.11.4=jmhRuntimeClasspath | ||
org.junit:junit-bom:5.11.4=jmhRuntimeClasspath | ||
org.openjdk.jmh:jmh-core:1.37=jmhCompileClasspath,jmhRuntimeClasspath | ||
org.openjdk.jmh:jmh-generator-asm:1.37=jmhCompileClasspath,jmhRuntimeClasspath | ||
org.openjdk.jmh:jmh-generator-bytecode:1.37=jmhCompileClasspath,jmhRuntimeClasspath | ||
org.openjdk.jmh:jmh-generator-reflection:1.37=jmhCompileClasspath,jmhRuntimeClasspath | ||
org.opentest4j:opentest4j:1.3.0=jmhRuntimeClasspath | ||
org.ow2.asm:asm:9.0=jmhCompileClasspath,jmhRuntimeClasspath | ||
org.slf4j:slf4j-api:1.7.36=jmhRuntimeClasspath | ||
empty=annotationProcessor,compileClasspath,jmhAnnotationProcessor,runtimeClasspath,shadow,spotbugsPlugins,testAnnotationProcessor |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# This is a Gradle generated file for dependency locking. | ||
# Manual edits can break the build and are not advised. | ||
# This file is expected to be part of source control. | ||
empty=annotationProcessor,classpath,compileClasspath,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath | ||
empty=annotationProcessor,classpath,compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath |
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
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
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
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
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
Oops, something went wrong.