Github user rgodfrey commented on the issue:
https://github.com/apache/qpid-broker-j/pull/13
The scope of QPID-7372 was to remove the dependency on logback from the broker-core module,
so it's not correct to say that "it hasn't been fully fixed" - the class you are modifying
here is not in broker-core, but "broker". The "broker" module is expected to have specific
dependencies (it essentially provides a specific implementation for starting the broker) that
are left open in broker-core.
As you can see, on master this code has changed around a bit now with a slightly better
separation of the logic between broker and broker-core (IMHO).
Since 6.1.x is essentially in maintenance only, and the relevant area has changed for
7.x and beyond I don't think it makes sense to try to apply changes here
---
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org
|