You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the implementation of #35, but internal the already before the implementation of this, LRA id MUST be of type URI.
So we need to indicate this requirement in the spec.
We should change all examples in the spec where we use @HeaderParam(LRA_HTTP_CONTEXT_HEADER) and @HeaderParam(LRA_HTTP_PARENT_CONTEXT_HEADER) to URI to be consistent.
We can indicate in a note that String will work due to the conversion within JAX-RS, but only when the method is a JAX-RS method.
The text was updated successfully, but these errors were encountered:
After the implementation of #35, but internal the already before the implementation of this, LRA id MUST be of type URI.
So we need to indicate this requirement in the spec.
We should change all examples in the spec where we use @HeaderParam(LRA_HTTP_CONTEXT_HEADER) and @HeaderParam(LRA_HTTP_PARENT_CONTEXT_HEADER) to URI to be consistent.
We can indicate in a note that String will work due to the conversion within JAX-RS, but only when the method is a JAX-RS method.
The text was updated successfully, but these errors were encountered: