[Resteasy-users] Premature response commiting

2013-11-30 Thread Przemyslaw Wesolek
Hello, I'm exposing my application via RESTEasy 3.0.5Final with Jackson JSON provider. The serialization is still being written, so sometimes bugs creep out. Most often it is some exception being thrown by the Jackson serializer. However, at the moment it happens, the response is already commited

Re: [Resteasy-users] How to setup RESTEasy with CDI and Netty?

2013-11-30 Thread John D. Ament
Bill, I sent a pull request last evening. A couple of issues I noticed: - your source says 3.0.5.Final, I was expecting 3.0.6-SNAPSHOT or something like that. Makes me a little bit scared to build it. Not sure if your poms didn't get updated in your release. - You have some failing tests. I'm