Skip to content

Commit

Permalink
move spring-jms-2.0 tests to java (#11195)
Browse files Browse the repository at this point in the history
  • Loading branch information
aschugunov authored Apr 29, 2024
1 parent 21bb3ea commit acef37c
Show file tree
Hide file tree
Showing 18 changed files with 670 additions and 478 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies {
compileOnly("com.google.auto.value:auto-value-annotations")
annotationProcessor("com.google.auto.value:auto-value")

testImplementation(project(":instrumentation:spring:spring-jms:spring-jms-2.0:testing"))
testInstrumentation(project(":instrumentation:jms:jms-1.1:javaagent"))

testImplementation("org.springframework.boot:spring-boot-starter-activemq:2.5.3")
Expand All @@ -43,6 +44,7 @@ testing {
suites {
val testReceiveSpansDisabled by registering(JvmTestSuite::class) {
dependencies {
implementation(project(":instrumentation:spring:spring-jms:spring-jms-2.0:testing"))
// this is just to avoid a bit more copy-pasting
implementation(project.sourceSets["test"].output)
}
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit acef37c

Please sign in to comment.