Uploaded image for project: 'JBoss Server Migration Tool'
  1. JBoss Server Migration Tool
  2. CMTOOL-253

JBoss EAP 7.3 Host-Excludes Setup

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Done
    • Icon: Blocker Blocker
    • 1.7.0.Final
    • None
    • EAP 7.3
    • None

      JBoss EAP 7.3 Beta includes a new default setup of host-excludes, and all migrations to such server should apply such setup.

      ...
               <host-exclude name="EAP70">
                   <host-release id="EAP7.0"/>
                   <excluded-extensions>
      +                <extension module="org.wildfly.extension.clustering.web"/>
                       <extension module="org.wildfly.extension.core-management"/>
                       <extension module="org.wildfly.extension.datasources-agroal"/>
                       <extension module="org.wildfly.extension.discovery"/>
      ...
               <host-exclude name="EAP71">
                   <host-release id="EAP7.1"/>
                   <excluded-extensions>
      +                <extension module="org.wildfly.extension.clustering.web"/>
                       <extension module="org.wildfly.extension.datasources-agroal"/>
                       <extension module="org.wildfly.extension.ee-security"/>
                       <extension module="org.wildfly.extension.microprofile.config-smallrye"/>
      ...
                       <extension module="org.wildfly.extension.microprofile.opentracing-smallrye"/>
                   </excluded-extensions>
               </host-exclude>
      +        <host-exclude name="EAP72">
      +            <host-release id="EAP7.2"/>
      +            <excluded-extensions>
      +                <extension module="org.wildfly.extension.clustering.web"/>
      +                <extension module="org.wildfly.extension.microprofile.metrics-smallrye"/>
      +            </excluded-extensions>
      +        </host-exclude>
           </host-excludes>
      

            emartins@redhat.com Eduardo Martins
            okotek@redhat.com Ondrej Kotek
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: