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
The purpose of this issue is to discuss/document how the @Body annotation will potentially be handled in Jakarta Rest 3.2 where both the deprecated @context injection and a straight CDI injection model are supported.
Background: The @Body annotation needed to be added to identify the Entity parameter in situations were multiple parameters exist. In previous versions of Jakarta Rest the Entity would be the only non-annotated parameter, which may not be the case in a post-@context injection environment.
The text was updated successfully, but these errors were encountered:
jim-krueger
changed the title
How should the @Body annotation be handled in a deprecated @Context injection environment
Handle @Body annotation in a deprecated @Context injection environment
Jan 24, 2024
jim-krueger
changed the title
Handle @Body annotation in a deprecated @Context injection environment
Handle @Body annotation in a deprecated @Context injection version
Jan 24, 2024
The purpose of this issue is to discuss/document how the @Body annotation will potentially be handled in Jakarta Rest 3.2 where both the deprecated @context injection and a straight CDI injection model are supported.
Background: The @Body annotation needed to be added to identify the Entity parameter in situations were multiple parameters exist. In previous versions of Jakarta Rest the Entity would be the only non-annotated parameter, which may not be the case in a post-@context injection environment.
The text was updated successfully, but these errors were encountered: