Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing files #8

Open
yujiaao opened this issue May 10, 2021 · 2 comments
Open

missing files #8

yujiaao opened this issue May 10, 2021 · 2 comments

Comments

@yujiaao
Copy link

yujiaao commented May 10, 2021

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
@stevehu
Copy link
Contributor

stevehu commented May 10, 2021

@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.

@TechZi
Copy link

TechZi commented Jun 21, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants