After upgrading to version 9.24.1, got the following error when I tried to deploy the project. It seems errors while compiling a java action file in Encryption module. I tried with latest version of Encryption module (v 9.0.0), facing the same error in latest version also. Compiling with toolchain 'C:\Program Files\AdoptOpenJDK\jdk-11.0.3.7-hotspot'. Compiling with JDK Java compiler API. Z:\Documents\Mendix\Project\javasource\encryption\pgp\PGPUtils.java:362: error: cannot find symbol spGen.addSignerUserID(false, it.next()); ^ symbol: method addSignerUserID(boolean,String) location: variable spGen of type PGPSignatureSubpacketGenerator Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 1 error. Please guide me in fixing the issue. Thanks in Advance, Balaji Sekar
asked
Balaji Sekar
2 answers
0
Hi Balaji,
There is some issue with version 9.24.1 and this issue has been resolved in 9.24.2.
You can try to upgrade your application in 9.24.2
Regards,
Arun Dubey
answered
Arun
0
Hi
Please read the release notes of the module in market place as you will note that it requires you to delete some of the java files in the user lib folder as they are replaced with new ones.