-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Improve][JsonUtils] Use a static object mapper instead of creating it every time #5460
[Improve][JsonUtils] Use a static object mapper instead of creating it every time #5460
Conversation
[Improve][JsonUtils] Use a static object mapper instead of creating it every time
seatunnel-common/src/main/java/org/apache/seatunnel/common/utils/JsonUtils.java
Show resolved
Hide resolved
code style
@Morssssy Please solve the code style by |
done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Could you please rebase your dev branch with upstream dev. |
Please merge the latest dev branch. |
[Improve][JsonUtils] Use a static object mapper instead of creating it every time
code style
…into improve-jsonutils-objectmapper
@ruanwenjun @liugddx DONE |
Please wait for CI to complete. |
…into improve-jsonutils-objectmapper
[Improve][JsonUtils] Use a static object mapper instead of creating it every time
Purpose of this pull request
ObjectMapper class consumes a certain amount of system resources during instance creation. Instances of ObjectMapper should be reused.
Check list
New License Guide
release-note
.