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

Fix 531 #534

Merged
merged 3 commits into from
Feb 25, 2025
Merged

Fix 531 #534

merged 3 commits into from
Feb 25, 2025

Conversation

KamToHung
Copy link
Collaborator

修复如果未引入jackson-datatype-jsr310会导致jackson异常并且无提示

/**
* @author <a href = "mailto:[email protected]">KamTo Hung</a>
*/
public class JacksonCreator {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

如果不引入jackson-datatype-jsr310,通过SPI获取JacksonParser的时候会异常(找不到com.fasterxml.jackson.datatype.jsr310.deser.LocalDateTimeDeserializer),所以创建一个JacksonCreator

@yanhom1314
Copy link
Collaborator

LGTM!

@yanhom1314 yanhom1314 merged commit 7c6e446 into dromara:master Feb 25, 2025
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants