I am very new to QPid, so bear with me. Starting an embedded browser for some integration tests, I ran into this line in org.apache.qpid.server.Broker.startup(BrokerOptions)
:
ch.qos.logback.classic.Logger logger =
(ch.qos.logback.classic.Logger) LoggerFactory.getLogger(Logger.ROOT_LOGGER_NAME);
It throws a ClassCastException
as it presumes that I am using Logback, which I am not and cannot.
Can anyone advise how I can work around this?