Bug 994281 - Upgrade jboss-threads to 2.1.1
Summary: Upgrade jboss-threads to 2.1.1
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Other
Version: 6.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ER1
: EAP 6.2.0
Assignee: Jason Greene
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 985204 1005126
TreeView+ depends on / blocked
 
Reported: 2013-08-07 00:37 UTC by James Livingston
Modified: 2016-02-22 00:56 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-12-15 16:13:49 UTC
Type: Component Upgrade
Embargoed:


Attachments (Terms of Use)

Description James Livingston 2013-08-07 00:37:04 UTC
jboss-threads 2.1.1 is needed to fix bug 985204. dmlloyd said he would so the release of that version soon.

Comment 4 Nikoleta Hlavickova 2013-10-07 07:56:32 UTC
Verified for EAP 6.2.0 ER4.

Both Maven repo zip and EAP zip contain jboss-threads-2.1.1.Final-redhat-1.jar.

pom.xml in EAP src zip:
  <version.org.jboss.threads>2.1.1.Final-redhat-1</version.org.jboss.threads>
  <dependency>
      <groupId>org.jboss.threads</groupId>
      <artifactId>jboss-threads</artifactId>
      <version>${version.org.jboss.threads}</version>
  </dependency>


eap6-supported-artifacts-6.2.0.Beta1.pom in Maven repo zip:
  <dependency>
    <groupId>org.jboss.threads</groupId>
    <artifactId>jboss-threads</artifactId>
    <version>2.1.1.Final-redhat-1</version>
  </dependency>


Note You need to log in before you can comment on or make changes to this bug.