-
Improvement
-
Resolution: Done
-
Blocker
-
None
-
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>