Skip to content

Conversation

@pnepywoda
Copy link

No description provided.

@changelog-app
Copy link

changelog-app bot commented Nov 14, 2019

Generate changelog in changelog/@unreleased

Type

  • Feature
  • Improvement
  • Fix
  • Break
  • Deprecation
  • Manual task
  • Migration

Description

split compile into api/implementation, stop depending on conjure

Check the box to generate changelog(s)

  • Generate changelog entry

@pnepywoda pnepywoda requested a review from pkoenig10 November 14, 2019 21:23
@pnepywoda pnepywoda requested a review from CRogers November 15, 2019 00:59

class ReportPoster {
private static final ObjectMapper OBJECT_MAPPER = ObjectMappers.newClientObjectMapper();
private static final ObjectMapper OBJECT_MAPPER = new ObjectMapper();
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this definitely produce the same json output?

@CRogers
Copy link
Contributor

CRogers commented Nov 15, 2019

Curious: is there any particular reason that the conjure-java-jackson-serialization dependency caused problems? It only depends on jackson and safe-logging:preconditions.

@pnepywoda
Copy link
Author

pnepywoda commented Nov 15, 2019

removing conjure isn't strictly necessary, it's just tech-debt that you hit in #323 (yeah conjure-java-jackson-serialization is a small lib but having the fewest external dependencies makes for an easier time dealing with jar conflicts)

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.

3 participants