This is an automated email from the ASF dual-hosted git repository.
adriancole pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin.git.
from 6f6cb32 Benchmark bytes / bytebuffer, protobuf vs zipkin vs wire.
(#2579)
new 9a5a5d0 Updates libraries and link references to ASF Zipkin
new 73c0a48 Removes docs for wrapper as it isn't in the source release
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/CONTRIBUTING.md | 2 +-
.github/ISSUE_TEMPLATE/feature.md | 2 +-
.mvn/wrapper/MavenWrapperDownloader.java | 4 ++--
.mvn/wrapper/maven-wrapper.properties | 2 +-
README.md | 16 +++++++-------
benchmarks/README.md | 2 +-
mvnw | 4 ++--
mvnw.cmd | 4 ++--
pom.xml | 25 +++++++++++-----------
zipkin-collector/kafka/README.md | 2 +-
zipkin-collector/kafka/pom.xml | 4 ++--
zipkin-collector/rabbitmq/pom.xml | 2 +-
zipkin-collector/scribe/pom.xml | 2 +-
.../collector/scribe/ScribeInboundHandler.java | 9 ++++----
zipkin-lens/README.md | 2 +-
zipkin-lens/package.json | 4 ++--
zipkin-lens/pom.xml | 2 +-
zipkin-lens/src/prop-types/index.js | 2 +-
zipkin-lens/src/zipkin/span-cleaner.test.js | 2 +-
zipkin-server/README.md | 14 ++++++------
zipkin-server/pom.xml | 2 +-
.../server/internal/MetricsHealthController.java | 6 +++---
.../zipkin2/server/internal/ZipkinQueryApiV2.java | 11 +++++-----
.../test/kotlin/zipkin2/server/internal/Http.kt | 4 ++--
.../server/internal/ui/ITZipkinUiConfiguration.kt | 9 ++++----
.../internal/ui/ZipkinUiConfigurationTest.kt | 7 +++---
zipkin-storage/cassandra-v1/README.md | 9 ++++----
.../storage/cassandra/v1/ITCassandraStorage.java | 2 +-
zipkin-storage/cassandra/README.md | 6 +++---
.../storage/cassandra/ITCassandraStorage.java | 2 +-
zipkin-storage/elasticsearch/README.md | 2 +-
.../elasticsearch/VersionSpecificTemplates.java | 2 +-
.../integration/ITElasticsearchStorageV6.java | 2 +-
.../integration/ITElasticsearchStorageV7.java | 2 +-
zipkin-storage/mysql-v1/README.md | 4 ++--
.../zipkin2/storage/mysql/v1/ITMySQLStorage.java | 2 +-
.../zipkin2/storage/mysql/v1/LazyMySQLStorage.java | 8 +++----
.../storage/mysql/v1/ZipkinMySQLContainer.java | 4 ++--
zipkin-ui/README.md | 6 +++---
zipkin-ui/package.json | 2 +-
zipkin-ui/pom.xml | 3 +--
zipkin-ui/templates/layout.mustache | 2 +-
zipkin-ui/test/component_data/spanCleaner.test.js | 2 +-
.../main/java/zipkin2/internal/Dependencies.java | 2 +-
.../java/zipkin2/SpanBytesDecoderDetectorTest.java | 2 +-
.../zipkin2/internal/DependencyLinkerTest.java | 2 +-
.../src/test/java/zipkin2/internal/TraceTest.java | 2 +-
47 files changed, 105 insertions(+), 108 deletions(-)