jpmml / jpmml-transpiler

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

PMML service provider JARs should store expected JPMML-Model library version #22

Open vruusmann opened 1 year ago

vruusmann commented 1 year ago

See https://github.com/jpmml/jpmml-transpiler/issues/21#issuecomment-1335099837

vruusmann commented 1 year ago

This information should be stored in META-INF/ directory, in a way that could be read and analyzed without loading any Java classes.

Additionally, all newly defined JavaExpression and JavaModel subclasses should declare an explicit serialVersionUID class constant (inherit from the parent class?).