You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Btw, it is quite painful to add the custom serializer into JobRepositoryFactoryBean and JobExplorerFactoryBean.
is there a better way just to make Jackson2ExecutionContextStringSerializeras a @Bean
The text was updated successfully, but these errors were encountered:
Btw, it is quite painful to add the custom serializer into JobRepositoryFactoryBean and JobExplorerFactoryBean.
is there a better way just to make Jackson2ExecutionContextStringSerializeras a @bean
This will be addressed in #3942 in which we have some options to simplify this. Please upvote the issue or add a comment if you have another suggestion. We are open to any improvement ideas.
fmbenhassine
changed the title
Consider to add java.util.UUID as recognized class in Jackson2ExecutionContextStringSerializer
Add java.util.UUID to the trusted classes list in Jackson2ExecutionContextStringSerializer
May 17, 2022
spring-batch/spring-batch-core/src/main/java/org/springframework/batch/core/repository/dao/Jackson2ExecutionContextStringSerializer.java
Line 259 in 5bce152
Btw, it is quite painful to add the custom serializer into
JobRepositoryFactoryBean
andJobExplorerFactoryBean
.is there a better way just to make
Jackson2ExecutionContextStringSerializer
as a@Bean
The text was updated successfully, but these errors were encountered: