Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-1846

Use correct version of Transactions API

    XMLWordPrintable

Details

    • Component Upgrade
    • Resolution: Done
    • Minor
    • 5.1.2.CR1, 5.1.2.FINAL
    • 5.1.0.FINAL, 5.1.1.FINAL
    • None
    • None

    Description

      As discuseed on mailing list:
      From Pete Muir:

      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?

      Attachments

        Activity

          People

            rh-ee-galder Galder ZamarreƱo
            sgrinove Sanne Grinovero
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: