Marvin

Results 38 issues of Marvin

So, in a few framework we end up programming on annotations Like: ``` interface GitHub { @RequestLine("GET /repos/{owner}/{repo}/contributors") List contributors(@Param("owner") String owner, @Param("repo") String repo); } ``` https://github.com/Netflix/feign So, I...

I'm experimenting with one of my projects and got the following NPE: ``` Caused by: org.apache.tools.ant.BuildException at co.paralleluniverse.fibers.instrument.InstrumentationTask.execute (InstrumentationTask.java:183) at org.apache.tools.ant.UnknownElement.execute (UnknownElement.java:292) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at...

This is most useful on CDI environments. I have a few abstract class mappers that have a few spring inject beans. But, I can't use constructor injection as is. This...

Hi peeps, While testing the new `ResolverArgumentAnnotations` I noticed they are not applied to parameterized resolvers. I made a test to show it, and start my way on code to...

Fixes #27

This is particularly useful on CI server, where I do wanna build all, but, failing first of changed projects will save time.

During my regular work, I need to run `generate-sources` when I change branches.... When moving from master to a work branch, all is good. But, when I move back, from...

Revert the changes from this PR https://github.com/OpenFeign/feign/pull/2174/commits/2d55093ea7dd98d63482f39c5a8a59fa87aee56d

regression