Will Burns created ISPN-10682:
---------------------------------
Summary: Investigate if static final trace variable in classes is helpful
Key: ISPN-10682
URL:
https://issues.jboss.org/browse/ISPN-10682
Project: Infinispan
Issue Type: Enhancement
Components: Core
Reporter: Will Burns
Quarkus and native compilation doesn't play nicely with our static final boolean trace
fields. The issue is either we have to always have this be true to allow logging on the
same native image. Or we have to force it to false, in which case you wouldn't be able
to enable tracing without recompiling the native image. We probably should go with the
former, but if we do we have to make sure we are doing expensive trace operations inside
the block for the case when tracing isn't actually enabled.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)