baldimir opened a new issue, #6961: URL: https://github.com/apache/incubator-kie/issues/6961
There are multiple object type conversion utils in our codebase, like [(1)](https://github.com/kiegroup/drools/tree/main/kie-pmml-trusty/kie-pmml-api/src/main/java/org/kie/pmml/api/utils) or [(2)](https://github.com/kiegroup/kogito-runtimes/blob/55b7a1641f08575fa0ea5d25ed00d16396ac144e/api/kogito-api/src/main/java/org/kie/kogito/internal/utils/ConversionUtils.java), or other. - Search for all such utils. - Replace them with 1 common implementation. It may be worth to check Apache Commons if there is such util. There is [actually one](https://commons.apache.org/proper/commons-beanutils/apidocs/org/apache/commons/beanutils/ConvertUtils.html), but not sure if that is the proper one to replace all. -- 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]
