Skip to content

Commit

Permalink
[WFLY-12685] Upgrade MicroProfile Health 2.1
Browse files Browse the repository at this point in the history
* Fix MP Health and smallrye-health versions
* Clarify that the single test from Thorntail will not be added to
  WildFly integration test suite

JIRA: https://issues.jboss.org/browse/WFLY-12685
  • Loading branch information
jmesnil committed Jan 6, 2020
1 parent 7ddfa9c commit 0b8d854
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Upgrade MicroProfile Health to 2.1.0
= Upgrade MicroProfile Health to 2.1
:author: Jeff Mesnil
:email: [email protected]
:toc: left
Expand All @@ -10,9 +10,9 @@
== Overview


MicroProfile 3.1 provides a minor upgrade for https://github.com/eclipse/microprofile-health/releases/tag/2.1[MicroProfile Health 2.1.0].
MicroProfile 3.1 provides a minor upgrade for https://github.com/eclipse/microprofile-health/releases/tag/2.1[MicroProfile Health 2.1].

This component upgrade also covers the upgrade of smallrye-health 2.2.0 that implements MicroProfile Health 2.1.0.
This component upgrade also covers the upgrade of smallrye-health 2.1.0 that implements MicroProfile Health 2.1.

== Issue Metadata

Expand Down Expand Up @@ -55,7 +55,7 @@ This component upgrade also covers the upgrade of smallrye-health 2.2.0 that imp

* Run the WildFly integration basic test suite and checks there are no failures related to MicroProfle Health tests.
* Run the `microprofile-tck/health` module from WildFly integration test suite and checks that there are no failures.
* There are no existing tests for MicroProfile Health in https://github.com/thorntail/thorntail/tree/master/testsuite[Thorntail test suite] that needs to be ported to WildFly integration test suite.
* There is only one test for MicroProfile Health in https://github.com/thorntail/thorntail/tree/master/testsuite[Thorntail test suite] https://github.com/thorntail/thorntail/blob/master/fractions/microprofile/microprofile-health/src/test/java/org/wildfly/swarm/health/ParserTest.java[ParserTest]. The tests in MicroProfile Healh TCK and WildFly integration test suite already covers it and this test will not be brought in WildFly test suite.

== Community Documentation

Expand Down

0 comments on commit 0b8d854

Please sign in to comment.