ksprojects / zkcopy

ZooKeeper copy utililty
Apache License 2.0
237 stars 94 forks source link

Tests fail during compilation #28

Open zbukhari-apex opened 3 weeks ago

zbukhari-apex commented 3 weeks ago

I am only supplying the TESTS section as the other bits went well enough but I can supply it all if desired.

I'm also including the contents of target/surefire-reports. Github won't let me select the XML files, I guess I can base64 encode them or something if you really want.

test-failures-console.txt com.github.ksprojects.zkcopy.writer.WriterTest.txt com.github.ksprojects.zkcopy.writer.AutoCommitTransactionWrapperTest.txt

kshchepanovskyi commented 2 weeks ago

I have even bigger issue with Java 21 on my laptop

[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] Source option 7 is no longer supported. Use 8 or later.
[ERROR] Target option 7 is no longer supported. Use 8 or later.
[INFO] 2 errors 

Probably baseline java & libraries must be updated to some recent LTS versions.