ppkarwasz commented on issue #2075: URL: https://github.com/apache/logging-log4j2/issues/2075#issuecomment-1845149472
The `QueueFactory` interface might have external implementations, but it is independent of logger, so I would put it in `spi` or even better `queue`, `spi.queue` or `queue.spi`. Putting it in a separate package would give a clear signal that it is a separate SPI. Hibernate 5.x (cf. [Javadoc](https://docs.jboss.org/hibernate/orm/5.2/javadocs/overview-summary.html)) did a major refactoring and put all optional services in separate `foo.spi` packages. Using their convention `o.a.l.l.queue.spi` sound the best. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
