-
Notifications
You must be signed in to change notification settings - Fork 353
Adding two methods with the same name lead to duplicated method names in generated code #1266
Comments
@ViniciusArnhold thanks for the report. I doubt feign would work in its current form as it creates a child context at runtime that isn't supported by Spring AOT.
Do you mean your sample worked with |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Ok, thanks for the explanation.
I meant the usage of other spring projects, such as spring-data, this specific sample never worked. |
Thanks for the follow up. Let's see if we can do something about the duplicate still. We might also support child context at some point. |
@ViniciusArnhold I've repurposed this issue to focus on the duplication. The sample should build now but feign won't work until we add support for that. Thanks for the sample! |
Hi, while trying to compile a project which uses Playtika/feign-reactive with spring-native 0.11.0-SNAPSHOT we've been hitting the following compilation error:
build action log
reactivefeign/spring/config/ContextBootstrapInitializer.java contents
It started to occur sometime after 0.11.0-M2 (in M2 we have an infinite recursion on ConfigurationProperties with
java.lang.Class
attributes, which has been fixed in HEAD)Is this an expected problem which has to be fixed in reactive-feign, or a problem in spring-native?
Apart from this problem, spring-native has been working great for us!
How to reproduce
The text was updated successfully, but these errors were encountered: