FasterXML / jackson-jaxrs-providers

Multi-module project that contains Jackson-based "old" JAX-RS (ones under `javax.ws.rs`) providers for JSON, XML, YAML, Smile, CBOR formats
Apache License 2.0
109 stars 77 forks source link

Revert "Fix Flaky: com.fasterxml.jackson.jaxrs.base.cfg.AnnotationBundleKeyTest" #153

Closed cowtowncoder closed 2 years ago

cowtowncoder commented 2 years ago

Reverts FasterXML/jackson-jaxrs-providers#151

cowtowncoder commented 2 years ago

Ugh. Should have read #151 PR first, it was NOT a test fix but actual change; and change does not make sense from performance perspective -- it would make match more reliable but very expensive. Ideally we'd have perf test/benchmark to prove this but from what I see the implementation is quite inefficient and negates point of caching (esp. when key type is used for HashMaps...)