Skip to content

Commit

Permalink
[WFLY-14151] Move microprofile-health extension to the microprofile f…
Browse files Browse the repository at this point in the history
…eature pack

This extension is no longer provided by the ee feature pack.

JIRA: https://issues.redhat.com/browse/WFLY-14151
Signed-off-by: Jeff Mesnil <jmesnil@redhat.com>
  • Loading branch information
jmesnil committed Dec 10, 2020
1 parent 70e1d01 commit 5d07fbb
Show file tree
Hide file tree
Showing 52 changed files with 134 additions and 116 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
<feature-group name="management-audit"/>
<feature-group name="management-interfaces"/>
<feature-group name="access-control"/>
<feature-group name="health"/>
<!-- WFLY-14151 do not forget to put it back -->
<!--<feature-group name="health"/>-->
<feature-group name="metrics" />

<feature-group name="servlet-unsecured-standalone-profile"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<feature-group name="servlet-unsecured-standalone-profile"/>

<feature-group name="basic-profile"/>
<feature-group name="health"/>
<!-- WFLY-14151 do not forget to put it back -->
<!--<feature-group name="health"/>-->
<feature-group name="metrics" />
<feature spec="subsystem.microprofile-jwt-smallrye"/>

Expand Down
33 changes: 0 additions & 33 deletions ee-feature-pack/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2785,39 +2785,6 @@
</exclusions>
</dependency>

<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-health</artifactId>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>wildfly-microprofile-health-smallrye</artifactId>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-api</artifactId>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>wildfly-mod_cluster-extension</artifactId>
Expand Down
33 changes: 0 additions & 33 deletions ee-feature-pack/common/src/license/feature-pack-licenses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -586,17 +586,6 @@
</license>
</licenses>
</dependency>
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-health</artifactId>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
</dependency>
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-opentracing</artifactId>
Expand Down Expand Up @@ -1750,17 +1739,6 @@
</license>
</licenses>
</dependency>
<dependency>
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-api</artifactId>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
</dependency>
<dependency>
<groupId>org.eclipse.microprofile.opentracing</groupId>
<artifactId>microprofile-opentracing-api</artifactId>
Expand Down Expand Up @@ -2760,17 +2738,6 @@
</license>
</licenses>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>wildfly-microprofile-health-smallrye</artifactId>
<licenses>
<license>
<name>GNU Lesser General Public License v2.1 or later</name>
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html</url>
<distribution>repo</distribution>
</license>
</licenses>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>wildfly-microprofile-opentracing-extension</artifactId>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
<layer name="metrics" optional="true"/>
<layer name="microprofile-config" optional="true"/>
<layer name="open-tracing" optional="true"/>
<layer name="microprofile-health" optional="true"/>
</dependencies>
</layer-spec>
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
</feature>
</feature>
</feature-group>
<feature-group name="health"/>
<!-- WFLY-14151 do not forget to put it back -->
<!--<feature-group name="health"/>-->
<feature-group name="metrics" />
</feature-group-spec>
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@
</feature>
</feature>
</feature-group>
<feature-group name="health"/>
<!-- WFLY-14151 do not forget to put it back -->
<!--<feature-group name="health"/>-->
<feature-group name="metrics" />

<!-- <feature-group name="elytron-permissions-workaround"/> -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
<feature-group name="management-audit"/>
<feature-group name="management-interfaces"/>
<feature-group name="access-control"/>
<feature-group name="health"/>
<!-- WFLY-14151 do not forget to put it back -->
<!--<feature-group name="health"/>-->
<feature-group name="metrics" />

<feature-group name="servlet-standalone-profile"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<feature-group name="servlet-standalone-profile"/>

<feature-group name="basic-profile"/>
<feature-group name="health"/>
<!-- WFLY-14151 do not forget to put it back -->
<!--<feature-group name="health"/>-->
<feature-group name="metrics" />

</feature-group-spec>
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
<extension>org.wildfly.extension.messaging-activemq</extension>
<extension>org.wildfly.extension.metrics</extension>
<extension>org.wildfly.extension.microprofile.config-smallrye</extension>
<extension>org.wildfly.extension.microprofile.health-smallrye</extension>
<extension>org.wildfly.extension.microprofile.opentracing-smallrye</extension>
<extension>org.wildfly.extension.picketlink</extension>
<extension>org.wildfly.extension.rts</extension>
Expand Down Expand Up @@ -124,7 +123,6 @@
<extension>org.wildfly.extension.ee-security</extension>
<extension>org.wildfly.extension.messaging-activemq</extension>
<extension>org.wildfly.extension.microprofile.config-smallrye</extension>
<extension>org.wildfly.extension.microprofile.health-smallrye</extension>
<extension>org.wildfly.extension.microprofile.opentracing-smallrye</extension>
<extension>org.wildfly.extension.picketlink</extension>
<extension>org.wildfly.extension.rts</extension>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
<subsystem>messaging-activemq-colocated.xml</subsystem>
<subsystem>metrics.xml</subsystem>
<subsystem>microprofile-config-smallrye.xml</subsystem>
<subsystem>microprofile-health-smallrye.xml</subsystem>
<!-- WFLY-14151 replace by a health.xml... -->
<!-- <subsystem>microprofile-health-smallrye.xml</subsystem> -->
<subsystem>microprofile-opentracing-smallrye.xml</subsystem>
<subsystem>naming.xml</subsystem>
<subsystem>pojo.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
<subsystem>mail.xml</subsystem>
<subsystem>metrics.xml</subsystem>
<subsystem>microprofile-config-smallrye.xml</subsystem>
<subsystem>microprofile-health-smallrye.xml</subsystem>
<!-- WFLY-14151 replace by a health.xml... -->
<!-- <subsystem>microprofile-health-smallrye.xml</subsystem> -->
<subsystem>microprofile-opentracing-smallrye.xml</subsystem>
<subsystem>naming.xml</subsystem>
<subsystem>pojo.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
<subsystem>mail.xml</subsystem>
<subsystem>metrics.xml</subsystem>
<subsystem>microprofile-config-smallrye.xml</subsystem>
<subsystem>microprofile-health-smallrye.xml</subsystem>
<!-- WFLY-14151 replace by a health.xml... -->
<!-- <subsystem>microprofile-health-smallrye.xml</subsystem> -->
<subsystem>microprofile-opentracing-smallrye.xml</subsystem>
<subsystem>naming.xml</subsystem>
<subsystem>pojo.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
<subsystem>messaging-activemq.xml</subsystem>
<subsystem>metrics.xml</subsystem>
<subsystem>microprofile-config-smallrye.xml</subsystem>
<subsystem>microprofile-health-smallrye.xml</subsystem>
<!-- WFLY-14151 replace by a health.xml... -->
<!-- <subsystem>microprofile-health-smallrye.xml</subsystem> -->
<subsystem>microprofile-opentracing-smallrye.xml</subsystem>
<subsystem>naming.xml</subsystem>
<subsystem>picketlink-federation.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
<subsystem>messaging-activemq.xml</subsystem>
<subsystem>metrics.xml</subsystem>
<subsystem>microprofile-config-smallrye.xml</subsystem>
<subsystem>microprofile-health-smallrye.xml</subsystem>
<!-- WFLY-14151 replace by a health.xml... -->
<!-- <subsystem>microprofile-health-smallrye.xml</subsystem> -->
<subsystem>microprofile-opentracing-smallrye.xml</subsystem>
<subsystem>naming.xml</subsystem>
<subsystem>pojo.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
<subsystem>messaging-activemq.xml</subsystem>
<subsystem>metrics.xml</subsystem>
<subsystem>microprofile-config-smallrye.xml</subsystem>
<subsystem>microprofile-health-smallrye.xml</subsystem>
<!-- WFLY-14151 replace by a health.xml... -->
<!-- <subsystem>microprofile-health-smallrye.xml</subsystem> -->
<subsystem>microprofile-opentracing-smallrye.xml</subsystem>
<subsystem>naming.xml</subsystem>
<subsystem>pojo.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
<subsystem supplement="ha">messaging-activemq.xml</subsystem>
<subsystem>metrics.xml</subsystem>
<subsystem>microprofile-config-smallrye.xml</subsystem>
<subsystem>microprofile-health-smallrye.xml</subsystem>
<!-- WFLY-14151 replace by a health.xml... -->
<!-- <subsystem>microprofile-health-smallrye.xml</subsystem> -->
<subsystem>microprofile-opentracing-smallrye.xml</subsystem>
<subsystem supplement="${mod_cluster.supplement}">mod_cluster.xml</subsystem>
<subsystem>naming.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
<subsystem>messaging-activemq.xml</subsystem>
<subsystem>metrics.xml</subsystem>
<subsystem>microprofile-config-smallrye.xml</subsystem>
<subsystem>microprofile-health-smallrye.xml</subsystem>
<!-- WFLY-14151 replace by a health.xml... -->
<!-- <subsystem>microprofile-health-smallrye.xml</subsystem> -->
<subsystem>microprofile-opentracing-smallrye.xml</subsystem>
<subsystem>naming.xml</subsystem>
<subsystem>pojo.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
<subsystem>mail.xml</subsystem>
<subsystem>metrics.xml</subsystem>
<subsystem>microprofile-config-smallrye.xml</subsystem>
<subsystem>microprofile-health-smallrye.xml</subsystem>
<!-- WFLY-14151 replace by a health.xml... -->
<!-- <subsystem>microprofile-health-smallrye.xml</subsystem> -->
<subsystem>microprofile-opentracing-smallrye.xml</subsystem>
<subsystem supplement="${mod_cluster.supplement}">mod_cluster.xml</subsystem>
<subsystem>naming.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
<subsystem>mail.xml</subsystem>
<subsystem>metrics.xml</subsystem>
<subsystem>microprofile-config-smallrye.xml</subsystem>
<subsystem>microprofile-health-smallrye.xml</subsystem>
<!-- WFLY-14151 replace by a health.xml... -->
<!-- <subsystem>microprofile-health-smallrye.xml</subsystem> -->
<subsystem>microprofile-opentracing-smallrye.xml</subsystem>
<subsystem>naming.xml</subsystem>
<subsystem>pojo.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<include name="cloud-server"/>
<include name="h2-default-datasource"/>
<include name="microprofile-fault-tolerance"/>
<include name="microprofile-health"/>
<include name="microprofile-jwt"/>
<include name="microprofile-metrics"/>
<include name="microprofile-openapi"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<include name="cloud-server"/>
<include name="h2-default-datasource"/>
<include name="microprofile-fault-tolerance"/>
<include name="microprofile-health"/>
<include name="microprofile-jwt"/>
<include name="microprofile-metrics"/>
<include name="microprofile-openapi"/>
Expand Down
1 change: 1 addition & 0 deletions galleon-pack/wildfly-feature-pack-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
<extensions>
<standalone>
<extension>org.wildfly.extension.microprofile.fault-tolerance-smallrye</extension>
<extension>org.wildfly.extension.microprofile.health-smallrye</extension>
<extension>org.wildfly.extension.microprofile.jwt-smallrye</extension>
<extension>org.wildfly.extension.microprofile.metrics-smallrye</extension>
<extension>org.wildfly.extension.microprofile.openapi-smallrye</extension>
Expand Down
32 changes: 32 additions & 0 deletions microprofile/galleon-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,17 @@
</exclusions>
</dependency>

<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-health</artifactId>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-jwt</artifactId>
Expand Down Expand Up @@ -212,6 +223,16 @@
</exclusions>
</dependency>

<dependency>
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-api</artifactId>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.microprofile.jwt</groupId>
<artifactId>microprofile-jwt-auth-api</artifactId>
Expand Down Expand Up @@ -267,6 +288,17 @@
</exclusions>
</dependency>

<dependency>
<groupId>${full.maven.groupId}</groupId>
<artifactId>wildfly-microprofile-health-smallrye</artifactId>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>${full.maven.groupId}</groupId>
<artifactId>wildfly-microprofile-jwt-smallrye</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@
</license>
</licenses>
</dependency>
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-health</artifactId>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
</dependency>
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-jwt</artifactId>
Expand Down Expand Up @@ -122,6 +133,17 @@
</license>
</licenses>
</dependency>
<dependency>
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-api</artifactId>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
</dependency>
<dependency>
<groupId>org.eclipse.microprofile.jwt</groupId>
<artifactId>microprofile-jwt-auth-api</artifactId>
Expand Down
Loading

0 comments on commit 5d07fbb

Please sign in to comment.