-
Notifications
You must be signed in to change notification settings - Fork 579
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
Conversation
011dcc9
to
c57c44b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few minor edits.
...ient/spi/src/main/java/io/helidon/microprofile/lra/coordinator/client/CoordinatorClient.java
Outdated
Show resolved
Hide resolved
...ient/spi/src/main/java/io/helidon/microprofile/lra/coordinator/client/CoordinatorClient.java
Outdated
Show resolved
Hide resolved
microprofile/tests/tck/tck-lra/src/test/resources/logging.properties
Outdated
Show resolved
Hide resolved
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>
This reverts commit d51b275.
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>
...arayana-client/src/main/java/io/helidon/lra/coordinator/client/narayana/LRAStatusReader.java
Outdated
Show resolved
Hide resolved
lra/coordinator/server/src/main/java/io/helidon/lra/coordinator/Link.java
Outdated
Show resolved
Hide resolved
...ordinator/server/src/main/java/io/helidon/lra/coordinator/LraDatabasePersistentRegistry.java
Show resolved
Hide resolved
lra/coordinator/server/src/main/java/io/helidon/lra/coordinator/Participant.java
Outdated
Show resolved
Hide resolved
@@ -16,6 +16,11 @@ | |||
|
|||
package io.helidon.microprofile.arquillian; | |||
|
|||
import java.util.ArrayList; |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Allows tweaking config builder from Arquillian container events, it shouldn't affect other tcks https://github.com/oracle/helidon/blob/28c81fa4464e0a601539aa5fb3054ce7d041ca4e/microprofile/tests/tck/tck-lra/src/test/java/io/helidon/microprofile/lra/tck/CoordinatorDeployer.java#L39-L83
.../arquillian/src/main/java/io/helidon/microprofile/arquillian/HelidonDeployableContainer.java
Outdated
Show resolved
Hide resolved
...tests/arquillian/src/main/java/io/helidon/microprofile/arquillian/HelidonMethodExecutor.java
Outdated
Show resolved
Hide resolved
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>
Fixes #2340