jpmml / jpmml-transpiler

Java Transpiler (Translator + Compiler) API for PMML
GNU Affero General Public License v3.0
28 stars 2 forks source link

Minimizing the library surface area of transpiled PMML objects #18

Closed vruusmann closed 2 years ago

vruusmann commented 3 years ago

The org.jpmml.evaluator.ResourceUtil utility class should be moved from org.jpmml:pmml-evaluator-extension module to the org.jpmml:pmml-model module.

See https://github.com/jpmml/jpmml-model/issues/30#issuecomment-864052475

A breaking change, which should happen in the 1.6.X development branch.