Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-68475

Prepare Thycotic Secret Server for removal of JAXB and Java 11 requirement

XMLWordPrintable

      JAXB was removed from Java 9+. In 2.164, JAXB was detached into the JAXB API plugin, which means that any plugin with a Jenkins baseline prior to 2.164 will get JAXB on its classpath via the detached plugin mechanism. Any plugin with a Jenkins baseline greater than or equal to 2.164 will get JAXB on its classpath if and only if it declares a plugin-to-plugin dependency on JAXB (recommended) or embeds JAXB into its own .jpi via a direct or transitive dependency.

      A systematic search of the plugin corpus was conducted on May 9, 2022; this search revealed that this plugin has a baseline greater than or equal to 2.164, a direct or transitive usage of JAXB, no plugin-to-plugin dependency on JAXB, and no copy of JAXB in the .jpi. For compatibility with Java 11, this plugin must declare an explicit dependency on the JAXB API plugin as follows:

      <dependency>
        <groupId>io.jenkins.plugins</groupId>
        <artifactId>jaxb</artifactId>
        <version>2.3.6-1</version>
      </dependency>
      

      This plugin's identified usage of JAXB is as follows:

      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/annotation/XmlElement via org/springframework/boot/autoconfigure/jersey/JerseyAutoConfiguration$JacksonResourceConfigCustomizer$JaxbObjectMapperCustomizer.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/annotation/XmlRootElement via org/springframework/http/codec/xml/Jaxb2XmlDecoder.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/annotation/XmlRootElement via org/springframework/http/codec/xml/Jaxb2XmlEncoder.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/annotation/XmlRootElement via org/springframework/http/converter/xml/Jaxb2CollectionHttpMessageConverter.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/annotation/XmlRootElement via org/springframework/http/converter/xml/Jaxb2RootElementHttpMessageConverter.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/annotation/XmlSchema via org/springframework/http/codec/xml/Jaxb2XmlDecoder.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/annotation/XmlType via org/springframework/http/codec/xml/Jaxb2XmlDecoder.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/annotation/XmlType via org/springframework/http/codec/xml/Jaxb2XmlEncoder.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/annotation/XmlType via org/springframework/http/converter/xml/Jaxb2CollectionHttpMessageConverter.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/annotation/XmlType via org/springframework/http/converter/xml/Jaxb2RootElementHttpMessageConverter.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/JAXBContext via org/springframework/http/codec/xml/JaxbContextContainer.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/JAXBContext via org/springframework/http/converter/xml/AbstractJaxb2HttpMessageConverter.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/JAXBElement via org/springframework/http/codec/xml/Jaxb2XmlDecoder.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/JAXBElement via org/springframework/http/converter/xml/Jaxb2CollectionHttpMessageConverter.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/JAXBElement via org/springframework/http/converter/xml/Jaxb2RootElementHttpMessageConverter.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/JAXBException via org/springframework/http/codec/xml/Jaxb2XmlDecoder.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/JAXBException via org/springframework/http/codec/xml/Jaxb2XmlEncoder.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/JAXBException via org/springframework/http/codec/xml/JaxbContextContainer.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/JAXBException via org/springframework/http/converter/xml/AbstractJaxb2HttpMessageConverter.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/JAXBException via org/springframework/http/converter/xml/Jaxb2CollectionHttpMessageConverter.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/JAXBException via org/springframework/http/converter/xml/Jaxb2RootElementHttpMessageConverter.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/MarshalException via org/springframework/http/codec/xml/Jaxb2XmlEncoder.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/MarshalException via org/springframework/http/converter/xml/Jaxb2RootElementHttpMessageConverter.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/Marshaller via org/springframework/http/codec/xml/Jaxb2XmlEncoder.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/Marshaller via org/springframework/http/converter/xml/AbstractJaxb2HttpMessageConverter.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/Marshaller via org/springframework/http/converter/xml/Jaxb2RootElementHttpMessageConverter.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/PropertyException via org/springframework/http/converter/xml/Jaxb2RootElementHttpMessageConverter.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/UnmarshalException via org/springframework/http/codec/xml/Jaxb2XmlDecoder.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/UnmarshalException via org/springframework/http/converter/xml/Jaxb2CollectionHttpMessageConverter.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/UnmarshalException via org/springframework/http/converter/xml/Jaxb2RootElementHttpMessageConverter.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/Unmarshaller via org/springframework/http/codec/xml/Jaxb2XmlDecoder.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/Unmarshaller via org/springframework/http/converter/xml/AbstractJaxb2HttpMessageConverter.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/Unmarshaller via org/springframework/http/converter/xml/Jaxb2CollectionHttpMessageConverter.class
      Plugin thycotic-secret-server:1.0.0 using javax/xml/bind/Unmarshaller via org/springframework/http/converter/xml/Jaxb2RootElementHttpMessageConverter.class

            thycotic_dsv Thycotic Dev
            basil Basil Crow
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: