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: CastClassException in PubSubDeadLetterTopicSampleAppIntegrationTest #3139 #3145

Merged
merged 3 commits into from
Aug 22, 2024

Conversation

ldetmer
Copy link
Contributor

@ldetmer ldetmer commented Aug 21, 2024

Added object mapper bean to fix issue with spring cloud stream 4.1.3 failing to load objects in application context when loading their ObjectMapper causing PubSubDeadLetterTopicSampleAppIntegrationTest when trying to deserialize the object from the stream.

….1.3 failing to deserialize objects (spring-cloud/spring-cloud-stream#2977) causing pubsub steam dead letter test to fail
@ldetmer ldetmer requested a review from a team as a code owner August 21, 2024 19:38
….1.3 failing to deserialize objects (spring-cloud/spring-cloud-stream#2977) causing pubsub steam dead letter test to fail
@ldetmer ldetmer changed the title fix: CastClassException in PubSubDeadLetterTopicSampleAppIntegrationTest fix: CastClassException in PubSubDeadLetterTopicSampleAppIntegrationTest #3139 Aug 22, 2024
….1.3 failing to deserialize objects (spring-cloud/spring-cloud-stream#2977) causing pubsub functional sample test to fail
Copy link

sonarcloud bot commented Aug 22, 2024

@ldetmer ldetmer merged commit ae3626a into main Aug 22, 2024
73 of 76 checks passed
@ldetmer ldetmer deleted the bugfix-360912914 branch August 22, 2024 15:48
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.

2 participants