Open andsel opened 9 years ago
./mvnw clean install
works for me. Do you have the JCE installed?
JCE probably. But it shouldn't be necessary for these tests (we don't have any crypto in this project, we just use bits from other projects that do it), so could be we can work around it by mocking the TextEncryptor
. Doesn't help anyone who wants to use it I guess.
Hi @spencergibb and @dsyer it' JCE not installed and required by a Spring Crypto. The idea of mocking it in test sounds good, so if you want I can try create PR that fix and send it in next days.
Andrea
Hi, I've an Ubuntu 15.04 and run with JVM Oracle JDK 1.8.60 and I got the followinf excpetion in
mvn clean test
with maven results as:
What can should I try to fix it?
Thanks Andrea