Problem with upgrade existing app to 9.05, appstore modules not upgraded to at least 8.12

1
The following modules are not upgraded to the required 8.12 version in order to upgrade to 9.05 - The SAML module - The OQL module, for this module I create a github issue/request - The Unitesting module - The Objecthandling module - The SFTP module , for this module I created a github issue/request Any help / suggestions are appreciated.   some java compile errors using Studio 9.05: Buildfile: C:\Users\kmn0\Documents\Mendix\JflowCopy-main_2\deployment\build_core.xml compile:     [javac] Compiling 1189 source files to C:\Users\kmn0\Documents\Mendix\JflowCopy-main_2\deployment\run\bin     [javac] C:\Users\kmn0\Documents\Mendix\JflowCopy-main_2\javasource\audittrail\log\diff_match_patch.java:1806: warning: [dep-ann] deprecated item is not annotated with @Deprecated     [javac]   public LinkedList<Patch> patch_make(String text1, String text2,     [javac]                            ^     [javac] C:\Users\kmn0\Documents\Mendix\JflowCopy-main_2\javasource\communitycommons\Misc.java:595: warning: [dep-ann] deprecated item is not annotated with @Deprecated     [javac]     public static boolean objectsAreEqual(Object left, Object right) {     [javac]                           ^     [javac] C:\Users\kmn0\Documents\Mendix\JflowCopy-main_2\javasource\microflowscheduler\actions\ExecuteMicroflow.java:32: error: method execute in class Core cannot be applied to given types;     [javac]             Core.execute(getContext(),microFlowName);     [javac]                 ^     [javac]   required: T     [javac]   found: IContext,String     [javac]   reason: cannot infer type-variable(s) T,R     [javac]     (actual and formal argument lists differ in length)     [javac]   where T,R are type-variables:     [javac]     T extends CoreAction<R> declared in method <T,R>execute(T)     [javac]     R extends Object declared in method <T,R>execute(T)     [javac] C:\Users\kmn0\Documents\Mendix\JflowCopy-main_2\javasource\sftp\actions\Connect.java:132: error: method execute in class Core cannot be applied to given types;     [javac]             result = Core.execute(getContext(), this.microflow, this.microflowArgument);     [javac]                          ^     [javac]   required: T     [javac]   found: IContext,String,IMendixObject     [javac]   reason: cannot infer type-variable(s) T,R     [javac]     (actual and formal argument lists differ in length)     [javac]   where T,R are type-variables:     [javac]     T extends CoreAction<R> declared in method <T,R>execute(T)     [javac]     R extends Object declared in method <T,R>execute(T)     [javac] C:\Users\kmn0\Documents\Mendix\JflowCopy-main_2\javasource\unittesting\TestManager.java:133: error: method execute in class Core cannot be applied to given types;     [javac]                     Core.execute(setupContext, testSuite.getModule() + ".Setup", emptyArguments);     [javac]                         ^     [javac]   required: T     [javac]   found: IContext,String,Map<String,Object>     [javac]   reason: cannot infer type-variable(s) T,R     [javac]     (actual and formal argument lists differ in length)     [javac]   where T,R are type-variables:     [javac]     T extends CoreAction<R> declared in method <T,R>execute(T)     [javac]     R extends Object declared in method <T,R>execute(T)     [javac] C:\Users\kmn0\Documents\Mendix\JflowCopy-main_2\javasource\unittesting\TestManager.java:152: error: method execute in class Core cannot be applied to given types;     [javac]                     Core.execute(setupContext, testSuite.getModule() + ".TearDown", emptyArguments);     [javac]                         ^     [javac]   required: T     [javac]   found: IContext,String,Map<String,Object>     [javac]   reason: cannot infer type-variable(s) T,R     [javac]     (actual and formal argument lists differ in length)     [javac]   where T,R are type-variables:     [javac]     T extends CoreAction<R> declared in method <T,R>execute(T)     [javac]     R extends Object declared in method <T,R>execute(T)     [javac] C:\Users\kmn0\Documents\Mendix\JflowCopy-main_2\javasource\unittesting\TestManager.java:154: error: method execute in class Core cannot be applied to given types;     [javac]                     Core.execute(Core.createSystemContext(), testSuite.getModule() + ".TearDown", emptyArguments);     [javac]                         ^     [javac]   required: T     [javac]   found: IContext,String,Map<String,Object>     [javac]   reason: cannot infer type-variable(s) T,R     [javac]     (actual and formal argument lists differ in length)     [javac]   where T,R are type-variables:     [javac]     T extends CoreAction<R> declared in method <T,R>execute(T)     [javac]     R extends Object declared in method <T,R>execute(T)     [javac] C:\Users\kmn0\Documents\Mendix\JflowCopy-main_2\javasource\unittesting\TestManager.java:344: error: method execute in class Core cannot be applied to given types;     [javac]             Object resultObject = Core.execute(mfContext, mf, emptyArguments);     [javac]                                       ^     [javac]   required: T     [javac]   found: IContext,String,Map<String,Object>     [javac]   reason: cannot infer type-variable(s) T,R     [javac]     (actual and formal argument lists differ in length)     [javac]   where T,R are type-variables:     [javac]     T extends CoreAction<R> declared in method <T,R>execute(T)     [javac]     R extends Object declared in method <T,R>execute(T)     [javac] Note: Some input files use or override a deprecated API.     [javac] Note: Recompile with -Xlint:deprecation for details.     [javac] Note: Some input files use unchecked or unsafe operations.     [javac] Note: Recompile with -Xlint:unchecked for details.     [javac] 6 errors     [javac] 2 warnings BUILD FAILED C:\Users\kmn0\Documents\Mendix\JflowCopy-main_2\deployment\build_core.xml:29: Compile failed; see the compiler error output for details. Total time: 23 seconds          
asked
0 answers