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

Bump up dependencies. #86

Merged
merged 1 commit into from
Apr 5, 2018
Merged

Bump up dependencies. #86

merged 1 commit into from
Apr 5, 2018

Conversation

xiaodong-izettle
Copy link

Ping @nzroller and @ngong, thanks.

@xiaodong-izettle
Copy link
Author

Should fix #84

@xiaodong-izettle
Copy link
Author

F.Y.I @alorlea.

@xiaodong-izettle xiaodong-izettle force-pushed the bump-up-dependencies branch 2 times, most recently from 8128b8a to 61be999 Compare April 5, 2018 12:47
import org.assertj.core.api.Assertions;
import org.junit.Test;

public class NoopTransformerTest {
Copy link
Author

Choose a reason for hiding this comment

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

Added this so that test coverage does not decrease....

@@ -198,4 +198,11 @@ public void shouldBuildWithUdpSender() throws Exception {

assertThat(getField(influxDb, InfluxDbUdpSender.class, "socketTimeout")).isEqualTo(3000);
}

@Test
public void shouldSetProtocolAndDefaultToHttp() {
Copy link
Author

Choose a reason for hiding this comment

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

Added this so that test coverage does not decrease.... 😄

@alorlea
Copy link
Contributor

alorlea commented Apr 5, 2018

This looks good to merge, FYI @eranharel

@alorlea alorlea self-requested a review April 5, 2018 16:48
Copy link
Contributor

@alorlea alorlea left a comment

Choose a reason for hiding this comment

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

👍

@alorlea alorlea merged commit a10c30b into master Apr 5, 2018
@xiaodong-izettle
Copy link
Author

Thanks for merging, @alorlea. 😄

@xiaodong-izettle xiaodong-izettle deleted the bump-up-dependencies branch April 5, 2018 16:49
@nzroller
Copy link
Contributor

nzroller commented Apr 5, 2018

Cool 🍰 @xiaodong-izettle and @alorlea . A question though -- is this backwards compatible with older versions of dropwizard and dropwizard-metrics v3? If not then let's do a major version upgrade for the next version release!

@xiaodong-izettle
Copy link
Author

@nzroller, v4 changed some package names stuff, so probably not completely backward compatible IMHO. I agree with you that we need a major version upgrade for the next version release. 👍

@@ -37,14 +37,13 @@
</modules>

<properties>
<dropwizard.version>1.0.0</dropwizard.version>
<dropwizard.version>1.3.1</dropwizard.version>

Choose a reason for hiding this comment

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

The current latest io.dropwizard.metrics is 4.0.x

@ihmabreu
Copy link

Hi 😄

When are you planning to release a new version?

This PR removes the logback-classic as a compile dependency which was required by the previous dependency: https://mvnrepository.com/artifact/io.dropwizard/dropwizard-jackson/1.0.0

This will be quite useful when you have another SLF4J binding in your project 👍

@xiaodong-izettle
Copy link
Author

Hehe, sorry for the delay, @ihmabreu.

Now it's out, enjoy and have fun. 😄

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.

6 participants