You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when junittest case use the serializeJavaObject API,it throws exception as following:
java.lang.NoclassDefFoundError: com/google/common/base/Preconditions
at io.fury.type.Type.(Type.java:169)
at io.fury.type.Type.(Type.java:28
at io.fury.Fury.(Fury.java:85)
at io.gamioo.sandbox.ProtoTest.beforeAll(ProtoTest.java:44) <31 internal lines>
at java.base/java.util.ArrayList.forEach(ArrayList,java:1541) <23 internal lines>Create breakpoint : com.google.common.basePreconditions <2 internal lines>+Caused by: java.lang.ClassNotFoundExceptionat java.base/javalang.classLoader.loadclass(CassLoader,java:522)
... 59 more
I hope fury can get rid of this dependency about guava
when junittest case use the serializeJavaObject API,it throws exception as following:
I hope fury can get rid of this dependency about guava
fury version:0.2.0
guava version:
jdk:
gradle:
Gradle 6.8.3
Build time: 2021-02-22 16:13:28 UTC
Revision: 9e26b4a9ebb910eaa1b8da8ff8575e514bc61c78
Kotlin: 1.4.20
Groovy: 2.5.12
Ant: Apache Ant(TM) version 1.10.9 compiled on September 27 2020
JVM: 11.0.16.1-internal (Tencent 11.0.16.1-internal+2)
OS: Windows 11 10.0 amd64
The text was updated successfully, but these errors were encountered: