RuedigerMoeller / fast-serialization

FST: fast java serialization drop in-replacement
Apache License 2.0
1.58k stars 248 forks source link

java.lang.NoClassDefFoundError: java/sql/Date error #301

Open gzoller opened 4 years ago

gzoller commented 4 years ago

I'm using the latest 3.0.1 build, which seems to be built with JDK 14, correct? (Tried building my app with JDK 13 and got an error that fast-serialization was using newer bytecode).

I got a compile exception above. I'm using openjdk version 14.0.1.

I don't use Date class in any of my code and neither do my dependencies. Any ideas what it might be?

gzoller commented 4 years ago

More info: