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

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

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

docker-compose-rule-junit4/build.gradle Outdated Show resolved Hide resolved
import com.palantir.docker.compose.report.Report;

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.

None yet

3 participants