[jboss-jira] [JBoss JIRA] (WFLY-13456) Readme for microprofile-openapi QS is WildFly specific and does not work for EAP
Eduardo Martins (Jira)
issues at jboss.org
Tue May 12 07:14:03 EDT 2020
[ https://issues.redhat.com/browse/WFLY-13456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Eduardo Martins updated WFLY-13456:
-----------------------------------
Description:
The QS is included in EAP XP Quickstarts ZIP, but its instructions are WildFly specific.
(1) Use of WildFly instead of EAP on several places, e.g. title "Using MicroProfile OpenAPI in WildFly", introduction "This guide demonstrate how to use the MicroProfile OpenAPI functionality in WildFly" etc.
was:
The QS is included in EAP XP 1.0.0.GA-CR1 Quickstarts ZIP, but its instructions are WildFly specific.
(1) Use of WildFly instead of EAP on several places, e.g. title "Using MicroProfile OpenAPI in WildFly", introduction "This guide demonstrate how to use the MicroProfile OpenAPI functionality in WildFly" etc.
(2) Starting the server with unsupported method "mvn wildfly:run &". Please use standard section {{Start the JBoss EAP Standalone Server}} or use a similar steps to start the server. The same applies for {{mvn wildfly:execute-commands}}, {{mvn wildfly:shutdown -Dwildfly.reload=true}} and {{mvn wildfly:shutdown}} commands.
(3) When trying the WF commands with EAP XP1 server, they fail:
{code}
[nziakova at laptop microprofile-openapi]$ export JBOSS_HOME
[nziakova at laptop microprofile-openapi]$ mvn wildfly:run &
...
[ERROR] Failed to execute goal org.wildfly.plugins:wildfly-maven-plugin:2.0.0.Final:run (default-cli) on project microprofile-openapi-quickstart: Execution default-cli of goal org.wildfly.plugins:wildfly-maven-plugin:2.0.0.Final:run failed: Failure to find org.wildfly:wildfly-dist:zip:7.3.1.GA-redhat-SNAPSHOT
{code}
(4) When trying standard server start, the QS works fine without the step {{Add support for MicroProfile OpenAPI by adding the requisite extension and subsystem.}} - is it needed for EAP?
{code}
EAP_HOME/bin/standalone.sh -c standalone-microprofile.xml
{code}
> Readme for microprofile-openapi QS is WildFly specific and does not work for EAP
> --------------------------------------------------------------------------------
>
> Key: WFLY-13456
> URL: https://issues.redhat.com/browse/WFLY-13456
> Project: WildFly
> Issue Type: Bug
> Components: Quickstarts
> Affects Versions: 19.1.0.Final
> Reporter: Eduardo Martins
> Assignee: Eduardo Martins
> Priority: Blocker
>
> The QS is included in EAP XP Quickstarts ZIP, but its instructions are WildFly specific.
> (1) Use of WildFly instead of EAP on several places, e.g. title "Using MicroProfile OpenAPI in WildFly", introduction "This guide demonstrate how to use the MicroProfile OpenAPI functionality in WildFly" etc.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jboss-jira
mailing list