Ryan Heaton
Ryan Heaton
It's a bug. I'll fix it.
If there are no annotations on the interface itself, how would Enunciate determine whether the interface is actually a controller or if it's just a common interface that multiple controllers...
I can take a closer look, but let me summarize to make sure I understand what you'd like to see. * Currently impl controller classes are getting picked up for...
Okay. We'll probably have to make this a config option, though, because some people use interfaces to support common parameters and patters across multiple controllers and it doesn't imply that...
Thanks for the report! If you apply I fix, I'm happy to review a PR.
There's currently no support for JSON-B/Yasson. That's a good enhancement request, though. I'll track it here. In the meantime, you could force-enable the jackson module and see how well the...
You can force-enable by explicitly setting `disabled` to `false`: ```xml ```
Weird. With the module force-enabled, the run without the profile should be the same as the run with the profile. What's the difference between the profile and the non-profile configuration?...
I put some effort into investigating the `jackson` module enablement behavior. I can confirm that force-enabling the jackson module works, even with jackson not on the classpath. Here's a diff...
This enhancement is currently seeking a sponsor. If anybody is willing to sponsor the work, [reach out to me](http://webcohesion.com/#contact) and I'd be happy to pick it up.