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

No Issue : Refactor test codes and Remove useless full package name. #3551

Merged
merged 4 commits into from
Oct 9, 2024

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