[jboss-jira] [JBoss JIRA] (WFCORE-4925) Correct GAV versions in ModelTestControllerVersion
Richard Achmatowicz (Jira)
issues at jboss.org
Wed Apr 15 09:33:47 EDT 2020
Richard Achmatowicz created WFCORE-4925:
-------------------------------------------
Summary: Correct GAV versions in ModelTestControllerVersion
Key: WFCORE-4925
URL: https://issues.redhat.com/browse/WFCORE-4925
Project: WildFly Core
Issue Type: Bug
Components: Test Suite
Affects Versions: 11.0.0.Final
Reporter: Richard Achmatowicz
Assignee: Richard Achmatowicz
Fix For: 11.0.1.Final
The class org.jboss.as.model.test.ModelTestControllerVersion is used to provide component versioning information for various versions of EAP and Wildfly.
Given a version of EAP, say, 7.2.0, this class can be used to find the maven version for the product maven artifact, as well the maven version of Wildfly Core artifact used, etc.
The maven versions for EAP and Wildfly Core use "productized" versions, incorporating the -redhat- tag (e.g. org.wildfly.core:wildfly-threads:6.0.11.Final-redhat-1)
Currently, ModelTestControllerVersion uses "productized" version numbers for the EAP maven artifact but not for Wildfly Core maven artifact. This means that this class cannot be used to easily specify the maven version for the Wildfly Core component of the EAP version.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jboss-jira
mailing list