Package io.quarkus.jdbc.db2.deployment
Class JakartaEnablement
- java.lang.Object
-
- io.quarkus.jdbc.db2.deployment.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 Summary
Constructors Constructor Description JakartaEnablement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidtransformToJakarta(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.BytecodeTransformerBuildItem> transformers)
-