Skip to content

Commit 01b7174

Browse files
meotchwilliamsmeotch
authored andcommitted
feat!: bump to gradle 8 and java 21
MessageErrorThrowableSerializer is unused MessageError Throwable already gets serialized/deserialized properly (tested locally)
1 parent 4225f76 commit 01b7174

21 files changed

Lines changed: 155 additions & 300 deletions

File tree

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
id "com.github.mxenabled.coppuccino" version "6.+" apply false
3-
id "com.github.mxenabled.vogue" version "3.+" apply false
2+
id "com.github.mxenabled.coppuccino" version "7.+" apply false
3+
id "com.github.mxenabled.vogue" version "4.+" apply false
44
id "idea"
55
id "io.freefair.lombok" version "8.+" apply false
66
id "io.github.gradle-nexus.publish-plugin" version "1.1.+"
@@ -37,7 +37,7 @@ subprojects {
3737

3838
java {
3939
toolchain {
40-
languageVersion = JavaLanguageVersion.of(17)
40+
languageVersion = JavaLanguageVersion.of(21)
4141
}
4242
withSourcesJar()
4343
withJavadocJar()
@@ -99,7 +99,7 @@ subprojects {
9999
}
100100
}
101101

102-
testImplementation "org.mockito:mockito-inline:${project.ext.mockitoVersion}"
102+
testImplementation "org.mockito:mockito-core:${project.ext.mockitoVersion}"
103103
testImplementation "org.spockframework:spock-core:${project.ext.spockVersion}"
104104
testImplementation "org.junit.jupiter:junit-jupiter-api:${project.ext.junitVersion}"
105105
}
@@ -206,6 +206,6 @@ tasks.named("dependencies") {
206206
}
207207

208208
wrapper {
209-
gradleVersion = "7.6.4"
209+
gradleVersion = "8.14.3"
210210
distributionType = Wrapper.DistributionType.ALL
211211
}

common/gradle.lockfile

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ commons-io:commons-io:2.20.0=spotbugs
2727
info.picocli:picocli:4.7.7=checkstyle
2828
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
2929
jaxen:jaxen:2.0.0=spotbugs
30-
net.bytebuddy:byte-buddy-agent:1.14.1=testCompileClasspath,testRuntimeClasspath
31-
net.bytebuddy:byte-buddy:1.14.1=testCompileClasspath,testRuntimeClasspath
30+
net.bytebuddy:byte-buddy-agent:1.17.7=testCompileClasspath,testRuntimeClasspath
31+
net.bytebuddy:byte-buddy:1.17.7=testCompileClasspath,testRuntimeClasspath
3232
net.sf.saxon:Saxon-HE:12.5=checkstyle
3333
net.sf.saxon:Saxon-HE:12.9=pmd,spotbugs
3434
net.sourceforge.pmd:pmd-ant:7.22.0=pmd
@@ -66,28 +66,26 @@ org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle
6666
org.codehaus.plexus:plexus-utils:3.3.0=checkstyle
6767
org.dom4j:dom4j:2.2.0=spotbugs
6868
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
69-
org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt
70-
org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt
71-
org.jacoco:org.jacoco.core:0.8.8=jacocoAnt
72-
org.jacoco:org.jacoco.report:0.8.8=jacocoAnt
69+
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
70+
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
71+
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
72+
org.jacoco:org.jacoco.report:0.8.13=jacocoAnt
7373
org.javassist:javassist:3.28.0-GA=checkstyle
7474
org.jspecify:jspecify:1.0.0=checkstyle
7575
org.junit.jupiter:junit-jupiter-api:5.14.0=testCompileClasspath,testRuntimeClasspath
7676
org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath
7777
org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath
7878
org.junit:junit-bom:5.14.0=annotationProcessor,spotbugs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
79-
org.mockito:mockito-core:5.2.0=testCompileClasspath,testRuntimeClasspath
80-
org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath
79+
org.mockito:mockito-core:5.23.0=testCompileClasspath,testRuntimeClasspath
8180
org.objenesis:objenesis:3.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
8281
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
83-
org.ow2.asm:asm-analysis:9.2=jacocoAnt
8482
org.ow2.asm:asm-analysis:9.9=spotbugs
85-
org.ow2.asm:asm-commons:9.2=jacocoAnt
83+
org.ow2.asm:asm-commons:9.8=jacocoAnt
8684
org.ow2.asm:asm-commons:9.9=spotbugs
87-
org.ow2.asm:asm-tree:9.2=jacocoAnt
85+
org.ow2.asm:asm-tree:9.8=jacocoAnt
8886
org.ow2.asm:asm-tree:9.9=spotbugs
8987
org.ow2.asm:asm-util:9.9=spotbugs
90-
org.ow2.asm:asm:9.2=jacocoAnt
88+
org.ow2.asm:asm:9.8=jacocoAnt
9189
org.ow2.asm:asm:9.9=spotbugs
9290
org.ow2.asm:asm:9.9.1=pmd
9391
org.pcollections:pcollections:4.0.2=pmd

context/gradle.lockfile

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ io.opentracing:opentracing-api:0.33.0=compileClasspath,runtimeClasspath,testComp
3636
io.opentracing:opentracing-noop:0.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3737
io.opentracing:opentracing-util:0.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3838
jaxen:jaxen:2.0.0=spotbugs
39-
net.bytebuddy:byte-buddy-agent:1.14.9=testCompileClasspath,testRuntimeClasspath
40-
net.bytebuddy:byte-buddy:1.14.9=testCompileClasspath,testRuntimeClasspath
39+
net.bytebuddy:byte-buddy-agent:1.17.7=testCompileClasspath,testRuntimeClasspath
40+
net.bytebuddy:byte-buddy:1.17.7=testCompileClasspath,testRuntimeClasspath
4141
net.sf.saxon:Saxon-HE:12.5=checkstyle
4242
net.sf.saxon:Saxon-HE:12.9=pmd,spotbugs
4343
net.sourceforge.pmd:pmd-ant:7.22.0=pmd
@@ -75,28 +75,26 @@ org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle
7575
org.codehaus.plexus:plexus-utils:3.3.0=checkstyle
7676
org.dom4j:dom4j:2.2.0=spotbugs
7777
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
78-
org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt
79-
org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt
80-
org.jacoco:org.jacoco.core:0.8.8=jacocoAnt
81-
org.jacoco:org.jacoco.report:0.8.8=jacocoAnt
78+
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
79+
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
80+
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
81+
org.jacoco:org.jacoco.report:0.8.13=jacocoAnt
8282
org.javassist:javassist:3.28.0-GA=checkstyle
8383
org.jspecify:jspecify:1.0.0=checkstyle
8484
org.junit.jupiter:junit-jupiter-api:5.14.0=testCompileClasspath,testRuntimeClasspath
8585
org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath
8686
org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath
8787
org.junit:junit-bom:5.14.0=annotationProcessor,spotbugs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
88-
org.mockito:mockito-core:5.2.0=testCompileClasspath,testRuntimeClasspath
89-
org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath
88+
org.mockito:mockito-core:5.23.0=testCompileClasspath,testRuntimeClasspath
9089
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
9190
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
92-
org.ow2.asm:asm-analysis:9.2=jacocoAnt
9391
org.ow2.asm:asm-analysis:9.9=spotbugs
94-
org.ow2.asm:asm-commons:9.2=jacocoAnt
92+
org.ow2.asm:asm-commons:9.8=jacocoAnt
9593
org.ow2.asm:asm-commons:9.9=spotbugs
96-
org.ow2.asm:asm-tree:9.2=jacocoAnt
94+
org.ow2.asm:asm-tree:9.8=jacocoAnt
9795
org.ow2.asm:asm-tree:9.9=spotbugs
9896
org.ow2.asm:asm-util:9.9=spotbugs
99-
org.ow2.asm:asm:9.2=jacocoAnt
97+
org.ow2.asm:asm:9.8=jacocoAnt
10098
org.ow2.asm:asm:9.9=spotbugs
10199
org.ow2.asm:asm:9.9.1=pmd
102100
org.pcollections:pcollections:4.0.2=pmd

gateway-generator/gradle.lockfile

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jakarta.activation:jakarta.activation-api:2.1.4=compileClasspath,runtimeClasspat
5151
jakarta.xml.bind:jakarta.xml.bind-api:4.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5252
jakarta.xml.soap:jakarta.xml.soap-api:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5353
jaxen:jaxen:2.0.0=spotbugs
54-
net.bytebuddy:byte-buddy-agent:1.14.1=testCompileClasspath,testRuntimeClasspath
55-
net.bytebuddy:byte-buddy:1.14.1=testCompileClasspath,testRuntimeClasspath
54+
net.bytebuddy:byte-buddy-agent:1.17.7=testCompileClasspath,testRuntimeClasspath
55+
net.bytebuddy:byte-buddy:1.17.7=testCompileClasspath,testRuntimeClasspath
5656
net.sf.saxon:Saxon-HE:12.5=checkstyle
5757
net.sf.saxon:Saxon-HE:12.9=pmd,spotbugs
5858
net.sourceforge.pmd:pmd-ant:7.22.0=pmd
@@ -97,28 +97,26 @@ org.glassfish.jaxb:jaxb-core:4.0.6=compileClasspath,runtimeClasspath,testCompile
9797
org.glassfish.jaxb:jaxb-runtime:4.0.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
9898
org.glassfish.jaxb:txw2:4.0.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
9999
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
100-
org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt
101-
org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt
102-
org.jacoco:org.jacoco.core:0.8.8=jacocoAnt
103-
org.jacoco:org.jacoco.report:0.8.8=jacocoAnt
100+
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
101+
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
102+
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
103+
org.jacoco:org.jacoco.report:0.8.13=jacocoAnt
104104
org.javassist:javassist:3.28.0-GA=checkstyle,runtimeClasspath,testRuntimeClasspath
105105
org.jspecify:jspecify:1.0.0=checkstyle
106106
org.junit.jupiter:junit-jupiter-api:5.14.0=testCompileClasspath,testRuntimeClasspath
107107
org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath
108108
org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath
109109
org.junit:junit-bom:5.14.0=annotationProcessor,spotbugs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
110-
org.mockito:mockito-core:5.2.0=testCompileClasspath,testRuntimeClasspath
111-
org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath
110+
org.mockito:mockito-core:5.23.0=testCompileClasspath,testRuntimeClasspath
112111
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
113112
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
114-
org.ow2.asm:asm-analysis:9.2=jacocoAnt
115113
org.ow2.asm:asm-analysis:9.9=spotbugs
116-
org.ow2.asm:asm-commons:9.2=jacocoAnt
114+
org.ow2.asm:asm-commons:9.8=jacocoAnt
117115
org.ow2.asm:asm-commons:9.9=spotbugs
118-
org.ow2.asm:asm-tree:9.2=jacocoAnt
116+
org.ow2.asm:asm-tree:9.8=jacocoAnt
119117
org.ow2.asm:asm-tree:9.9=spotbugs
120118
org.ow2.asm:asm-util:9.9=spotbugs
121-
org.ow2.asm:asm:9.2=jacocoAnt
119+
org.ow2.asm:asm:9.8=jacocoAnt
122120
org.ow2.asm:asm:9.9=spotbugs
123121
org.ow2.asm:asm:9.9.1=pmd
124122
org.pcollections:pcollections:4.0.2=pmd

gateway/gradle.lockfile

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jakarta.activation:jakarta.activation-api:2.1.4=compileClasspath,runtimeClasspat
4646
jakarta.xml.bind:jakarta.xml.bind-api:4.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4747
jakarta.xml.soap:jakarta.xml.soap-api:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4848
jaxen:jaxen:2.0.0=spotbugs
49-
net.bytebuddy:byte-buddy-agent:1.14.1=testCompileClasspath,testRuntimeClasspath
50-
net.bytebuddy:byte-buddy:1.14.1=testCompileClasspath,testRuntimeClasspath
49+
net.bytebuddy:byte-buddy-agent:1.17.7=testCompileClasspath,testRuntimeClasspath
50+
net.bytebuddy:byte-buddy:1.17.7=testCompileClasspath,testRuntimeClasspath
5151
net.sf.saxon:Saxon-HE:12.5=checkstyle
5252
net.sf.saxon:Saxon-HE:12.9=pmd,spotbugs
5353
net.sourceforge.pmd:pmd-ant:7.22.0=pmd
@@ -91,28 +91,26 @@ org.glassfish.jaxb:jaxb-core:4.0.6=compileClasspath,runtimeClasspath,testCompile
9191
org.glassfish.jaxb:jaxb-runtime:4.0.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
9292
org.glassfish.jaxb:txw2:4.0.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
9393
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
94-
org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt
95-
org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt
96-
org.jacoco:org.jacoco.core:0.8.8=jacocoAnt
97-
org.jacoco:org.jacoco.report:0.8.8=jacocoAnt
94+
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
95+
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
96+
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
97+
org.jacoco:org.jacoco.report:0.8.13=jacocoAnt
9898
org.javassist:javassist:3.28.0-GA=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
9999
org.jspecify:jspecify:1.0.0=checkstyle
100100
org.junit.jupiter:junit-jupiter-api:5.14.0=testCompileClasspath,testRuntimeClasspath
101101
org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath
102102
org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath
103103
org.junit:junit-bom:5.14.0=annotationProcessor,spotbugs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
104-
org.mockito:mockito-core:5.2.0=testCompileClasspath,testRuntimeClasspath
105-
org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath
104+
org.mockito:mockito-core:5.23.0=testCompileClasspath,testRuntimeClasspath
106105
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
107106
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
108-
org.ow2.asm:asm-analysis:9.2=jacocoAnt
109107
org.ow2.asm:asm-analysis:9.9=spotbugs
110-
org.ow2.asm:asm-commons:9.2=jacocoAnt
108+
org.ow2.asm:asm-commons:9.8=jacocoAnt
111109
org.ow2.asm:asm-commons:9.9=spotbugs
112-
org.ow2.asm:asm-tree:9.2=jacocoAnt
110+
org.ow2.asm:asm-tree:9.8=jacocoAnt
113111
org.ow2.asm:asm-tree:9.9=spotbugs
114112
org.ow2.asm:asm-util:9.9=spotbugs
115-
org.ow2.asm:asm:9.2=jacocoAnt
113+
org.ow2.asm:asm:9.8=jacocoAnt
116114
org.ow2.asm:asm:9.9=spotbugs
117115
org.ow2.asm:asm:9.9.1=pmd
118116
org.pcollections:pcollections:4.0.2=pmd

gradle/wrapper/gradle-wrapper.jar

-17.4 KB
Binary file not shown.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-all.zip
44
networkTimeout=10000
5+
validateDistributionUrl=true
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists

gradlew

Lines changed: 22 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 14 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)