Is it time to move on? Should feign move to `java 8`?
See original GitHub issueRight now, feign is compatibility is bound to java 6
.
Is it time to release feign 10.0 with java 8
? (10.x was @spencergibb suggestion)
@kdavisk6 suggested we start a discussion about it.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:18 (18 by maintainers)
Top Results From Across the Web
It's time to move your applications to Java 17. Here's why ...
Yes, it might require some effort to upgrade depending on the environment and the application. Developers and other team members need to update ......
Read more >java - How to deal with "feign.FeignException: [301 Moved ...
I already tried to make a request through the postman and the browser, and the response was returned normally :( ... Could this...
Read more >20 Reasons to Move On from Java 8
There are plenty of good reasons why you should consider moving from whatever version of Java you're using now to (at least) Java...
Read more >Learning about Spring Cloud Feign and Hystrix Circuit Breaker
We can work with Feign by defining one or more Java interfaces for our REST client ... rate over a 10-sec moving window...
Read more >How to Test a Spring Cloud Feign Client - BlazeMeter
The Feign Client should be created as a Java interface without any implementation of the methods as it is how feign clients should...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I think we should consider feign 10 with java 8.
I don’t have any features in mind, but that will open doors for sure. May be, for feign 10 we publish java 8 and use
retrofeign
to keep publishing java 6 libraries, with plans to remove java 6 support on feign 11.How does that sound like?
Meant to type retrolambda