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 undo log parser type jackson not found #690

Merged
merged 2 commits into from
Dec 7, 2024

Conversation

marsevilspirit
Copy link
Contributor

What this PR does:

The undo log parser type can be configured through the configuration file.
Currently only supports json.

Which issue(s) this PR fixes:

Fixes #664

fix undo log parser type jackson not found

Special notes for your reviewer:

The reason for the error in seata-go-samples is that an old version with an unpatched undo log parser type is being used. Once the new version of seata-go is released and the dependencies are updated in the samples library, the "undo log parser type jackson not found" error will no longer appear. The main reason for this issue is that Jackson is a JSON implementation for Java, not for Go, and changing it to json in the configuration file will resolve the problem.

Does this PR introduce a user-facing change?:
none

pkg/client/config_test.go Outdated Show resolved Hide resolved
@luky116 luky116 removed the coding label Nov 23, 2024
@luky116 luky116 merged commit ccb9699 into apache:master Dec 7, 2024
6 checks passed
@marsevilspirit marsevilspirit deleted the fix-undo-log-parser branch December 21, 2024 08:39
@slievrly slievrly added this to the 2.0.0 milestone Jan 6, 2025
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.

fix AT mode "undo log parser type jackson not found" error
4 participants