eclipse-ee4j / eclipse-ee4j/jersey
Excessive NoSuchMethodException when parsing request parameters
Open
parameters
performance
- Dominant language
- Java
- Stars
- 730
- Forks
- 382
- PR merge metrics
- No merged PRs in 30d
Description
As is shown in https://github.com/eclipse-ee4j/jersey/issues/2999, jersey throws (and immediately catches) a large amount of NoSuchMethodException in the process of parsing request parameters, which might have a negative impact on performance. This behavior still exists in the latest version. The stack captured via flight recorder is attached below:

Is it possible to get rid of this exception to (potentially) reduce the request processing latency?
Contributor guide
Assessment
This issue has not been assessed yet.