baldimir opened a new pull request, #6365: URL: https://github.com/apache/incubator-kie-drools/pull/6365
Upgrades javaparser library to 3.26.4 to align it with kogito-runtimes. - The printArguments(final NodeList<Expression> args, final Void arg) method now comes directly from the javaparser library itself - that is the reason it got deleted. - If I understood correctly, the PatternExpr got changed in Javaparser to accomodate also record types, so it got split there. I aligned to the original TypePatternExpr. We could extend the features to support also records in the future when migrating to newer Java versions. -- 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]
