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] Invalid characters (CR/LF) in response header caused by customized Jackson ObjectMapper #123

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

xhaggi
Copy link
Collaborator

@xhaggi xhaggi commented May 31, 2024

Due to the fact that a user can customize the Jackson ObjectMapper bean (e.g. spring.jackson.serialization.indent-output=true) in Spring Boot, this leads to unwanted errors when it comes to serializing. Therefore, we no longer rely on this ObjectMapper.

Fixes #57

…zed Jackson ObjectMapper

Due to the fact that a user can customize the Jackson ObjectMapper bean (e.g. spring.jackson.serialization.indent-output=true) in Spring Boot, this leads to unwanted errors when it comes to serializing. Therefore, we no longer rely on this ObjectMapper.
@xhaggi xhaggi force-pushed the fix/json-serialization branch from 83d56c0 to 0a10fb0 Compare May 31, 2024 09:32
@wimdeblauwe wimdeblauwe added this to the 3.5.0 milestone Jun 1, 2024
@wimdeblauwe wimdeblauwe merged commit 2c5f7c7 into wimdeblauwe:main Jun 18, 2024
2 checks passed
@xhaggi xhaggi deleted the fix/json-serialization branch October 25, 2024 06:41
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.

adding multiple triggers causes exception
3 participants