| Summary: | Please use jboss standard version format for properties in uberfire(ie use "version.groupid" instead of "groupid.version" | ||
|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Ryan Zhang <rzhang> |
| Component: | Build and Assembly | Assignee: | Alexandre Porcelli <porcelli> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Lukáš Petrovický <lpetrovi> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.0.0 | CC: | etirelli, rrajasek |
| Target Milestone: | CR1 | ||
| Target Release: | 6.0.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-08-06 20:13:01 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
Please notice that there are several artifacts versions defined in uberfire are different from the ones defined in community bom. For example: lucene mockito-all helix .... Please also make sure the common artifact use the same version besides the version format. Kindly remind that mvel version:2.1.Beta8 is also different. A side build problem: uberfire contains lucene-core in the dependency tree (am I correct?) Should we also explicitly define it in dependencyManagment section? Fix pushed to master and product branch of uberfire repository. As commit message says, still room for improvement on pom's - but for now i think it's fine. (master) https://github.com/droolsjbpm/uberfire/commit/405bae6eb (0.3.x) https://github.com/droolsjbpm/uberfire/commit/72fde1ea0 VERIFIED by checking the commits. |
Description of problem: In uberfire component, the properties defined as: ... <javax.inject.version>1</javax.inject.version> <cdi-api.version>1.0-SP4</cdi-api.version> <weld-spi.version>1.1.Final</weld-spi.version> <weld.version>1.1.13.Final</weld.version> ... But in community bom , ipbom and jboss eap bom, the properties are defined as: ... <version.org.jboss.weld.weld>1.1.13.Final-redhat-1</version.org.jboss.weld.weld> <version.org.jboss.weld.weld-api>1.1.Final-redhat-2</version.org.jboss.weld.weld-api> ... Please use the same version format and the same properties values for the same artifact in uberfire. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: