Skip to content

split compile into api/implementation, stop depending on conjure#394

Open
pnepywoda wants to merge 5 commits into
masterfrom
nohamcrest
Open

split compile into api/implementation, stop depending on conjure#394
pnepywoda wants to merge 5 commits into
masterfrom
nohamcrest

Conversation

@pnepywoda

Copy link
Copy Markdown

No description provided.

@changelog-app

changelog-app Bot commented Nov 14, 2019

Copy link
Copy Markdown

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
Comment thread docker-compose-rule-junit4/build.gradle Outdated
@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
Copy Markdown
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

CRogers commented Nov 15, 2019

Copy link
Copy Markdown
Contributor

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

pnepywoda commented Nov 15, 2019

Copy link
Copy Markdown
Author

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