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

Refactor DeserializationException Detection Code #2756

Merged
merged 2 commits into from
Jul 26, 2023

Conversation

garyrussell
Copy link
Contributor

  • move to ErrorHandlingUtils for reuse.

- move to `ErrorHandlingUtils` for reuse.
* @since 3.0.10
*/
public static <K, V> boolean checkDeserializer(ConsumerFactory<K, V> consumerFactory,
Properties consumerOverrides, boolean isValue, @Nullable ApplicationContext applicationContext) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have an application context in my hands, but I do configure a ClassLoader.
How about to change it to that one instead, please?

@artembilan artembilan merged commit e956413 into spring-projects:main Jul 26, 2023
1 check failed
@garyrussell garyrussell deleted the EHUtils branch July 26, 2023 20:15
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.

2 participants