I try calls to the HelloSign Java API within a service task (BTW, calles OUTSIDE jBPM work perfectly well ). I created the necessary dependency to HelloSign Java API in my project and jBPM seems to handle transitive dependencies to third-party libraries.
My code is compiled with JDK 1.8 and outside jBPM the reuse of HelloSign Java API as direct library (plus transitive third-party libraries) does not create any trouble.
Unfortunately, Building my project within jBPM shows this error:
"WARNING","Verification of class .module-info failed and will not be available for authoring.Underlying system error is: Failed to link module-info (Module ""javax.activation.api"" version 1.2.2 from local module loader @4883b407 (finder: local module finder @7d9d1a19 (roots: /Users/franckbarbier/NetBeansProjects/jbpm-server-7.73.0.Final-dist/modules,/Users/franckbarbier/NetBeansProjects/jbpm-server-7.73.0.Final-dist/modules/system/layers/base))): module-info has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0. Please check the necessary external dependencies for this project are configured correctly.","","0","0"
Any idea? Thanks in advance...