Skip to content

Commit

Permalink
Merge pull request #191 from xstefank/deploy-wording
Browse files Browse the repository at this point in the history
Fix specification wording with regards to deployment phase
  • Loading branch information
mmusgrov authored Jul 16, 2019
2 parents 93dbd6c + 8a5c5d9 commit 69f8c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/src/main/asciidoc/microprofile-lra-spec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ A method annotated with `@AfterLRA` that is not a JAX-RS resource method MUST ac
two arguments of type URI and LRAStatus, in that order. The first parameter holds
an LRA context and the second parameter holds the final status of the LRA. If the
signature does not conform to this requirement then the implementation MUST
prohibit the successful startup of the application (e.g. through the deployment time
prohibit the successful startup of the application (e.g. through the startup time
runtime exception).

An example of a valid signature is:
Expand Down Expand Up @@ -841,7 +841,7 @@ defined types

Declaring more than two arguments, different types of arguments or different return type
for any non-JAX-RS method annotatated with the participant marker annotation MUST result
in the prohibition of the successful application startup (e.g. through the deployment
in the prohibition of the successful application startup (e.g. through the startup
time runtime exception).

Please note that both arguments are optional but the order is required. This means that
Expand Down

0 comments on commit 69f8c06

Please sign in to comment.