Harry Dent

Results 2 comments of Harry Dent

@velo - Thanks for the enthusiasm! Here's the PR: https://github.com/OpenFeign/feign/pull/1413 @kdavisk6 - Good point, I haven't considered expanders in my implementation yet. I do prefer having explicit `@Param`-annotated configuration methods...

I also recently encountered this. Adding the following to your `pom.xml` should prevent these downloads from being attempted. ```xml spring-releases Spring Releases https://repo.spring.io/release false false ``` [This Spring blog post](https://spring.io/blog/2022/12/14/notice-of-permissions-changes-to-repo-spring-io-january-2023)...