Morten Kjetland

Results 33 comments of Morten Kjetland

Have you had a look at @JsonSchemaInject and the other ways of customising the generated schema? If the existing customising-features are not sufficient, please provide more detailed info about what...

Can you please update the ticket with info about how you would expect the generated json-schema to look like?

I know... I did some work on supporting views some time a go, But I did not finish it... I'll see if I can have another look at it.

This PR relates to https://github.com/mbknor/mbknor-jackson-jsonSchema/issues/106

Thanks for your interest - I will look into it

I've done some testing now and I am not able to reproduce this error. Could you supply me with a simple test project that shows the error? I did the...

Hi, and thanks for the interest in dropwizard-activemq-bundle. I'm not actively using this any more, but I would gladly merge a good looking Pull Request. -Morten

Hi, I do not think it is currently possible. It would be great if you could look into it and supply a PullRequest. -Morten

After a quick look at the code, one idea to solve it would be to do something like this (using ThreadLocal): https://github.com/mbknor/dropwizard-activemq-bundle/blob/be847c6c2f5bb9cc452372f49c511b3eead5ad27/src/main/java/com/kjetland/dropwizard/activemq/ActiveMQReceiverHandler.java#L109

Found a workaround, by specifying dependencies like this: ``` "com.typesafe" % "play-plugins-guice" % "2.0.3" notTransitive(), "com.google.inject" % "guice" % "3.0", "com.typesafe" % "play-plugins-inject" % "2.0.3" notTransitive(), ```