light-workflow-4j icon indicating copy to clipboard operation
light-workflow-4j copied to clipboard

missing files

Open yujiaao opened this issue 4 years ago • 2 comments

missing StringUtil and DateUtil

[INFO] Compiling 61 source files to D:\source\light-workflow-4j\state-model\target\classes
D:\source\light-workflow-4j\state-model\src\main\java\com\networknt\workflow\state\model\internal\validation\ValidationContext.java:21: : Ҳ
import com.networknt.utility.StringUtil;
                            ^
  :    StringUtil
  λ:  com.networknt.utility
D:\source\light-workflow-4j\state-model\src\main\java\com\networknt\workflow\state\model\internal\DateModule.java:27: : Ҳ
import com.networknt.utility.DateUtil;
                            ^
  :    DateUtil
  λ:  com.networknt.utility
2

yujiaao avatar May 10 '21 09:05 yujiaao

@yujiaao Thanks a lot for pointing it out. Given limited resources, we haven't focus on this project for while and the dependency has been updated. Let me upgrade to the 2.0.x framework. Also, we are more leaning towards Kafka Streams for workflow processing these days with microservices to handle events asychnously.

stevehu avatar May 10 '21 14:05 stevehu

Upgrade the version of dependencies, you can fix this problem. 1.4.6 -> 1.5.0

TechZi avatar Jun 21 '22 06:06 TechZi