Akash
06/01/2022, 1:25 AM"au.com.dius.pact.provider:junit5spring:4.3.8"
"au.com.dius.pact.consumer:junit5:4.3.8" // tried this with junit 4 as well.
Because of this, running either tests now keep failing:
...
at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
We think it’s because of including those packages together, despite running different classes for 1) generating the consumer tests. 2) running provider verifications. Any ideas for if this is indeed supported?rholshausen
06/01/2022, 1:28 AMAkash
06/01/2022, 1:32 AMAkash
06/01/2022, 1:34 AMrholshausen
06/01/2022, 1:35 AM> Task :micro-service:compileJava
compiler message file broken: key=compiler.misc.msg.bug arguments=11.0.2, {1}, {2}, {3}, {4}, {5}, {6}, {7}
java.lang.NullPointerException
at jdk.compiler/com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1235)
What version of Java are you using?Akash
06/01/2022, 1:35 AMrholshausen
06/01/2022, 1:35 AMAkash
06/01/2022, 1:36 AMopenjdk 11.0.2 2019-01-15
OpenJDK Runtime Environment 18.9 (build 11.0.2+9)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode)
rholshausen
06/01/2022, 1:38 AMAkash
06/01/2022, 2:07 AMAkash
06/01/2022, 2:07 AM