Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

org.jsonschema2pojo.ContentResolverTest require internet connection (… #705

Merged
merged 2 commits into from
Mar 17, 2017

Conversation

s13o
Copy link
Contributor

@s13o s13o commented Mar 17, 2017

An attempt to resolve the issue #704 without adding of external dependencies

* @author {@link "https://github.com/s13o" "s13o"}
* @since 3/16/2017
*/
public class LocalHttpServerBuilder {
Copy link
Collaborator

Choose a reason for hiding this comment

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

I know it doesn't seem like one endpoint is worth bringing in a library, but the project will have to lug this implementation around. We should use some kind of library for this. This entire PR should be somewhere in the 20 line range.

Copy link
Owner

Choose a reason for hiding this comment

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

Yes I agree, particularly as this would be a test dependency only. Let's use wiremock 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

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

np

@s13o
Copy link
Contributor Author

s13o commented Mar 17, 2017

Updated
wiremock added, become more elegant :)

@joelittlejohn joelittlejohn merged commit 1ccc211 into joelittlejohn:master Mar 17, 2017
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