Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MicroProfile Long Running Actions #3016

Merged
merged 46 commits into from
Aug 27, 2021
Merged

Conversation

danielkec
Copy link
Contributor

@danielkec danielkec commented May 13, 2021

Fixes #2340

@danielkec danielkec self-assigned this May 13, 2021
@danielkec danielkec added the MP label May 14, 2021
@danielkec danielkec linked an issue May 14, 2021 that may be closed by this pull request
3 tasks
@danielkec danielkec added dependencies Pull requests that update a dependency file enhancement New feature or request lra labels May 18, 2021
@danielkec danielkec force-pushed the mp-lra branch 2 times, most recently from 011dcc9 to c57c44b Compare June 1, 2021 15:49
@danielkec danielkec changed the title WIP: MicroProfile Long Running Actions MicroProfile Long Running Actions Jun 1, 2021
@danielkec danielkec added the docs label Jun 1, 2021
Copy link
Contributor

@ljamen ljamen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few minor edits.

docs/mp/lra/01_introduction.adoc Outdated Show resolved Hide resolved
docs/mp/lra/01_introduction.adoc Outdated Show resolved Hide resolved
docs/mp/lra/01_introduction.adoc Outdated Show resolved Hide resolved
docs/mp/lra/01_introduction.adoc Outdated Show resolved Hide resolved
docs/mp/lra/01_introduction.adoc Outdated Show resolved Hide resolved
docs/mp/lra/03_participant.adoc Outdated Show resolved Hide resolved
docs/mp/lra/03_participant.adoc Outdated Show resolved Hide resolved
docs/mp/lra/03_participant.adoc Outdated Show resolved Hide resolved
docs/mp/lra/03_participant.adoc Outdated Show resolved Hide resolved
docs/mp/lra/03_participant.adoc Outdated Show resolved Hide resolved
bom/pom.xml Outdated Show resolved Hide resolved
dependencies/pom.xml Outdated Show resolved Hide resolved
examples/microprofile/lra/README.md Outdated Show resolved Hide resolved
microprofile/lra/client/core/pom.xml Outdated Show resolved Hide resolved
microprofile/lra/client/core/pom.xml Outdated Show resolved Hide resolved
microprofile/lra/client/spi/src/main/java/module-info.java Outdated Show resolved Hide resolved
microprofile/lra/client/spi/src/main/java/module-info.java Outdated Show resolved Hide resolved
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
danielkec added 12 commits July 6, 2021 12:26
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
@danielkec danielkec requested a review from tomas-langer August 12, 2021 17:02
@@ -16,6 +16,11 @@

package io.helidon.microprofile.arquillian;

import java.util.ArrayList;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please explain changes done to this module. Any change here can have unexpected impact on any TCK, so these should be handled with extreme care.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
@danielkec danielkec requested a review from tomas-langer August 19, 2021 09:15
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
@danielkec danielkec merged commit 1cdf3c9 into helidon-io:master Aug 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file docs enhancement New feature or request lra MP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MicroProfile LRA Support
3 participants