[jbossts-issues] [JBoss JIRA] (JBTM-3177) Rename lra-filters to narayana-lra

Michael Musgrove (Jira) issues at jboss.org
Thu Aug 22 12:23:00 EDT 2019


     [ https://issues.jboss.org/browse/JBTM-3177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Musgrove updated JBTM-3177:
-----------------------------------
    Fix Version/s: 5.next


> Rename lra-filters to narayana-lra
> ----------------------------------
>
>                 Key: JBTM-3177
>                 URL: https://issues.jboss.org/browse/JBTM-3177
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>          Components: LRA
>    Affects Versions: 5.9.6.Final
>            Reporter: Martin Stefanko
>            Assignee: Martin Stefanko
>            Priority: Major
>             Fix For: 5.next
>
>
> 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:
> {code:xml}
> <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>
> {code}
> While this can lead to unwanted questions:
> {code:xml}
> <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>
> {code}



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jbossts-issues mailing list