grails-rabbitmq-native icon indicating copy to clipboard operation
grails-rabbitmq-native copied to clipboard

NPE in LegacyConsumerContext

Open phejl opened this issue 5 years ago • 0 comments

The MessageConverterManagerImpl.convert(ByteToObjectInput input) will return null when conversion is DISABLED. This immediately leads to NPE in LegacyConsumerContext.process() where return value is dereferenced. I believe safe dereference should be used there.

phejl avatar Aug 01 '19 21:08 phejl