[infinispan-issues] [JBoss JIRA] (ISPN-1846) Use correct version of Transactions API
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Sat Feb 18 12:56:36 EST 2012
[ https://issues.jboss.org/browse/ISPN-1846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Manik Surtani updated ISPN-1846:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Use correct version of Transactions API
> ---------------------------------------
>
> Key: ISPN-1846
> URL: https://issues.jboss.org/browse/ISPN-1846
> Project: Infinispan
> Issue Type: Component Upgrade
> Affects Versions: 5.1.0.FINAL, 5.1.1.FINAL
> Reporter: Sanne Grinovero
> Assignee: Galder Zamarreño
> Priority: Minor
> Fix For: 5.1.2.CR1, 5.1.2.FINAL
>
>
> As discuseed on mailing list:
> From Pete Muir:
> {quote}
> On 7 Feb 2012, at 14:22, Sanne Grinovero wrote:
> > I'm having the transactions API defined by both the following packages:
> >
> > Hibernate core depends on:
> >
> > <parent>
> > <groupId>org.jboss.spec</groupId>
> > <artifactId>jboss-specs-parent</artifactId>
> > <version>1.0.0.Beta2</version>
> > </parent>
> > <groupId>org.jboss.spec.javax.transaction</groupId>
> > <artifactId>jboss-transaction-api_1.1_spec</artifactId>
> > <version>1.0.0.Final</version>
> This is the new (correct) location.
> >
> > Infinispan core depends on:
> >
> > <parent>
> > <groupId>org.jboss.javaee</groupId>
> > <artifactId>jboss-javaee-parent</artifactId>
> > <version>5.2.0.Beta1</version>
> > </parent>
> > <groupId>org.jboss.javaee</groupId>
> > <artifactId>jboss-transaction-api</artifactId>
> > <version>1.0.1.GA</version>
> >
> > I'd like to introduce some consistency, especially since some project use both.
> > Which one should we use ?
> This is way out of date.
> >
> > AS 7.1 [master]
> > is using
> > <dependency>
> > <groupId>org.jboss.spec.javax.transaction</groupId>
> > <artifactId>jboss-transaction-api_1.1_spec</artifactId>
> > <version>1.0.0.Final</version>
> > </dependency>
> >
> > So I guess Infinispan should pick the same?
> {quote}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list