eXist-db / expath-crypto-module

expath
GNU Lesser General Public License v2.1
1 stars 9 forks source link

[BUG] check compatibility with latest existdb releases >= 5.4.0 #64

Open line-o opened 2 years ago

line-o commented 2 years ago

Tests for latest commit are failing!

With #63 applied the lib does not even compile!

joewiz commented 2 years ago
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.093 s
[INFO] Finished at: 2022-03-14T15:18:31-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project expath-crypto-module: Compilation failure
[ERROR] /Users/joe/workspace/expath-crypto-module/src/main/java/org/expath/exist/crypto/digitalSignature/GenerateSignatureFunction.java:[177,117] incompatible types: org.exist.storage.serializers.Serializer cannot be converted to com.evolvedbinary.j8fu.function.ConsumerE<com.evolvedbinary.j8fu.function.ConsumerE<org.exist.storage.serializers.Serializer,java.io.IOException>,java.io.IOException>