question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is it time to move on? Should feign move to `java 8`?

See original GitHub issue

Right 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:closed
  • Created 6 years ago
  • Reactions:4
  • Comments:18 (18 by maintainers)

github_iconTop GitHub Comments

2reactions
velocommented, May 13, 2018

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?

0reactions
velocommented, Aug 18, 2018

Meant to type retrolambda

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found