[JBoss JIRA] (JBTM-3185) Upgrade jandex version for Narayana
by Ondrej Chaloupka (Jira)
[ https://issues.jboss.org/browse/JBTM-3185?page=com.atlassian.jira.plugin.... ]
Ondrej Chaloupka updated JBTM-3185:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 5.next
Resolution: Done
> Upgrade jandex version for Narayana
> -----------------------------------
>
> Key: JBTM-3185
> URL: https://issues.jboss.org/browse/JBTM-3185
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: JTA, LRA
> Reporter: Ondrej Chaloupka
> Assignee: Ondrej Chaloupka
> Priority: Major
> Fix For: 5.next
>
>
> Version of Jandex library needs to be dumped to the version which will not provide warning message on Quarkus dev mode
> {quote}
> WARN [io.qua.dep.ind.ApplicationArchiveBuildStep] (build-13) Re-indexing /Users/Gwenneg/.m2/repository/org/jboss/narayana/jta/narayana-jta/5.9.6.Final/narayana-jta-5.9.6.Final.jar - at least Jandex 2.1 must be used to index an application dependency
> {quote}
> The Quarkus depends on the {{narayana-jta}} which is a shaded jar and contains the {{cdi}} component as well. The CDI uses the jandex to process the annotations.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 3 months
[JBoss JIRA] (JBTM-3182) Fix basic LRA tests
by Martin Stefanko (Jira)
[ https://issues.jboss.org/browse/JBTM-3182?page=com.atlassian.jira.plugin.... ]
Martin Stefanko updated JBTM-3182:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Fix basic LRA tests
> -------------------
>
> Key: JBTM-3182
> URL: https://issues.jboss.org/browse/JBTM-3182
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: LRA
> Affects Versions: 5.9.7.Final
> Reporter: Martin Stefanko
> Assignee: Martin Stefanko
> Priority: Major
>
> lra-test/basic is unable to run because of wrong CDI configuration after latest LRA upgrade:
> {code:java}
> ERROR [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) RESTEASY002025: Unknown exception while executing GET /root/participant/lra: java.lang.NullPointerException
> at io.narayana.lra.filter.ServerLRAFilter.filter(ServerLRAFilter.java:311)
> {code}
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 3 months
[JBoss JIRA] (JBTM-3185) Upgrade jandex version for Narayana
by Ondrej Chaloupka (Jira)
[ https://issues.jboss.org/browse/JBTM-3185?page=com.atlassian.jira.plugin.... ]
Issue was automatically transitioned when Ondrej Chaloupka created pull request #1493 in GitHub
-----------------------------------------------------------------------------------------------
Status: Pull Request Sent (was: Open)
> Upgrade jandex version for Narayana
> -----------------------------------
>
> Key: JBTM-3185
> URL: https://issues.jboss.org/browse/JBTM-3185
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: JTA, LRA
> Reporter: Ondrej Chaloupka
> Assignee: Ondrej Chaloupka
> Priority: Major
>
> Version of Jandex library needs to be dumped to the version which will not provide warning message on Quarkus dev mode
> {quote}
> WARN [io.qua.dep.ind.ApplicationArchiveBuildStep] (build-13) Re-indexing /Users/Gwenneg/.m2/repository/org/jboss/narayana/jta/narayana-jta/5.9.6.Final/narayana-jta-5.9.6.Final.jar - at least Jandex 2.1 must be used to index an application dependency
> {quote}
> The Quarkus depends on the {{narayana-jta}} which is a shaded jar and contains the {{cdi}} component as well. The CDI uses the jandex to process the annotations.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 3 months
[JBoss JIRA] (JBTM-3185) Upgrade jandex version for Narayana
by Ondrej Chaloupka (Jira)
[ https://issues.jboss.org/browse/JBTM-3185?page=com.atlassian.jira.plugin.... ]
Ondrej Chaloupka updated JBTM-3185:
-----------------------------------
Steps to Reproduce:
* compile quarkus sources (https://github.com/quarkusio/quarkus-quickstarts), you get quarkus in version {{999-SNAPSHOT}}
* clone the quickstarts https://github.com/quarkusio/quarkus-quickstarts and go to {{hibernate-orm-resteasy}}
* change the {{pom.xml}} with quarkus version of {{999-SNAPSHOT}}
* read the {{README.md}} to {{mvn package}} and then run {{mvn compile quarkus:dev}}
* the program prints warning {{Re-indexing /home/ochaloup/.m2/repository/org/jboss/narayana/jta/narayana-jta/5.9.6.Final/narayana-jta-5.9.6.Final.jar - at least Jandex 2.1 must be used to index an application dependency}}
> Upgrade jandex version for Narayana
> -----------------------------------
>
> Key: JBTM-3185
> URL: https://issues.jboss.org/browse/JBTM-3185
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: JTA, LRA
> Reporter: Ondrej Chaloupka
> Assignee: Ondrej Chaloupka
> Priority: Major
>
> Version of Jandex library needs to be dumped to the version which will not provide warning message on Quarkus dev mode
> {quote}
> WARN [io.qua.dep.ind.ApplicationArchiveBuildStep] (build-13) Re-indexing /Users/Gwenneg/.m2/repository/org/jboss/narayana/jta/narayana-jta/5.9.6.Final/narayana-jta-5.9.6.Final.jar - at least Jandex 2.1 must be used to index an application dependency
> {quote}
> The Quarkus depends on the {{narayana-jta}} which is a shaded jar and contains the {{cdi}} component as well. The CDI uses the jandex to process the annotations.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 3 months
[JBoss JIRA] (JBTM-3185) Upgrade jandex version for Narayana
by Ondrej Chaloupka (Jira)
Ondrej Chaloupka created JBTM-3185:
--------------------------------------
Summary: Upgrade jandex version for Narayana
Key: JBTM-3185
URL: https://issues.jboss.org/browse/JBTM-3185
Project: JBoss Transaction Manager
Issue Type: Bug
Components: JTA, LRA
Reporter: Ondrej Chaloupka
Assignee: Ondrej Chaloupka
Version of Jandex library needs to be dumped to the version which will not provide warning message on Quarkus dev mode
{quote}
WARN [io.qua.dep.ind.ApplicationArchiveBuildStep] (build-13) Re-indexing /Users/Gwenneg/.m2/repository/org/jboss/narayana/jta/narayana-jta/5.9.6.Final/narayana-jta-5.9.6.Final.jar - at least Jandex 2.1 must be used to index an application dependency
{quote}
The Quarkus depends on the {{narayana-jta}} which is a shaded jar and contains the {{cdi}} component as well. The CDI uses the jandex to process the annotations.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 3 months
[JBoss JIRA] (JBTM-3183) Allow to run individual arquillian tests from command line
by Martin Stefanko (Jira)
[ https://issues.jboss.org/browse/JBTM-3183?page=com.atlassian.jira.plugin.... ]
Martin Stefanko edited comment on JBTM-3183 at 8/28/19 11:15 AM:
-----------------------------------------------------------------
Some time ago {{-Dit.test=}} didn't work which is why I've created this JIRA. However, this is no longer true, so this functionality can be achieved by {{-Dit.test="TckParticipant*"}}. Resolving thus as explained.
was (Author: mstefank):
Some time ago `-Dit.test=` didn't work which is why I've created this JIRA. However, this is no longer true, so this functionality can be achieved by `-Dit.test="TckParticipant*"`. Resolving thus as explained.
> Allow to run individual arquillian tests from command line
> ----------------------------------------------------------
>
> Key: JBTM-3183
> URL: https://issues.jboss.org/browse/JBTM-3183
> Project: JBoss Transaction Manager
> Issue Type: Task
> Components: LRA
> Affects Versions: 5.9.7.Final
> Reporter: Martin Stefanko
> Assignee: Martin Stefanko
> Priority: Major
>
> It would be beneficial to have an option to run only a selected subset of tests for LRA, for instance:
> {noformat}
> mvn clean install -Parq -Dtest="TckParticipant*"
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 3 months
[JBoss JIRA] (JBTM-3183) Allow to run individual arquillian tests from command line
by Martin Stefanko (Jira)
[ https://issues.jboss.org/browse/JBTM-3183?page=com.atlassian.jira.plugin.... ]
Martin Stefanko updated JBTM-3183:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Explained
Some time ago `-Dit.test=` didn't work which is why I've created this JIRA. However, this is no longer true, so this functionality can be achieved by `-Dit.test="TckParticipant*"`. Resolving thus as explained.
> Allow to run individual arquillian tests from command line
> ----------------------------------------------------------
>
> Key: JBTM-3183
> URL: https://issues.jboss.org/browse/JBTM-3183
> Project: JBoss Transaction Manager
> Issue Type: Task
> Components: LRA
> Affects Versions: 5.9.7.Final
> Reporter: Martin Stefanko
> Assignee: Martin Stefanko
> Priority: Major
>
> It would be beneficial to have an option to run only a selected subset of tests for LRA, for instance:
> {noformat}
> mvn clean install -Parq -Dtest="TckParticipant*"
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 3 months
[JBoss JIRA] (JBTM-3184) LRA TckParticipantTests do not finish started LRAs
by Martin Stefanko (Jira)
Martin Stefanko created JBTM-3184:
-------------------------------------
Summary: LRA TckParticipantTests do not finish started LRAs
Key: JBTM-3184
URL: https://issues.jboss.org/browse/JBTM-3184
Project: JBoss Transaction Manager
Issue Type: Bug
Components: LRA
Affects Versions: 5.9.7.Final
Reporter: Martin Stefanko
Assignee: Martin Stefanko
Running TckParticipantTests leaves 4 open LRAs which will never be finished.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 3 months
[JBoss JIRA] (JBTM-3183) Allow to run individual arquillian tests from command line
by Anonymous (Jira)
[ https://issues.jboss.org/browse/JBTM-3183?page=com.atlassian.jira.plugin.... ]
Issue was automatically transitioned when Martin Stefanko created pull request #1491 in GitHub
----------------------------------------------------------------------------------------------
Status: Pull Request Sent (was: Open)
> Allow to run individual arquillian tests from command line
> ----------------------------------------------------------
>
> Key: JBTM-3183
> URL: https://issues.jboss.org/browse/JBTM-3183
> Project: JBoss Transaction Manager
> Issue Type: Task
> Components: LRA
> Affects Versions: 5.9.7.Final
> Reporter: Martin Stefanko
> Assignee: Martin Stefanko
> Priority: Major
>
> It would be beneficial to have an option to run only a selected subset of tests for LRA, for instance:
> {noformat}
> mvn clean install -Parq -Dtest="TckParticipant*"
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 3 months