Skip to content

Commit

Permalink
Fix XStream serializer issue in KafkaAutoConfigurationIntegrationTest
Browse files Browse the repository at this point in the history
Fix XStreamSerializer issue due to the Axon Framework 4.5.5 update
  • Loading branch information
martink76 committed Dec 10, 2021
1 parent 52964a8 commit 9437b22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ protected static class TestConfiguration {

@Bean
public Serializer eventSerializer() {
return XStreamSerializer.builder().build();
return XStreamSerializer.defaultSerializer();
}

@Bean
Expand Down

0 comments on commit 9437b22

Please sign in to comment.