File tree Expand file tree Collapse file tree 6 files changed +43
-22
lines changed Expand file tree Collapse file tree 6 files changed +43
-22
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" org.unbroken-dome .xjc" )
2
+ id(" com.github.bjornvester .xjc" )
3
3
id(" otel.java-conventions" )
4
4
}
5
5
@@ -10,6 +10,11 @@ tasks {
10
10
}
11
11
}
12
12
13
+ xjc {
14
+ xsdDir.set(layout.projectDirectory.dir(" src/main/schema" ))
15
+ useJakarta.set(false )
16
+ }
17
+
13
18
dependencies {
14
19
api(" javax.xml.ws:jaxws-api:2.0" )
15
20
api(" javax.jws:javax.jws-api:1.1" )
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" org.unbroken-dome .xjc" )
2
+ id(" com.github.bjornvester .xjc" )
3
3
id(" otel.java-conventions" )
4
4
}
5
5
@@ -10,6 +10,11 @@ tasks {
10
10
}
11
11
}
12
12
13
+ xjc {
14
+ xsdDir.set(layout.projectDirectory.dir(" src/main/schema" ))
15
+ useJakarta.set(true )
16
+ }
17
+
13
18
dependencies {
14
19
api(" jakarta.xml.ws:jakarta.xml.ws-api:3.0.0" )
15
20
api(" jakarta.jws:jakarta.jws-api:3.0.0" )
@@ -18,7 +23,4 @@ dependencies {
18
23
api(" org.springframework.ws:spring-ws-core:4.0.0" )
19
24
20
25
implementation(project(" :testing-common" ))
21
-
22
- xjcTool(" com.sun.xml.bind:jaxb-xjc:3.0.2" )
23
- xjcTool(" com.sun.xml.bind:jaxb-impl:3.0.2" )
24
26
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" org.unbroken-dome.xjc" )
3
2
id(" otel.javaagent-instrumentation" )
4
3
}
5
4
@@ -14,21 +13,6 @@ muzzle {
14
13
}
15
14
}
16
15
17
- sourceSets {
18
- test {
19
- resources {
20
- srcDirs(" src/test/schema" )
21
- }
22
- }
23
- }
24
-
25
- tasks {
26
- named<Checkstyle >(" checkstyleTest" ) {
27
- // exclude generated web service classes
28
- exclude(" **/hello_web_service/**" )
29
- }
30
- }
31
-
32
16
dependencies {
33
17
compileOnly(" org.springframework.ws:spring-ws-core:2.0.0.RELEASE" )
34
18
@@ -46,7 +30,9 @@ dependencies {
46
30
testImplementation(" javax.xml.bind:jaxb-api:2.2.11" )
47
31
testImplementation(" com.sun.xml.bind:jaxb-core:2.2.11" )
48
32
testImplementation(" com.sun.xml.bind:jaxb-impl:2.2.11" )
33
+ testImplementation(" javax.activation:activation:1.1.1" )
49
34
testImplementation(" com.google.guava:guava" )
35
+ testImplementation(project(" :instrumentation:spring:spring-ws-2.0:testing" ))
50
36
51
37
testInstrumentation(project(" :instrumentation:servlet:servlet-3.0:javaagent" ))
52
38
}
Original file line number Diff line number Diff line change
1
+ plugins {
2
+ id(" com.github.bjornvester.xjc" )
3
+ id(" otel.java-conventions" )
4
+ }
5
+
6
+ sourceSets {
7
+ main {
8
+ resources {
9
+ srcDirs(" src/main/schema" )
10
+ }
11
+ }
12
+ }
13
+
14
+ tasks {
15
+ named<Checkstyle >(" checkstyleMain" ) {
16
+ // exclude generated web service classes
17
+ exclude(" **/hello_web_service/**" )
18
+ }
19
+ }
20
+
21
+ xjc {
22
+ xsdDir.set(layout.projectDirectory.dir(" src/main/schema" ))
23
+ useJakarta.set(false )
24
+ }
25
+
26
+ dependencies {
27
+ }
File renamed without changes.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pluginManagement {
6
6
id(" io.github.gradle-nexus.publish-plugin" ) version " 2.0.0"
7
7
id(" org.jetbrains.kotlin.jvm" ) version " 2.2.10"
8
8
id(" org.xbib.gradle.plugin.jflex" ) version " 3.0.2"
9
- id(" org.unbroken-dome. xjc" ) version " 2.0.0 "
9
+ id(" com.github.bjornvester. xjc" ) version " 1.8.2 "
10
10
id(" org.graalvm.buildtools.native" ) version " 0.11.0"
11
11
id(" com.google.osdetector" ) version " 1.7.3"
12
12
id(" com.google.protobuf" ) version " 0.9.5"
@@ -594,6 +594,7 @@ include(":instrumentation:spring:spring-webmvc:spring-webmvc-6.0:library")
594
594
include(" :instrumentation:spring:spring-webmvc:spring-webmvc-common:javaagent" )
595
595
include(" :instrumentation:spring:spring-webmvc:spring-webmvc-common:testing" )
596
596
include(" :instrumentation:spring:spring-ws-2.0:javaagent" )
597
+ include(" :instrumentation:spring:spring-ws-2.0:testing" )
597
598
include(" :instrumentation:spring:starters:spring-boot-starter" )
598
599
include(" :instrumentation:spring:starters:zipkin-spring-boot-starter" )
599
600
include(" :instrumentation:spymemcached-2.12:javaagent" )
You can’t perform that action at this time.
0 commit comments