public final class JtaIntegrationDCOHelper
extends Object
Technically this substitution shouldn't be needed, if only the DCO logic of the
native-image compiler was a bit smarter.
It doesn't seem to be able to detect that QuarkusJtaPlatformInitiator#jtaIsPresent
is a constant which will always be false when the JTA platform is not available.
(I had also tried to make this more obvious by adding a static final boolean,
but it has to "and" this boolean with the configuration flag and it doesn't seem
able to resolve that as a constant).