]
Eduardo Martins updated WFLY-13465:
-----------------------------------
Git Pull Request:
Issues in readme for microprofile-rest-client QS
------------------------------------------------
Key: WFLY-13465
URL:
https://issues.redhat.com/browse/WFLY-13465
Project: WildFly
Issue Type: Bug
Components: Quickstarts
Affects Versions: 19.1.0.Final
Reporter: Martin Stefanko
Assignee: Martin Stefanko
Priority: Critical
Fix For: 20.0.0.Beta1
(1) WF BOM is used instead of EAP one:
{code}
<groupId>org.wildfly.bom</groupId>
<artifactId>wildfly-microprofile</artifactId>
<version>${version.server.bom}</version>
{code}
(2) References to WF instead of EAP, e.g.:
{code}
<!-- Import the MicroProfile REST Client API, we use provided scope as the API is
included in WildFly -->
{code}
These references are used in pom.xml as well.
(3) QS contains tests but the readme does not mention them.
(4) Consider using standard sections:
* Use of the EAP_HOME and QUICKSTART_HOME Variables
* Undeploy the Quickstart
* Run the Arquillian Tests
* Run the Quickstart in Red Hat JBoss Developer Studio or Eclipse