Class JakartaEnablement

java.lang.Object
org.apache.camel.quarkus.component.jira.deployment.JakartaEnablement

public class JakartaEnablement extends Object
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 Details

    • JakartaEnablement

      public JakartaEnablement()
  • Method Details

    • transformToJakarta

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