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

Osgi-ify hystrix-core, hystrix-examples #310

Merged
merged 2 commits into from
Dec 11, 2014

Conversation

pequnio3
Copy link
Contributor

@pequnio3 pequnio3 commented Sep 8, 2014

Followed Ben's suggestions on how to add osgi manifest to hystrix. #309

[CONCERNS]
Some concerns I have is that the hystrix-core/build/libs/hystrix-core...jar doesn't contain the archaius dependencies. Is there something I should do to ensure these libs are compiled into the jar?

Blake Carpenter and others added 2 commits September 8, 2014 14:23
@cloudbees-pull-request-builder

Hystrix-pull-requests #151 SUCCESS
This pull request looks good

@pequnio3
Copy link
Contributor Author

pequnio3 commented Sep 8, 2014

@benjchristensen I've attemtpted to OSGi'ify using my limited gradle knowledge. I've looked at the jar created in hystrix-core/build/hystrix-core-SNAPSHOT5.jar but don't see the archaius dependency compiled in. Nor do I know how to make sure that the rxjava dependency is either not compiled into the jar or is compiled in and exported out.

@benjchristensen
Copy link
Contributor

don't see the archaius dependency compiled in. Nor do I know how to make sure that the rxjava dependency is either not compiled into the jar or is compiled in and exported out.

What do you mean "compiled into the jar"? Are you expecting a far jar? If so why?

Those dependencies would be resolved separately.

@benjchristensen
Copy link
Contributor

The changes look correct so am merging.

benjchristensen added a commit that referenced this pull request Dec 11, 2014
Osgi-ify hystrix-core, hystrix-examples
@benjchristensen benjchristensen merged commit 639a398 into Netflix:master Dec 11, 2014
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