[Refactor] Unify JSONUtils class into kun-commons-utils
module
#467
Labels
refactor
Re-implement the code with better solution
kun-commons-utils
module
#467
Is your feature request related to a problem? Please describe.
Currently, we have 4 different implementations of JSON utility class:
kun-commons:kun-commons-query
module)kun-app-common
module)kun-metadata:kun-metadata-databuilder
module)kun-workflow:kun-workflow-utils
module)It is a huge mess to use different utility classes on the same aspect of functionality, and even not with a unified implementation on underlying libraries (for example,
com.miotech.kun.workflow.utils.JSONUtils
uses Jackson, andcom.miotech.kun.common.utils.JSONUtils
uses GSON.Describe the solution you'd like
Unify all JSON handling functionalities into one single util class:
com.miotech.kun.common.utils.JSONUtils
. Use Jackson as the underlying library.The text was updated successfully, but these errors were encountered: