[ https://issues.apache.org/jira/browse/EAGLE-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15669569#comment-15669569 ]
ASF GitHub Bot commented on EAGLE-773: -------------------------------------- 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 ---- > org.apache.eagle.service.generic.MetaDataResource doesn't work correctly > ------------------------------------------------------------------------ > > Key: EAGLE-773 > URL: https://issues.apache.org/jira/browse/EAGLE-773 > Project: Eagle > Issue Type: Bug > Affects Versions: v0.5.0 > Reporter: Chang chen > Assignee: Chang chen > Fix For: v0.5.0 > > > when you access http://xxxx/rest/meta/resource, the empty response is > returned, and an exception is output to log > {quote} > org.codehaus.jackson.JsonParseException: Illegal character ':' (code 0x3a) > in base64 content > {quote} > This is due to version conflicts between [org.codehaus.jackson and > com.fasterxml.jackson|https://stackoverflow.com/questions/40445567/com-fasterxml-jackson-databind-node-objectnode-cannot-be-converted-to-org-codeha] -- This message was sent by Atlassian JIRA (v6.3.4#6332)