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

update deps to pull in netty 4.1.3.Final #392

Merged
merged 2 commits into from Aug 4, 2016

Conversation

brharrington
Copy link
Contributor

Updates the rxhttp client used by servo-atlas so
we get netty 4.1.0.Final.

Updates the rxhttp client used by servo-atlas so
we get netty 4.1.0.Final.
Servo was using a long deprecated constructor in
RxHttp that was removed.

```
/home/travis/build/Netflix/servo/servo-atlas/src/main/java/com/netflix/servo/publish/atlas/AtlasMetricObserver.java:97: error: constructor RxHttp in class RxHttp cannot be applied to given types;
    this(config, commonTags, pollerIdx, new HttpHelper(new RxHttp(new BasicServerRegistry())));
                                                       ^
  required: Config,ServerRegistry
  found: BasicServerRegistry
  reason: actual and formal argument lists differ in length
1 error
:servo-atlas:compileJava FAILED
```

This change passes in an empty config. Note that
previously you could get the static config instance
from archaius1. With archaius2 there is no static
config, so if you are not injecting the configuration
you do not have any access to the configuration used by
the rest of the application.
@brharrington brharrington changed the title update deps to pull in netty 4.1.0.Final update deps to pull in netty 4.1.3.Final Aug 4, 2016
@dmuino dmuino merged commit 7c3368d into Netflix:master Aug 4, 2016
@brharrington brharrington deleted the netty-4.1 branch August 4, 2016 20:14
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.

None yet

2 participants