Skip to content

Migrate to maven move to org io.github.openfeign#404

Closed
spencergibb wants to merge 10 commits intoOpenFeign:masterfrom
spencergibb:feigntown
Closed

Migrate to maven move to org io.github.openfeign#404
spencergibb wants to merge 10 commits intoOpenFeign:masterfrom
spencergibb:feigntown

Conversation

@spencergibb
Copy link
Copy Markdown
Contributor

/cc @adriancole for your perusing pleasure :-)

@spencergibb
Copy link
Copy Markdown
Contributor Author

Still missing any publishing framework, but we could adapt what is done for openzipkin.

@dsyer
Copy link
Copy Markdown
Contributor

dsyer commented Jun 17, 2016

Why is it "feigntown"? (It's just hard to remember.)

@spencergibb
Copy link
Copy Markdown
Contributor Author

@dsyer feign is taken. Open to suggestions. OpenFeign?

@spencergibb
Copy link
Copy Markdown
Contributor Author

See #373 for adrian's suggestion.

@spencergibb spencergibb changed the title Migrate to maven move to org io.github.feigntown Migrate to maven move to org io.github.openfeign Jun 22, 2016
@codefromthecrypt
Copy link
Copy Markdown
Contributor

We should probably migrate this to the new org before merging this. before that, we need sonatype etc setup.

server.start();
client = new OkHttpClient();
client.setRetryOnConnectionFailure(false);
// FIXME openfeign client.setRetryOnConnectionFailure(false);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

elaborate? :)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

setRetryOnConnectionFailure doesn't exist on okhttp3.OkHttpClient.

@codefromthecrypt
Copy link
Copy Markdown
Contributor

closed via #416 thanks for the help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants