After migrating we're getting java compile errors. Anyone run into this or know where to go from here?
compile:
[javac] Compiling 437 source files to C:\Users\SEDJ494\Documents\Mendix\CMFG Consumer Claims-main\deployment\run\bin
[javac] C:\Users\SEDJ494\Documents\Mendix\CMFG Consumer Claims-main\javasource\apmagent\actions\ExecuteJDBCQueryToMetricList.java:61: error: method executeJDBCQueryToMetricList in class JDBCConnector cannot be applied to given types;
[javac] return nl.mansystems.query.JDBCConnector.executeJDBCQueryToMetricList(connection, globalSettings, context, StatementPar, multipleRows, QueryMaxRows, JDBCQueryTimeOut);
[javac] ^
[javac] required: GlobalSettings,IContext,String,boolean,String,String,String,Long,Long
[javac] found: Connection,GlobalSettings,IContext,String,boolean,Long,Long
[javac] reason: actual and formal argument lists differ in length
[javac] C:\Users\SEDJ494\Documents\Mendix\CMFG Consumer Claims-main\javasource\apmagent\actions\ExecuteJDBCQueryToString.java:66: error: method executeJDBCStatementsToString in class JDBCConnector cannot be applied to given types;
[javac] return