Skip to content

Conversation

@chickenchickenlove
Copy link
Contributor

Description

1. Remove useless full package name.

In the MessagingMessageListenerAdapter class, org.springframework.messaging.converter.MessageConversionException is already imported. however, the MessageConversionException was declared with full package names.

2. Refactor test codes

Many test classes don't use KafkaTestUtils.consumerProps() and KafkaTestUtils.producerProps() even if they can.
Also, test code for KafkaStreams can be integrated using KafkaTestUtils.streamsProps().

sobychacko

This comment was marked as resolved.

@artembilan artembilan added this to the 3.3.0-RC1 milestone Oct 9, 2024
@artembilan artembilan merged commit 6ce3442 into spring-projects:main Oct 9, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants