[ https://issues.redhat.com/browse/JBTM-3197?page=com.atlassian.jira.plugin... ]
Thomas Jenkinson updated JBTM-3197:
-----------------------------------
Fix Version/s: (was: 5.10.5.Final)
> Include an STM quickstart running on Quarkus (including native mode)
> --------------------------------------------------------------------
>
> Key: JBTM-3197
> URL: https://issues.redhat.com/browse/JBTM-3197
> Project: JBoss Transaction Manager
> Issue Type: Enhancement
> Components: Demonstrator, Quickstarts, STM
> Affects Versions: 5.9.8.Final
> Reporter: Michael Musgrove
> Assignee: Michael Musgrove
> Priority: Major
>
> Add a quickstart that shows how to create an STM example running on Quarkus. The quickstart should also include instructions for building a native executable.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
[ https://issues.redhat.com/browse/JBTM-3197?page=com.atlassian.jira.plugin... ]
Thomas Jenkinson closed JBTM-3197.
----------------------------------
Resolution: Duplicate Issue
> Include an STM quickstart running on Quarkus (including native mode)
> --------------------------------------------------------------------
>
> Key: JBTM-3197
> URL: https://issues.redhat.com/browse/JBTM-3197
> Project: JBoss Transaction Manager
> Issue Type: Enhancement
> Components: Demonstrator, Quickstarts, STM
> Affects Versions: 5.9.8.Final
> Reporter: Michael Musgrove
> Assignee: Michael Musgrove
> Priority: Major
>
> Add a quickstart that shows how to create an STM example running on Quarkus. The quickstart should also include instructions for building a native executable.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
[ https://issues.redhat.com/browse/JBTM-3141?page=com.atlassian.jira.plugin... ]
Thomas Jenkinson reopened JBTM-3141:
------------------------------------
> Verify that LRA logs a warning when participant status does not match the expected outcome
> ------------------------------------------------------------------------------------------
>
> Key: JBTM-3141
> URL: https://issues.redhat.com/browse/JBTM-3141
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: LRA
> Affects Versions: 5.9.5.Final
> Reporter: Michael Musgrove
> Assignee: Michael Musgrove
> Priority: Major
>
> If participants are unable to compensate the implementation should log a warning (and similarly for complete). Check that the implementation does this.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
[ https://issues.redhat.com/browse/JBTM-3141?page=com.atlassian.jira.plugin... ]
Thomas Jenkinson updated JBTM-3141:
-----------------------------------
Fix Version/s: (was: 5.10.5.Final)
> Verify that LRA logs a warning when participant status does not match the expected outcome
> ------------------------------------------------------------------------------------------
>
> Key: JBTM-3141
> URL: https://issues.redhat.com/browse/JBTM-3141
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: LRA
> Affects Versions: 5.9.5.Final
> Reporter: Michael Musgrove
> Assignee: Michael Musgrove
> Priority: Major
>
> If participants are unable to compensate the implementation should log a warning (and similarly for complete). Check that the implementation does this.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
[ https://issues.redhat.com/browse/JBTM-3141?page=com.atlassian.jira.plugin... ]
Thomas Jenkinson closed JBTM-3141.
----------------------------------
Resolution: Duplicate Issue
> Verify that LRA logs a warning when participant status does not match the expected outcome
> ------------------------------------------------------------------------------------------
>
> Key: JBTM-3141
> URL: https://issues.redhat.com/browse/JBTM-3141
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: LRA
> Affects Versions: 5.9.5.Final
> Reporter: Michael Musgrove
> Assignee: Michael Musgrove
> Priority: Major
>
> If participants are unable to compensate the implementation should log a warning (and similarly for complete). Check that the implementation does this.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
[ https://issues.redhat.com/browse/JBTM-2806?page=com.atlassian.jira.plugin... ]
Ondrej Chaloupka updated JBTM-2806:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 5.6.0.Final
Assignee: Ondrej Chaloupka
Resolution: Done
This work was done on behalf of code changes done by Gytis.
Later the tomcat jta integration was rip out of the Narayana code base and moved to separate repository under JWS: https://github.com/web-servers/narayana-tomcat/
> Javadoc JMS module
> ------------------
>
> Key: JBTM-2806
> URL: https://issues.redhat.com/browse/JBTM-2806
> Project: JBoss Transaction Manager
> Issue Type: Task
> Components: JTA
> Reporter: Gytis Trikleris
> Assignee: Ondrej Chaloupka
> Priority: Minor
> Fix For: 5.6.0.Final
>
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
[ https://issues.redhat.com/browse/JBTM-3291?page=com.atlassian.jira.plugin... ]
Ondrej Chaloupka closed JBTM-3291.
----------------------------------
> LRA quickstart needs to work with the latest Eclipse MicroProfile LRA spec
> --------------------------------------------------------------------------
>
> Key: JBTM-3291
> URL: https://issues.redhat.com/browse/JBTM-3291
> Project: JBoss Transaction Manager
> Issue Type: Task
> Components: LRA
> Reporter: Michael Musgrove
> Assignee: Mayank Kunwar
> Priority: Blocker
> Fix For: 5.10.5.Final
>
>
> At least one of the LRA quickstarts [1] defines a resource that uses an LRA annotation without also being a participant. This requirement was introduced in issue [2].
> [1] trip-controller/src/main/java/io/narayana/rts/lra/demo/tripcontroller/TripController.java
> [2] https://github.com/eclipse/microprofile-lra/issues/272
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
[ https://issues.redhat.com/browse/JBTM-3155?page=com.atlassian.jira.plugin... ]
Ondrej Chaloupka closed JBTM-3155.
----------------------------------
> Remove implementation of LRAManagement
> --------------------------------------
>
> Key: JBTM-3155
> URL: https://issues.redhat.com/browse/JBTM-3155
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: LRA
> Affects Versions: 5.9.5.Final
> Reporter: Martin Stefanko
> Assignee: Martin Stefanko
> Priority: Major
> Fix For: 5.10.5.Final
>
>
> The specification removed LRAManagement and associated classes in [this commit|https://github.com/eclipse/microprofile-lra/commit/93e76930b3e5dbc...]. As we will have a record of this implementation in GitHub history we can remove this implementation for now.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)