tkobayas opened a new pull request, #6730: URL: https://github.com/apache/incubator-kie-drools/pull/6730
…raints with EvaluatorWrapper ASMConditionEvaluatorJitter.jitOperators() generated bytecode calling EvaluatorHelper.initOperators with Tuple.class as the second parameter type, but commit 81dce55001 changed the actual method signature to use BaseTuple.class. This mismatch caused NoSuchMethodError at runtime when an MVELConstraint with non-empty EvaluatorWrapper[] (e.g. str operator with a variable binding on a typesafe type) was ASM-jitted. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
