Class JakartaEnablement
java.lang.Object
org.apache.camel.quarkus.component.jira.deployment.JakartaEnablement
Jira REST client is compiled using references to classes in the javax packages;
we need to transform these to fix compatibility with jakarta packages.
We do this by leveraging the Eclipse Transformer project during Augmentation, so
that end users don't need to bother.
This class must be removed when https://ecosystem.atlassian.net/browse/JRJC-262
gets resolved.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidtransformToJakarta(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.BytecodeTransformerBuildItem> transformers)
-
Constructor Details
-
JakartaEnablement
public JakartaEnablement()
-
-
Method Details
-
transformToJakarta
void transformToJakarta(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.BytecodeTransformerBuildItem> transformers)
-