Uploaded image for project: 'JBoss Transaction Manager'
  1. JBoss Transaction Manager
  2. JBTM-3177

Rename lra-filters to narayana-lra

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 5.9.7.Final
    • 5.9.6.Final
    • LRA
    • None

    Description

      As lra-filters is the main (and only) dependency that users will typically come in contact with, it would be beneficial for it to have a generic name to avoid questions like why do I need to include lra-filters and not lra-client? It's easier to explain and read:

      <dependency>
        <groupId>org.eclipse.microprofile.lra</groupId>
        <artifactId>microprofile-lra-api</artifactId>
        <version>1.0-RC1</version>
      </dependency>
      
      <dependency>
        <groupId>org.jboss.narayana.rts</groupId>
        <artifactId>narayana-lra</artifactId>
        <version>5.9.6.Final</version>
      </dependency>
      

      While this can lead to unwanted questions:

      <dependency>
        <groupId>org.eclipse.microprofile.lra</groupId>
        <artifactId>microprofile-lra-api</artifactId>
        <version>1.0-RC1</version>
      </dependency>
      
      <dependency>
        <groupId>org.jboss.narayana.rts</groupId>
        <artifactId>lra-filters</artifactId>
        <version>5.9.6.Final</version>
      </dependency>
      

      Attachments

        Activity

          People

            mstefank Martin Stefanko
            mstefank Martin Stefanko
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: