Jim Krueger
Jim Krueger
Currently Section 2.3 of the Jakarta RESTful Web Services Specification states the following: `A compliant implementation MUST support both alternatives on Java SE.` Via notes in the [rest-dev] mailing list...
## Specification PR template When creating a specification project release review, create PRs with the content defined as follows. Include the following in the PR: - [x] A directory in...
The work for this proposal will be carried out in the `main` branch. **General** - [x] Clean pom files, use dependency and plugin management, verify all versions - [x] Drop...
The following Servlet-defined types are currently supported via `@Context` injection and will need to be supported via CDI going forward: - ServletConfig - ServletContext - HttpServletRequest - HttpServletResponse See: https://jakarta.ee/specifications/restful-ws/3.1/jakarta-restful-ws-spec-3.1#servlet_container
Issue #853 deprecated the Link inner classes that resulted in a JAXB dependency within Jakarta RESTful Web Services in version 3.1. In Jakarta RESTful Web Services 4.0 these inner classes...
`@Context` injection and @Suspended will be deprecated in Jakarta Rest 3.2
The purpose of this issue is to discuss/document how @*Param annotations should be handled in a Jakarta Rest 3.2 version where both the deprecated `@Context` injection and straight CDI alignment...
Support class field or method parameter injection via CDI for types supported via @Context injection
The following types are allowed to be injected in class fields and method parameters via @Context injection. These will need to be supported via CDI going forward: - Application subclasses...
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...
The purpose of this issue is to discuss and ultimately document how ContextResolvers will be handled in Jakarta Rest after @Context injection is deprecated/removed. This topic has been discussed in...