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

More cleanup #103

Merged
merged 6 commits into from
Apr 25, 2016
Merged

Conversation

vultron81
Copy link
Contributor

No description provided.

@vultron81 vultron81 changed the title Update forklift dependencies More cleanup Apr 20, 2016
@@ -22,7 +22,8 @@

public class ActiveMQProducer implements ForkliftProducerI {

private static final ObjectMapper mapper = new ObjectMapper();
private static final ObjectMapper mapper = new ObjectMapper().registerModule(new JavaTimeModule())
.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);;
Copy link
Owner

Choose a reason for hiding this comment

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

Double semicolon.

@dcshock
Copy link
Owner

dcshock commented Apr 23, 2016

Just a couple comments @vultron81 - Thx.

@dcshock dcshock merged commit 99838c0 into dcshock:wip/sync-producer Apr 25, 2016
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