Skip to content

yakom/bug-report-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

this is a demonstration of what seemed to be a bug in either micronaut-core or micronaut-rabbitmq module.

a connection to a RabbitMQ broker is required, configurable in application.yml. the command to expose the bug: mvn test

sending a message to RabbitMQ fails with:

java.lang.ClassCastException: class reactor.core.publisher.FluxOnErrorResume cannot be cast to class reactor.core.publisher.Mono (reactor.core.publisher.FluxOnErrorResume and reactor.core.publisher.Mono are in unnamed module of loader 'app')

raised as an issue.


turned out i was missing a dependency.

About

what seemed to be a bug in the Micronaut framework

Resources

Stars

Watchers

Forks

Languages