APIJSONORM would not compile on newer version of JDK starting from 11
APIJSONORM does not compile on newer version of JDK starting from 11 as javax.activation package were removed from J2SE per JEP 320 request. There is a simple patch #194 to fix it, please take a look, thanks.