Hi Henri, thanks for your support. In order to replicate the failure, just do as follows, from root directory:
mvn -T 1C -PskipTests,all cd core/provisioning-api mvn clean test -Dtest=MailTemplateTest As you might have noticed, Java 11 is required (but works any version above). Regards. On 2021/06/07 18:39:30, Henri Biestro <[email protected]> wrote: > Hi Francesco; > I'm sorry, I've tried and failed setting up a dev env for syncope to debug > your pb (java8 vs java11...). > I don't see any obvious reason for templates to misbehave. > Not sure how to help. > I'll keep digging... > > On 2021/06/07 15:42:55, Francesco Chicchiricc�� <[email protected]> wrote: > > Hi there, > > at Syncope we are using Commons JEXL for various tasks, including > > notification e-mail templates. > > > > All is working fine with 3.1 but when I switch to 3.2 all the tests from > > [1] are failing because no output is produced at all after template > > evaluation. > > > > Anything obvious I am missing here? > > > > TIA > > Regards. > > > > [1] > > https://github.com/apache/syncope/blob/master/core/provisioning-api/src/test/java/org/apache/syncope/core/provisioning/api/jexl/MailTemplateTest.java > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
