]
Sanne Grinovero updated ISPN-8870:
----------------------------------
Fix Version/s: 9.2.0.Final
Loggers should not inherit from the Core logger
-----------------------------------------------
Key: ISPN-8870
URL:
https://issues.jboss.org/browse/ISPN-8870
Project: Infinispan
Issue Type: Bug
Components: Core
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 9.2.0.Final
JBoss Logging generates a lot of methods. Using inheritance for the loggers just to reuse
one or two methods from the parent logger generates a lot of waste in class metadata. We
should drop inheritance and duplicate methods instead