Files
codeql/java/ql/lib/change-notes/2023-08-07-jaxrs-webmethod-improvements.md
2023-08-07 10:21:58 +02:00

5 lines
321 B
Markdown

---
category: minorAnalysis
---
* The predicate `JaxWsEndpoint::getARemoteMethod` no longer requires the result to be annotated with `@WebMethod`. Instead, the requirements listed in the JAX-RPC Specification 1.1 for required parameter and return types are used. Applications using JAX-RS may see an increase in results.