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

Removes auto-value dependency and maven metadata from core jar #2062

Merged
merged 2 commits into from
May 25, 2018

Conversation

codefromthecrypt
Copy link
Member

This removes the auto-value dependency from the zipkin2 core jar as
we only use it in a couple places now. This prevents a version problem
where new versions require a hard dependency. It also reduces the
number of classes and the size (orders of tens of kilobytes
uncompressed).

By default, the maven plugin includes a copy of the pom file, which can
be a kilobyte or more of text. This excludes it in favor of normal
download location.

Adrian Cole added 2 commits May 25, 2018 08:42
This removes the auto-value dependency from the zipkin2 core jar as
we only use it in a couple places now. This prevents a version problem
where new versions require a hard dependency. It also reduces the
number of classes and the size (orders of tens of kilobytes
uncompressed).

By default, the maven plugin includes a copy of the pom file, which can
be a kilobyte or more of text. This excludes it in favor of normal
download location.
@codefromthecrypt codefromthecrypt merged commit 9b1f529 into master May 25, 2018
@codefromthecrypt codefromthecrypt deleted the less-files branch May 25, 2018 02:50
abesto pushed a commit to abesto/zipkin that referenced this pull request Sep 10, 2019
…ipkin#2062)

This removes the auto-value dependency from the zipkin2 core jar as
we only use it in a couple places now. This prevents a version problem
where new versions require a hard dependency. It also reduces the
number of classes and the size (orders of tens of kilobytes
uncompressed).

By default, the maven plugin includes a copy of the pom file, which can
be a kilobyte or more of text. This excludes it in favor of normal
download location.
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.

1 participant