openzipkin-attic / zipkin-azure

Reporters and collectors for use in Azure
Apache License 2.0
11 stars 9 forks source link

Makes circleci use maven wrapper and forces retrolambda to fork #23

Closed codefromthecrypt closed 7 years ago

codefromthecrypt commented 7 years ago

Before, circleci's test phase didn't use the maven wrapper which was inconsistent with other phases.

Also, retrolambda wasn't forking and this caused some spurious issues attempting to backport lambdas.

See https://github.com/openzipkin/brave/pull/377