CE9803: Java dependency synchronization failed

0
i am trying to add the ZipHandling module, after a while an error showed up which is: CE9803: Java dependency synchronization failed.  i tried to slove the error and one of the solutions is to update the Community Commons from V 10.3.0 to V 10.4.0. and once i updated the module, another Compilation error came up which is:  C:\Users\waad.bada\Mendix\creative-xxx-main\javasource\communitycommons\ORM.java:53: error: cannot find symbol        return object.hasChangedMemberValue(context);                     ^  symbol:   method hasChangedMemberValue(IContext)  location: variable object of type IMendixObjectC:\Users\waad.bada\Mendix\creative-xxx-main\javasource\communitycommons\ORM.java:79: error: cannot find symbol        return item.getMember(context, member).isValueChanged(context);                                              ^  symbol:   method isValueChanged(IContext)  location: interface IMendixObjectMember<CAP#1>  where CAP#1 is a fresh type-variable:    CAP#1 extends Object from capture of ?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.2 errors FAILURE: Build failed with an exception. * What went wrong:Execution failed for task ':compile'.> Compilation failed; see the compiler error output for details.     anyone provides help for me please ?
asked
0 answers