GitHub user baibaichen opened a pull request: https://github.com/apache/incubator-eagle/pull/658
[EAGLE-773] org.apache.eagle.service.generic.MetaDataResource doesn't work correctly This commit fixs this issues and also adds UT to make sure it. However, for introducing io.dropwizard:dropwizard-testing, we need specify the folloing dependencies: 1 only using logback for dropwizard 2 only using org.eclipse.jetty.orbit:javax.servlet 3 only using io.dropwizard.metrics:metrics-core and io.dropwizard.metrics:metrics-jvm All of these are done by excluding other jars You can merge this pull request into a Git repository by running: $ git pull https://github.com/baibaichen/incubator-eagle feature/eagle-service-base-ut Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-eagle/pull/658.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #658 ---- commit 9dbba9896305dea9b606d0b1f89c61cc87804517 Author: chang chen <baibaic...@gmail.com> Date: 2016-11-16T06:09:23Z [EAGLE-773] org.apache.eagle.service.generic.MetaDataResource doesn't work correctly This commit fixs this issues and also adds UT to make sure it. However, for introducing io.dropwizard:dropwizard-testing, we need specify the folloing dependencies: 1 only using logback for dropwizard 2 only using org.eclipse.jetty.orbit:javax.servlet 3 only using io.dropwizard.metrics:metrics-core and io.dropwizard.metrics:metrics-jvm All of these are done by excluding other jars ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---