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

Remove Jackson from standard lib #16

Merged
merged 2 commits into from Aug 31, 2016
Merged

Conversation

tir38
Copy link
Contributor

@tir38 tir38 commented Aug 18, 2016

First the Jackson retrofit converter wasn't used at all so that can go easily. Secondly, We don't need Jackson just for one class (DefaultObjectMapper). So let's remove that class from standard lib and remove the entire Jackson dependency.

Also looks like butterknife isn't used either so gut that.

First the Jackson retrofit converter wasn't used at all so that can go easily. Secondly, We don't need Jackson just for one class (DefaultObjectMapper). So let's remove that class from standard lib and remove the entire Jackson dependency.
@tir38
Copy link
Contributor Author

tir38 commented Aug 18, 2016

@dmays @erikist if you were using DefaultObjectMapper in your project you'll need to create a local copy since it's being removed from StandardLib

@tir38
Copy link
Contributor Author

tir38 commented Aug 30, 2016

@rosshambrick @chrslgndev @dmays can I get a review of this?

setDateFormat(new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss"));
setTimeZone(TimeZone.getTimeZone("UTC"));
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Just so we're all clear, this goes along with an official internal decision to avoid using Jackson in the future correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Probably not my decision to make but I 👍

Copy link
Contributor

Choose a reason for hiding this comment

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

I'll 👍 too. Let's make it official.

@rosshambrick rosshambrick merged commit 50ed4a0 into master Aug 31, 2016
@rosshambrick rosshambrick deleted the tir38/move_jackson_out branch August 31, 2016 18:27
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