We are trying to upgrade from 12.2.1.0 to 12.2.1.4. We have VO attributes with expression like adf.currentDate+ 90 to initialize the attributes. This does not work in new version. Does anyone know any workaround?
Below is the log
groovy.lang.MissingMethodException: No signature of method: java.sql.Date.plus() is applicable for argument types: (Integer) values: [90]
Possible solutions: parse(java.lang.String), is(java.lang.Object), use([Ljava.lang.Object;), split(groovy.lang.Closure), wait(), clone()