grails-rabbitmq-native
grails-rabbitmq-native copied to clipboard
NPE in LegacyConsumerContext
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.