Skip to content

Conversation

fjtirado
Copy link
Collaborator

@fjtirado fjtirado commented Oct 2, 2025

Fix #840
Alternative implementation to #845
In this case the ObjectMapperFactory does not need to be singleton internally because it just invoked once, but it has to be set before JsonUtils is invoked, so it can only be initialized at application startup (which is probably desirable, but just in case)

@fjtirado fjtirado force-pushed the Fix_#840a branch 4 times, most recently from ab185c7 to 68636eb Compare October 2, 2025 11:44
@fjtirado fjtirado changed the title [Fix #840] Alternative implementation [Fix #840] Allow setting ObjectMapper before JsonUtils is initialized Oct 2, 2025
…onUtils is init

Signed-off-by: fjtirado <ftirados@redhat.com>
@fjtirado fjtirado merged commit 1578c73 into serverlessworkflow:main Oct 2, 2025
3 checks 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.

Allow customizing the SDK’s Jackson ObjectMapper (JsonUtils) for lifecycle/CE serialization

2 participants