Bug 1087363
| Summary: | To use EAP 6.1.1 artifacts and versions for jboss-bpms-quickstarts | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Ryan Zhang <rzhang> | ||||||
| Component: | Build and Assembly | Assignee: | Ryan Zhang <rzhang> | ||||||
| Status: | CLOSED EOL | QA Contact: | Tomas David <tdavid> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 6.0.2 | CC: | kverlaen, lpetrovi | ||||||
| Target Milestone: | ER1 | ||||||||
| Target Release: | 6.0.2 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2020-03-27 20:11:08 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: | |||||||
| Embargoed: | |||||||||
| Bug Depends On: | |||||||||
| Bug Blocks: | 1087375 | ||||||||
| Attachments: |
|
||||||||
Created attachment 886075 [details]
1.patch
Created attachment 886076 [details]
2.patch
Hi Ryan, I granted you the write acccess to BRMS quickstarts and BOMs so you can apply these fixes. I'm currently not maintaining these quickstarts and need someone from BRPMS/BPMS team do grab it. Ok, will do. (In reply to Rafael Benevides from comment #6) > Hi Ryan, > > > I granted you the write acccess to BRMS quickstarts and BOMs so you can > apply these fixes. > > I'm currently not maintaining these quickstarts and need someone from > BRPMS/BPMS team do grab it. Thanks Ryan ;) The version adjustment has been commited to 6.0.x branch (See also https://github.com/jboss-developer/jboss-brms-boms/commit/6a3b895bd674d2ecadacd7b29e70c1ac894558db ) Moving this to ON_QA Verified on BRMS 6.0.2.ER3. |
Description of problem: I noticed that there are some artifact version used in jboss-bpms-quickstart and jboss-bpms-boms are not for EAP 6.1.1. It possible be the version defined for EAP 6.2 or higher. We should use the one for EAP 6.1.1 for BPMS 6.0.2 release. I have found the following belong the cases: 1)jboss-bpms-boms: <version.logback-classic>1.0.9</version.logback-classic> <!-- Versions of JBoss projects --> - <version.org.jboss.spec.jboss.javaee.6.0>3.0.2.Final-redhat-7</version.org.jboss.spec.jboss.javaee.6.0> + <version.org.jboss.spec.jboss.javaee.6.0>3.0.2.Final-redhat-4</version.org.jboss.spec.jboss.javaee.6.0> <!-- Repository Deployment URLs --> <jboss.releases.repo.url> 2) jboss-bpms-quickstarts. @@ -38,7 +38,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. --> - <version.jboss.bom.eap>6.2.0.GA</version.jboss.bom.eap> + <version.jboss.bom.eap>1.0.4.Final-redhat-9</version.jboss.bom.eap> <version.jboss.bom.brms>6.0.2.GA-redhat-1</version.jboss.bom.brms> <maven.compiler.target>1.6</maven.compiler.target> @@ -56,7 +56,7 @@ the JBoss stack of the Java EE 6 APIs, with some extras tools for your project, such as Arquillian for testing) --> <dependency> - <groupId>org.jboss.bom.eap</groupId> + <groupId>org.jboss.bom</groupId> <artifactId>jboss-javaee-6.0-with-tools</artifactId> <version>${version.jboss.bom.eap}</version> <type>pom</type> Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: