CallFLow, Messages, Sms, Module with Unexpected Errors(Resolved)

Hello @SolDevelo., @jslawinski @dkayiwa Have been trying to play around with callFlow module that was migrated to johnsonandJohnson repository, wondering if this modules are still maintained effectively. There is an issue to do with checkstyle in core modules like callflow, sms and messages modules, Should i go ahead and fix those issues directly or its to do with local configuration.

Note that it can only run on version 7 or 8 version but still with check style errors.

cc @jslawinski ,@pwargulak Looking forward to hearing from you thanks.

Hi @sharif

it looks like you run the build with Java 10 or later. We run maven builds from IDE, and there we’ve selected JDK8 environment to be used during the build.

To run build directly try something like:

linux:
JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 mvn clean install

windows:
env JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 mvn clean install

I’m not sure of the windows one, but in short you need to make sure the Java 8 is used by maven to build the project.

Thanks, @pwargulak , True , it’s running successfully on java 8 , However, i find those errors valuable to rectify if time is available. Errors here. Am not sure if you guys are looking into it due to the resources available.

We are preparing the next release of the source code, we’ll try to include the check-style fix.

Great. Thank you so much for your quick response.