File tree 15 files changed +88
-0
lines changed
aws-xray-recorder-sdk-apache-http
aws-xray-recorder-sdk-aws-sdk
aws-xray-recorder-sdk-aws-sdk-core
aws-xray-recorder-sdk-aws-sdk-instrumentor
aws-xray-recorder-sdk-aws-sdk-v2
aws-xray-recorder-sdk-aws-sdk-v2-instrumentor
aws-xray-recorder-sdk-benchmark
aws-xray-recorder-sdk-core
aws-xray-recorder-sdk-log4j
aws-xray-recorder-sdk-metrics
aws-xray-recorder-sdk-slf4j
aws-xray-recorder-sdk-spring
aws-xray-recorder-sdk-sql
aws-xray-recorder-sdk-sql-mysql
aws-xray-recorder-sdk-sql-postgres
15 files changed +88
-0
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,10 @@ dependencies {
11
11
testImplementation(" com.github.tomakehurst:wiremock-jre8" )
12
12
}
13
13
14
+ tasks.jar {
15
+ manifest {
16
+ attributes(" Automatic-Module-Name" to " com.amazonaws.xray.apache-http" )
17
+ }
18
+ }
19
+
14
20
description = " AWS X-Ray Recorder SDK for Java - Apache HTTP Client Proxy"
Original file line number Diff line number Diff line change @@ -9,4 +9,10 @@ dependencies {
9
9
testImplementation(" com.fasterxml.jackson.core:jackson-databind" )
10
10
}
11
11
12
+ tasks.jar {
13
+ manifest {
14
+ attributes(" Automatic-Module-Name" to " com.amazonaws.xray.aws-sdk-core" )
15
+ }
16
+ }
17
+
12
18
description = " AWS X-Ray Recorder SDK for Java - AWS SDK Core"
Original file line number Diff line number Diff line change @@ -7,4 +7,10 @@ dependencies {
7
7
implementation(project(" :aws-xray-recorder-sdk-aws-sdk" ))
8
8
}
9
9
10
+ tasks.jar {
11
+ manifest {
12
+ attributes(" Automatic-Module-Name" to " com.amazonaws.xray.aws-sdk-instrumentor" )
13
+ }
14
+ }
15
+
10
16
description = " AWS X-Ray Recorder SDK for Java - AWS SDK Instrumentor"
Original file line number Diff line number Diff line change @@ -7,4 +7,10 @@ dependencies {
7
7
implementation(project(" :aws-xray-recorder-sdk-aws-sdk-v2" ))
8
8
}
9
9
10
+ tasks.jar {
11
+ manifest {
12
+ attributes(" Automatic-Module-Name" to " com.amazonaws.xray.aws-sdk-v2-instrumentor" )
13
+ }
14
+ }
15
+
10
16
description = " AWS X-Ray Recorder SDK for Java - AWS SDK V2 Instrumentor"
Original file line number Diff line number Diff line change @@ -15,4 +15,10 @@ dependencies {
15
15
testImplementation(" software.amazon.awssdk:lambda:2.15.20" )
16
16
}
17
17
18
+ tasks.jar {
19
+ manifest {
20
+ attributes(" Automatic-Module-Name" to " com.amazonaws.xray.aws-sdk-v2" )
21
+ }
22
+ }
23
+
18
24
description = " AWS X-Ray Recorder SDK for Java - AWS SDK V2"
Original file line number Diff line number Diff line change @@ -15,4 +15,10 @@ dependencies {
15
15
testImplementation(" org.skyscreamer:jsonassert:1.3.0" )
16
16
}
17
17
18
+ tasks.jar {
19
+ manifest {
20
+ attributes(" Automatic-Module-Name" to " com.amazonaws.xray.aws-sdk" )
21
+ }
22
+ }
23
+
18
24
description = " AWS X-Ray Recorder SDK for Java - AWS SDK Handler"
Original file line number Diff line number Diff line change @@ -22,6 +22,12 @@ dependencies {
22
22
add(" jmhRuntimeClasspath" , platform(project(" :dependencyManagement" )))
23
23
}
24
24
25
+ tasks.jar {
26
+ manifest {
27
+ attributes(" Automatic-Module-Name" to " com.amazonaws.xray.benchmark" )
28
+ }
29
+ }
30
+
25
31
jmh {
26
32
fork = 1
27
33
// Required when also including annotation processor.
Original file line number Diff line number Diff line change @@ -18,4 +18,10 @@ dependencies {
18
18
testImplementation(" org.skyscreamer:jsonassert:1.3.0" )
19
19
}
20
20
21
+ tasks.jar {
22
+ manifest {
23
+ attributes(" Automatic-Module-Name" to " com.amazonaws.xray.sdk-core" )
24
+ }
25
+ }
26
+
21
27
description = " AWS X-Ray Recorder SDK for Java - Core"
Original file line number Diff line number Diff line change @@ -11,4 +11,10 @@ dependencies {
11
11
testImplementation(" org.apache.logging.log4j:log4j-api:2.13.3" )
12
12
}
13
13
14
+ tasks.jar {
15
+ manifest {
16
+ attributes(" Automatic-Module-Name" to " com.amazonaws.xray.log4j" )
17
+ }
18
+ }
19
+
14
20
description = " AWS X-Ray Recorder SDK for Java – Log4J Trace ID Injection"
Original file line number Diff line number Diff line change @@ -13,4 +13,10 @@ dependencies {
13
13
testImplementation(" org.powermock:powermock-api-mockito2:2.0.2" )
14
14
}
15
15
16
+ tasks.jar {
17
+ manifest {
18
+ attributes(" Automatic-Module-Name" to " com.amazonaws.xray.metrics" )
19
+ }
20
+ }
21
+
16
22
description = " AWS X-Ray Recorder SDK for Java - Segment Metrics"
Original file line number Diff line number Diff line change @@ -11,4 +11,10 @@ dependencies {
11
11
testImplementation(" ch.qos.logback:logback-classic:1.3.0-alpha5" )
12
12
}
13
13
14
+ tasks.jar {
15
+ manifest {
16
+ attributes(" Automatic-Module-Name" to " com.amazonaws.xray.slf4j" )
17
+ }
18
+ }
19
+
14
20
description = " AWS X-Ray Recorder SDK for Java - SLF4J Trace ID Injection"
Original file line number Diff line number Diff line change @@ -16,4 +16,10 @@ dependencies {
16
16
compileOnly(" org.springframework.data:spring-data-commons:2.0.0.RELEASE" )
17
17
}
18
18
19
+ tasks.jar {
20
+ manifest {
21
+ attributes(" Automatic-Module-Name" to " com.amazonaws.xray.spring" )
22
+ }
23
+ }
24
+
19
25
description = " AWS X-Ray Recorder SDK for Java - Spring Framework Interceptors"
Original file line number Diff line number Diff line change @@ -9,4 +9,9 @@ dependencies {
9
9
compileOnly(" org.apache.tomcat:tomcat-jdbc:8.0.36" )
10
10
}
11
11
12
+ tasks.jar {
13
+ manifest {
14
+ attributes(" Automatic-Module-Name" to " com.amazonaws.xray.sql-mysql" )
15
+ }
16
+ }
12
17
description = " AWS X-Ray Recorder SDK for Java - AWS SDK MySQL Interceptor"
Original file line number Diff line number Diff line change @@ -9,4 +9,9 @@ dependencies {
9
9
compileOnly(" org.apache.tomcat:tomcat-jdbc:8.0.36" )
10
10
}
11
11
12
+ tasks.jar {
13
+ manifest {
14
+ attributes(" Automatic-Module-Name" to " com.amazonaws.xray.sql-postgres" )
15
+ }
16
+ }
12
17
description = " AWS X-Ray Recorder SDK for Java - AWS SDK PostgreSQL Interceptor"
Original file line number Diff line number Diff line change @@ -8,4 +8,10 @@ dependencies {
8
8
implementation(" com.blogspot.mydailyjava:weak-lock-free:0.18" )
9
9
}
10
10
11
+ tasks.jar {
12
+ manifest {
13
+ attributes(" Automatic-Module-Name" to " com.amazonaws.xray.sql" )
14
+ }
15
+ }
16
+
11
17
description = " AWS X-Ray Recorder SDK for Java - SQL Interceptor"
You can’t perform that action at this time.
0 commit comments