eclipse-ee4j / eclipse-ee4j/jersey
Declarative linking does not work with Collection.unmodifiableMap
Open
- Dominant language
- Java
- Stars
- 730
- Forks
- 382
- PR merge metrics
- No merged PRs in 30d
Description
The FieldProcessor will no traverse to the wrapper's content because it assumes that the delegate (e) is the same as the wrapper, because they are equal Map.Entry instances. The "processed" set should be an IdentityHashSet to make sure equal instances are processed as well.
Contributor guide
Assessment
This issue has not been assessed yet.