Class JakartaEnablement


  • public class JakartaEnablement
    extends Object
    The DB2 driver is compiled using references to classes in the jakarta.transaction package; we need to transform these to fix compatibility with jakarta.transaction. We do this by leveraging the Eclipse Transformer project during Augmentation, so that end users don't need to bother.
    • Constructor Detail

      • JakartaEnablement

        public JakartaEnablement()
    • Method Detail

      • transformToJakarta

        void transformToJakarta​(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.BytecodeTransformerBuildItem> transformers)