jira-importer commented on issue #526: URL: https://github.com/apache/curator/issues/526#issuecomment-2604690884
<i><a href="https://issues.apache.org/jira/secure/ViewProfile.jspa?name=roshan_ail">roshan_ail</a>:</i> <p>Can the serializer be changed to not use jackson?<br/> There are incompatibilities between different versions of jackson.<br/> We are using jackson 1.6.2 for our apis.<br/> When I took it out to use the one included with the service provider it broke the serialization for a lot of our rest apis.</p> <p>To get around it I pulled the source for the curator project and modified service discovery to take out jackson. I added a Gson serializer instead, built it and added that into the project.</p> <p>It would be great if the ServiceInstanceBuilder just took a byte[] for the payload or allowed a custom serializer. That would avoid problems with jackson.</p> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@curator.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org