Open astubbs opened 13 years ago
https://github.com/codahale/jersey-scala/blob/development/src/main/scala/com/codahale/jersey/providers/JerksonProvider.scala#L54 swallows the exceptions being thrown - should it not, as per the reader, throw up an exception?
Something along these lines..
https://github.com/codahale/jersey-scala/pull/6
P.s. I hit this issue because it was causing an un-explained NPE later down the line in some Jersey code.
https://github.com/codahale/jersey-scala/blob/development/src/main/scala/com/codahale/jersey/providers/JerksonProvider.scala#L54 swallows the exceptions being thrown - should it not, as per the reader, throw up an exception?