jakartaee / rest

Jakarta RESTful Web Services
Other
351 stars 114 forks source link

Handle SseEventSink and SSE objects with CDI #1212

Closed jim-krueger closed 5 months ago

jim-krueger commented 5 months ago

@Context injection currently support field and parameter injection of SseEventSink and Sse objects. This will need to be supported by CDI going forward.

See https://jakarta.ee/specifications/restful-ws/3.1/jakarta-restful-ws-spec-3.1#sse

jim-krueger commented 5 months ago

Consolidating with #1213.