From fb4f152fed1d2701b57b090c4fcc37c0897681d1 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Sat, 7 Nov 2015 12:21:41 -0800 Subject: [PATCH] Bump the minor version for release, updating the group too Renaming the entire source tree now that this is under reiseburo --- .travis.yml | 2 +- HACKING.adoc | 2 +- LICENSE.md | 2 +- README.adoc | 4 ++-- build.gradle | 20 +++++++++++++------ .../verspaetung/Delay.groovy | 2 +- .../verspaetung/KafkaBroker.groovy | 2 +- .../verspaetung/KafkaConsumer.groovy | 2 +- .../verspaetung/KafkaPoller.groovy | 2 +- .../verspaetung/Main.groovy | 12 +++++------ .../verspaetung/TopicPartition.groovy | 2 +- .../verspaetung/metrics/ConsumerGauge.groovy | 8 ++++---- .../verspaetung/metrics/HeartbeatGauge.groovy | 2 +- .../zk/AbstractConsumerTreeWatcher.groovy | 4 ++-- .../verspaetung/zk/AbstractTreeWatcher.groovy | 2 +- .../verspaetung/zk/BrokerTreeWatcher.groovy | 4 ++-- .../verspaetung/zk/ConsumerOffset.groovy | 2 +- .../zk/KafkaSpoutTreeWatcher.groovy | 2 +- .../verspaetung/zk/StandardTreeWatcher.groovy | 2 +- .../verspaetung/DelaySpec.groovy | 2 +- .../verspaetung/KafkaConsumerSpec.groovy | 2 +- .../verspaetung/KafkaPollerSpec.groovy | 2 +- .../verspaetung/MainSpec.groovy | 2 +- .../verspaetung/TopicPartitionSpec.groovy | 2 +- .../metrics/ConsumerGaugeSpec.groovy | 6 +++--- .../zk/AbstractConsumerTreeWatcherSpec.groovy | 4 ++-- .../zk/AbstractTreeWatcherSpec.groovy | 4 ++-- .../zk/BrokerTreeWatcherSpec.groovy | 2 +- .../zk/KafkaSpoutTreeWatcherSpec.groovy | 2 +- .../zk/StandardTreeWatcherSpec.groovy | 2 +- 30 files changed, 58 insertions(+), 50 deletions(-) rename src/main/groovy/com/github/{lookout => reiseburo}/verspaetung/Delay.groovy (94%) rename src/main/groovy/com/github/{lookout => reiseburo}/verspaetung/KafkaBroker.groovy (92%) rename src/main/groovy/com/github/{lookout => reiseburo}/verspaetung/KafkaConsumer.groovy (96%) rename src/main/groovy/com/github/{lookout => reiseburo}/verspaetung/KafkaPoller.groovy (99%) rename src/main/groovy/com/github/{lookout => reiseburo}/verspaetung/Main.groovy (97%) rename src/main/groovy/com/github/{lookout => reiseburo}/verspaetung/TopicPartition.groovy (95%) rename src/main/groovy/com/github/{lookout => reiseburo}/verspaetung/metrics/ConsumerGauge.groovy (89%) rename src/main/groovy/com/github/{lookout => reiseburo}/verspaetung/metrics/HeartbeatGauge.groovy (83%) rename src/main/groovy/com/github/{lookout => reiseburo}/verspaetung/zk/AbstractConsumerTreeWatcher.groovy (96%) rename src/main/groovy/com/github/{lookout => reiseburo}/verspaetung/zk/AbstractTreeWatcher.groovy (97%) rename src/main/groovy/com/github/{lookout => reiseburo}/verspaetung/zk/BrokerTreeWatcher.groovy (96%) rename src/main/groovy/com/github/{lookout => reiseburo}/verspaetung/zk/ConsumerOffset.groovy (92%) rename src/main/groovy/com/github/{lookout => reiseburo}/verspaetung/zk/KafkaSpoutTreeWatcher.groovy (97%) rename src/main/groovy/com/github/{lookout => reiseburo}/verspaetung/zk/StandardTreeWatcher.groovy (97%) rename src/test/groovy/com/github/{lookout => reiseburo}/verspaetung/DelaySpec.groovy (96%) rename src/test/groovy/com/github/{lookout => reiseburo}/verspaetung/KafkaConsumerSpec.groovy (96%) rename src/test/groovy/com/github/{lookout => reiseburo}/verspaetung/KafkaPollerSpec.groovy (63%) rename src/test/groovy/com/github/{lookout => reiseburo}/verspaetung/MainSpec.groovy (97%) rename src/test/groovy/com/github/{lookout => reiseburo}/verspaetung/TopicPartitionSpec.groovy (97%) rename src/test/groovy/com/github/{lookout => reiseburo}/verspaetung/metrics/ConsumerGaugeSpec.groovy (89%) rename src/test/groovy/com/github/{lookout => reiseburo}/verspaetung/zk/AbstractConsumerTreeWatcherSpec.groovy (96%) rename src/test/groovy/com/github/{lookout => reiseburo}/verspaetung/zk/AbstractTreeWatcherSpec.groovy (87%) rename src/test/groovy/com/github/{lookout => reiseburo}/verspaetung/zk/BrokerTreeWatcherSpec.groovy (93%) rename src/test/groovy/com/github/{lookout => reiseburo}/verspaetung/zk/KafkaSpoutTreeWatcherSpec.groovy (96%) rename src/test/groovy/com/github/{lookout => reiseburo}/verspaetung/zk/StandardTreeWatcherSpec.groovy (97%) diff --git a/.travis.yml b/.travis.yml index edafef6..b4de73b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,4 @@ env: secure: MzcJafov6+fztyym0hZFTxjirTAgVFqFRO4pSSoDUZV71jHBYRKLmQxiaYpqdl9d7Q7Jz7UfNZRSisNwZQdeZjs0B9yJwy9m1mDlJaUXIWN/xzW04qPnZ5zxh1yJHK+UHIw5G2qRZSE42m9G3TSRBlUz6OMk+tr2UYErfnKzcsc= after_success: - "./gradlew bintrayUpload -PbintrayUser=lookouteng -PbintrayKey=${BINTRAY_KEY}" + "./gradlew bintrayUpload -PbintrayUser=rtyler -PbintrayKey=${BINTRAY_KEY}" diff --git a/HACKING.adoc b/HACKING.adoc index e566037..805231d 100644 --- a/HACKING.adoc +++ b/HACKING.adoc @@ -20,4 +20,4 @@ NOTE: This is mostly meant for the developer team. Currently releases can be produced by simply pushing a Git tag to this GitHub repository. This will cause Travis CI to build and test the tag, which if it is successful, will automatically publish to -link:https://bintray.com/lookout/systems/verspaetung[Bintray]. +link:https://bintray.com/reiseburo/apps/verspaetung[Bintray]. diff --git a/LICENSE.md b/LICENSE.md index 6e86e10..68d976e 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -*Copyright (c) 2015 Lookout, Inc* +*Copyright (c) 2015 Lookout, Inc, R. Tyler Croy* MIT License diff --git a/README.adoc b/README.adoc index 230a2d8..6c135bb 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ -image:https://travis-ci.org/lookout/verspaetung.svg?branch=master["Build Status", link="https://travis-ci.org/lookout/verspaetung"] +image:https://travis-ci.org/reiseburo/verspaetung.svg?branch=master["Build Status", link="https://travis-ci.org/reiseburo/verspaetung"] -image::https://api.bintray.com/packages/lookout/systems/verspaetung/images/download.svg[link="https://bintray.com/lookout/systems/verspaetung/_latestVersion"] +image::https://api.bintray.com/packages/reiseburo/systems/verspaetung/images/download.svg[link="https://bintray.com/reiseburo/systems/verspaetung/_latestVersion"] Verspätung is a small utility which aims to help identify delay of link:http://kafka.apache.org[Kafka] consumers. diff --git a/build.gradle b/build.gradle index 2e31efb..3708388 100644 --- a/build.gradle +++ b/build.gradle @@ -9,10 +9,10 @@ plugins { id 'application' } -group = "com.github.lookout" +group = "com.github.reiseburo" description = "A utility for monitoring the delay of Kafka consumers" -version = '0.4.0' -mainClassName = 'com.github.lookout.verspaetung.Main' +version = '0.5.0' +mainClassName = 'com.github.reiseburo.verspaetung.Main' defaultTasks 'check', 'assemble' /* Ensure we properly build for JDK7 still */ @@ -142,8 +142,16 @@ artifacts { archives shadowJar } +sourceSets { + main { + groovy { + exclude '**/*.sw*' + } + } +} + /* - * https://github.com/lookout/verspaetung/issues/28 + * https://github.com/reiseburo/verspaetung/issues/28 * * disable the distZip and distTar tasks since we only need the shadow jar */ @@ -171,8 +179,8 @@ bintray { configurations = ['archives'] pkg { - userOrg = 'lookout' - repo = 'systems' + userOrg = 'reiseburo' + repo = 'apps' name = 'verspaetung' labels = [] diff --git a/src/main/groovy/com/github/lookout/verspaetung/Delay.groovy b/src/main/groovy/com/github/reiseburo/verspaetung/Delay.groovy similarity index 94% rename from src/main/groovy/com/github/lookout/verspaetung/Delay.groovy rename to src/main/groovy/com/github/reiseburo/verspaetung/Delay.groovy index 95d1e8c..b1b1213 100644 --- a/src/main/groovy/com/github/lookout/verspaetung/Delay.groovy +++ b/src/main/groovy/com/github/reiseburo/verspaetung/Delay.groovy @@ -1,4 +1,4 @@ -package com.github.lookout.verspaetung +package com.github.reiseburo.verspaetung /** * abstract the logic on how to reduce the polling speed and get back to diff --git a/src/main/groovy/com/github/lookout/verspaetung/KafkaBroker.groovy b/src/main/groovy/com/github/reiseburo/verspaetung/KafkaBroker.groovy similarity index 92% rename from src/main/groovy/com/github/lookout/verspaetung/KafkaBroker.groovy rename to src/main/groovy/com/github/reiseburo/verspaetung/KafkaBroker.groovy index 93053d7..87e8c4c 100644 --- a/src/main/groovy/com/github/lookout/verspaetung/KafkaBroker.groovy +++ b/src/main/groovy/com/github/reiseburo/verspaetung/KafkaBroker.groovy @@ -1,4 +1,4 @@ -package com.github.lookout.verspaetung +package com.github.reiseburo.verspaetung /** * POJO containing the necessary information to model a Kafka broker diff --git a/src/main/groovy/com/github/lookout/verspaetung/KafkaConsumer.groovy b/src/main/groovy/com/github/reiseburo/verspaetung/KafkaConsumer.groovy similarity index 96% rename from src/main/groovy/com/github/lookout/verspaetung/KafkaConsumer.groovy rename to src/main/groovy/com/github/reiseburo/verspaetung/KafkaConsumer.groovy index b2f51bf..9d28bd4 100644 --- a/src/main/groovy/com/github/lookout/verspaetung/KafkaConsumer.groovy +++ b/src/main/groovy/com/github/reiseburo/verspaetung/KafkaConsumer.groovy @@ -1,4 +1,4 @@ -package com.github.lookout.verspaetung +package com.github.reiseburo.verspaetung /** * POJO containing the necessary information to model a Kafka consumers diff --git a/src/main/groovy/com/github/lookout/verspaetung/KafkaPoller.groovy b/src/main/groovy/com/github/reiseburo/verspaetung/KafkaPoller.groovy similarity index 99% rename from src/main/groovy/com/github/lookout/verspaetung/KafkaPoller.groovy rename to src/main/groovy/com/github/reiseburo/verspaetung/KafkaPoller.groovy index 5683d84..d9175aa 100644 --- a/src/main/groovy/com/github/lookout/verspaetung/KafkaPoller.groovy +++ b/src/main/groovy/com/github/reiseburo/verspaetung/KafkaPoller.groovy @@ -1,4 +1,4 @@ -package com.github.lookout.verspaetung +package com.github.reiseburo.verspaetung import org.slf4j.Logger import org.slf4j.LoggerFactory diff --git a/src/main/groovy/com/github/lookout/verspaetung/Main.groovy b/src/main/groovy/com/github/reiseburo/verspaetung/Main.groovy similarity index 97% rename from src/main/groovy/com/github/lookout/verspaetung/Main.groovy rename to src/main/groovy/com/github/reiseburo/verspaetung/Main.groovy index ab13ef6..7084280 100644 --- a/src/main/groovy/com/github/lookout/verspaetung/Main.groovy +++ b/src/main/groovy/com/github/reiseburo/verspaetung/Main.groovy @@ -1,10 +1,10 @@ -package com.github.lookout.verspaetung +package com.github.reiseburo.verspaetung -import com.github.lookout.verspaetung.zk.BrokerTreeWatcher -import com.github.lookout.verspaetung.zk.KafkaSpoutTreeWatcher -import com.github.lookout.verspaetung.zk.StandardTreeWatcher -import com.github.lookout.verspaetung.metrics.ConsumerGauge -import com.github.lookout.verspaetung.metrics.HeartbeatGauge +import com.github.reiseburo.verspaetung.zk.BrokerTreeWatcher +import com.github.reiseburo.verspaetung.zk.KafkaSpoutTreeWatcher +import com.github.reiseburo.verspaetung.zk.StandardTreeWatcher +import com.github.reiseburo.verspaetung.metrics.ConsumerGauge +import com.github.reiseburo.verspaetung.metrics.HeartbeatGauge import java.util.concurrent.ConcurrentHashMap import java.util.concurrent.ConcurrentSkipListSet diff --git a/src/main/groovy/com/github/lookout/verspaetung/TopicPartition.groovy b/src/main/groovy/com/github/reiseburo/verspaetung/TopicPartition.groovy similarity index 95% rename from src/main/groovy/com/github/lookout/verspaetung/TopicPartition.groovy rename to src/main/groovy/com/github/reiseburo/verspaetung/TopicPartition.groovy index 3d72359..635fc42 100644 --- a/src/main/groovy/com/github/lookout/verspaetung/TopicPartition.groovy +++ b/src/main/groovy/com/github/reiseburo/verspaetung/TopicPartition.groovy @@ -1,4 +1,4 @@ -package com.github.lookout.verspaetung +package com.github.reiseburo.verspaetung /** * Simple container for Kafka topic names and partition IDs diff --git a/src/main/groovy/com/github/lookout/verspaetung/metrics/ConsumerGauge.groovy b/src/main/groovy/com/github/reiseburo/verspaetung/metrics/ConsumerGauge.groovy similarity index 89% rename from src/main/groovy/com/github/lookout/verspaetung/metrics/ConsumerGauge.groovy rename to src/main/groovy/com/github/reiseburo/verspaetung/metrics/ConsumerGauge.groovy index c39dd10..8b3ae1e 100644 --- a/src/main/groovy/com/github/lookout/verspaetung/metrics/ConsumerGauge.groovy +++ b/src/main/groovy/com/github/reiseburo/verspaetung/metrics/ConsumerGauge.groovy @@ -1,11 +1,11 @@ -package com.github.lookout.verspaetung.metrics +package com.github.reiseburo.verspaetung.metrics import com.codahale.metrics.Gauge import groovy.transform.TypeChecked import org.coursera.metrics.datadog.Tagged -import com.github.lookout.verspaetung.KafkaConsumer -import com.github.lookout.verspaetung.TopicPartition +import com.github.reiseburo.verspaetung.KafkaConsumer +import com.github.reiseburo.verspaetung.TopicPartition /** * Dropwizard Metrics Gauge for reporting the value of a given KafkaConsumer @@ -38,7 +38,7 @@ class ConsumerGauge implements Gauge, Tagged { * Returning the maximum value of the computation and zero, there are * some cases where we can be "behind" on the Kafka latest offset * polling and this could result in an erroneous negative value. See: - * for more details + * for more details */ return Math.max(0, ((Integer)this.topics[topicPartition]) - this.consumers[consumer]) diff --git a/src/main/groovy/com/github/lookout/verspaetung/metrics/HeartbeatGauge.groovy b/src/main/groovy/com/github/reiseburo/verspaetung/metrics/HeartbeatGauge.groovy similarity index 83% rename from src/main/groovy/com/github/lookout/verspaetung/metrics/HeartbeatGauge.groovy rename to src/main/groovy/com/github/reiseburo/verspaetung/metrics/HeartbeatGauge.groovy index 03679f7..761aa9f 100644 --- a/src/main/groovy/com/github/lookout/verspaetung/metrics/HeartbeatGauge.groovy +++ b/src/main/groovy/com/github/reiseburo/verspaetung/metrics/HeartbeatGauge.groovy @@ -1,4 +1,4 @@ -package com.github.lookout.verspaetung.metrics +package com.github.reiseburo.verspaetung.metrics import com.codahale.metrics.Gauge diff --git a/src/main/groovy/com/github/lookout/verspaetung/zk/AbstractConsumerTreeWatcher.groovy b/src/main/groovy/com/github/reiseburo/verspaetung/zk/AbstractConsumerTreeWatcher.groovy similarity index 96% rename from src/main/groovy/com/github/lookout/verspaetung/zk/AbstractConsumerTreeWatcher.groovy rename to src/main/groovy/com/github/reiseburo/verspaetung/zk/AbstractConsumerTreeWatcher.groovy index cb9b102..4fd954b 100644 --- a/src/main/groovy/com/github/lookout/verspaetung/zk/AbstractConsumerTreeWatcher.groovy +++ b/src/main/groovy/com/github/reiseburo/verspaetung/zk/AbstractConsumerTreeWatcher.groovy @@ -1,6 +1,6 @@ -package com.github.lookout.verspaetung.zk +package com.github.reiseburo.verspaetung.zk -import com.github.lookout.verspaetung.KafkaConsumer +import com.github.reiseburo.verspaetung.KafkaConsumer import groovy.transform.TypeChecked diff --git a/src/main/groovy/com/github/lookout/verspaetung/zk/AbstractTreeWatcher.groovy b/src/main/groovy/com/github/reiseburo/verspaetung/zk/AbstractTreeWatcher.groovy similarity index 97% rename from src/main/groovy/com/github/lookout/verspaetung/zk/AbstractTreeWatcher.groovy rename to src/main/groovy/com/github/reiseburo/verspaetung/zk/AbstractTreeWatcher.groovy index c4f5bc9..0b70c1d 100644 --- a/src/main/groovy/com/github/lookout/verspaetung/zk/AbstractTreeWatcher.groovy +++ b/src/main/groovy/com/github/reiseburo/verspaetung/zk/AbstractTreeWatcher.groovy @@ -1,4 +1,4 @@ -package com.github.lookout.verspaetung.zk +package com.github.reiseburo.verspaetung.zk import groovy.transform.TypeChecked diff --git a/src/main/groovy/com/github/lookout/verspaetung/zk/BrokerTreeWatcher.groovy b/src/main/groovy/com/github/reiseburo/verspaetung/zk/BrokerTreeWatcher.groovy similarity index 96% rename from src/main/groovy/com/github/lookout/verspaetung/zk/BrokerTreeWatcher.groovy rename to src/main/groovy/com/github/reiseburo/verspaetung/zk/BrokerTreeWatcher.groovy index 8420fa2..d6759e2 100644 --- a/src/main/groovy/com/github/lookout/verspaetung/zk/BrokerTreeWatcher.groovy +++ b/src/main/groovy/com/github/reiseburo/verspaetung/zk/BrokerTreeWatcher.groovy @@ -1,6 +1,6 @@ -package com.github.lookout.verspaetung.zk +package com.github.reiseburo.verspaetung.zk -import com.github.lookout.verspaetung.KafkaBroker +import com.github.reiseburo.verspaetung.KafkaBroker import groovy.json.JsonSlurper import groovy.transform.TypeChecked diff --git a/src/main/groovy/com/github/lookout/verspaetung/zk/ConsumerOffset.groovy b/src/main/groovy/com/github/reiseburo/verspaetung/zk/ConsumerOffset.groovy similarity index 92% rename from src/main/groovy/com/github/lookout/verspaetung/zk/ConsumerOffset.groovy rename to src/main/groovy/com/github/reiseburo/verspaetung/zk/ConsumerOffset.groovy index 8ce5aba..2133d26 100644 --- a/src/main/groovy/com/github/lookout/verspaetung/zk/ConsumerOffset.groovy +++ b/src/main/groovy/com/github/reiseburo/verspaetung/zk/ConsumerOffset.groovy @@ -1,4 +1,4 @@ -package com.github.lookout.verspaetung.zk +package com.github.reiseburo.verspaetung.zk /** * POJO representing data from Zookeeper for a consumer, topic and offset diff --git a/src/main/groovy/com/github/lookout/verspaetung/zk/KafkaSpoutTreeWatcher.groovy b/src/main/groovy/com/github/reiseburo/verspaetung/zk/KafkaSpoutTreeWatcher.groovy similarity index 97% rename from src/main/groovy/com/github/lookout/verspaetung/zk/KafkaSpoutTreeWatcher.groovy rename to src/main/groovy/com/github/reiseburo/verspaetung/zk/KafkaSpoutTreeWatcher.groovy index 2b01a21..1a3483f 100644 --- a/src/main/groovy/com/github/lookout/verspaetung/zk/KafkaSpoutTreeWatcher.groovy +++ b/src/main/groovy/com/github/reiseburo/verspaetung/zk/KafkaSpoutTreeWatcher.groovy @@ -1,4 +1,4 @@ -package com.github.lookout.verspaetung.zk +package com.github.reiseburo.verspaetung.zk import groovy.json.JsonSlurper import groovy.transform.TypeChecked diff --git a/src/main/groovy/com/github/lookout/verspaetung/zk/StandardTreeWatcher.groovy b/src/main/groovy/com/github/reiseburo/verspaetung/zk/StandardTreeWatcher.groovy similarity index 97% rename from src/main/groovy/com/github/lookout/verspaetung/zk/StandardTreeWatcher.groovy rename to src/main/groovy/com/github/reiseburo/verspaetung/zk/StandardTreeWatcher.groovy index cf6c4a4..3b9c7a6 100644 --- a/src/main/groovy/com/github/lookout/verspaetung/zk/StandardTreeWatcher.groovy +++ b/src/main/groovy/com/github/reiseburo/verspaetung/zk/StandardTreeWatcher.groovy @@ -1,4 +1,4 @@ -package com.github.lookout.verspaetung.zk +package com.github.reiseburo.verspaetung.zk import groovy.transform.TypeChecked import groovy.transform.InheritConstructors diff --git a/src/test/groovy/com/github/lookout/verspaetung/DelaySpec.groovy b/src/test/groovy/com/github/reiseburo/verspaetung/DelaySpec.groovy similarity index 96% rename from src/test/groovy/com/github/lookout/verspaetung/DelaySpec.groovy rename to src/test/groovy/com/github/reiseburo/verspaetung/DelaySpec.groovy index 2c09b0f..57c7771 100644 --- a/src/test/groovy/com/github/lookout/verspaetung/DelaySpec.groovy +++ b/src/test/groovy/com/github/reiseburo/verspaetung/DelaySpec.groovy @@ -1,4 +1,4 @@ -package com.github.lookout.verspaetung +package com.github.reiseburo.verspaetung import spock.lang.* diff --git a/src/test/groovy/com/github/lookout/verspaetung/KafkaConsumerSpec.groovy b/src/test/groovy/com/github/reiseburo/verspaetung/KafkaConsumerSpec.groovy similarity index 96% rename from src/test/groovy/com/github/lookout/verspaetung/KafkaConsumerSpec.groovy rename to src/test/groovy/com/github/reiseburo/verspaetung/KafkaConsumerSpec.groovy index 458b872..ef5b904 100644 --- a/src/test/groovy/com/github/lookout/verspaetung/KafkaConsumerSpec.groovy +++ b/src/test/groovy/com/github/reiseburo/verspaetung/KafkaConsumerSpec.groovy @@ -1,4 +1,4 @@ -package com.github.lookout.verspaetung +package com.github.reiseburo.verspaetung import spock.lang.* diff --git a/src/test/groovy/com/github/lookout/verspaetung/KafkaPollerSpec.groovy b/src/test/groovy/com/github/reiseburo/verspaetung/KafkaPollerSpec.groovy similarity index 63% rename from src/test/groovy/com/github/lookout/verspaetung/KafkaPollerSpec.groovy rename to src/test/groovy/com/github/reiseburo/verspaetung/KafkaPollerSpec.groovy index 013e126..301c90f 100644 --- a/src/test/groovy/com/github/lookout/verspaetung/KafkaPollerSpec.groovy +++ b/src/test/groovy/com/github/reiseburo/verspaetung/KafkaPollerSpec.groovy @@ -1,4 +1,4 @@ -package com.github.lookout.verspaetung +package com.github.reiseburo.verspaetung import spock.lang.* diff --git a/src/test/groovy/com/github/lookout/verspaetung/MainSpec.groovy b/src/test/groovy/com/github/reiseburo/verspaetung/MainSpec.groovy similarity index 97% rename from src/test/groovy/com/github/lookout/verspaetung/MainSpec.groovy rename to src/test/groovy/com/github/reiseburo/verspaetung/MainSpec.groovy index 3690cf3..29f4e43 100644 --- a/src/test/groovy/com/github/lookout/verspaetung/MainSpec.groovy +++ b/src/test/groovy/com/github/reiseburo/verspaetung/MainSpec.groovy @@ -1,4 +1,4 @@ -package com.github.lookout.verspaetung +package com.github.reiseburo.verspaetung import spock.lang.* diff --git a/src/test/groovy/com/github/lookout/verspaetung/TopicPartitionSpec.groovy b/src/test/groovy/com/github/reiseburo/verspaetung/TopicPartitionSpec.groovy similarity index 97% rename from src/test/groovy/com/github/lookout/verspaetung/TopicPartitionSpec.groovy rename to src/test/groovy/com/github/reiseburo/verspaetung/TopicPartitionSpec.groovy index 1ed59a4..8b1fcc1 100644 --- a/src/test/groovy/com/github/lookout/verspaetung/TopicPartitionSpec.groovy +++ b/src/test/groovy/com/github/reiseburo/verspaetung/TopicPartitionSpec.groovy @@ -1,4 +1,4 @@ -package com.github.lookout.verspaetung +package com.github.reiseburo.verspaetung import spock.lang.* diff --git a/src/test/groovy/com/github/lookout/verspaetung/metrics/ConsumerGaugeSpec.groovy b/src/test/groovy/com/github/reiseburo/verspaetung/metrics/ConsumerGaugeSpec.groovy similarity index 89% rename from src/test/groovy/com/github/lookout/verspaetung/metrics/ConsumerGaugeSpec.groovy rename to src/test/groovy/com/github/reiseburo/verspaetung/metrics/ConsumerGaugeSpec.groovy index b1371aa..e459b21 100644 --- a/src/test/groovy/com/github/lookout/verspaetung/metrics/ConsumerGaugeSpec.groovy +++ b/src/test/groovy/com/github/reiseburo/verspaetung/metrics/ConsumerGaugeSpec.groovy @@ -1,9 +1,9 @@ -package com.github.lookout.verspaetung.metrics +package com.github.reiseburo.verspaetung.metrics import spock.lang.* -import com.github.lookout.verspaetung.KafkaConsumer -import com.github.lookout.verspaetung.TopicPartition +import com.github.reiseburo.verspaetung.KafkaConsumer +import com.github.reiseburo.verspaetung.TopicPartition class ConsumerGaugeSpec extends Specification { private KafkaConsumer consumer diff --git a/src/test/groovy/com/github/lookout/verspaetung/zk/AbstractConsumerTreeWatcherSpec.groovy b/src/test/groovy/com/github/reiseburo/verspaetung/zk/AbstractConsumerTreeWatcherSpec.groovy similarity index 96% rename from src/test/groovy/com/github/lookout/verspaetung/zk/AbstractConsumerTreeWatcherSpec.groovy rename to src/test/groovy/com/github/reiseburo/verspaetung/zk/AbstractConsumerTreeWatcherSpec.groovy index 2dba092..179857e 100644 --- a/src/test/groovy/com/github/lookout/verspaetung/zk/AbstractConsumerTreeWatcherSpec.groovy +++ b/src/test/groovy/com/github/reiseburo/verspaetung/zk/AbstractConsumerTreeWatcherSpec.groovy @@ -1,8 +1,8 @@ -package com.github.lookout.verspaetung.zk +package com.github.reiseburo.verspaetung.zk import spock.lang.* -import com.github.lookout.verspaetung.TopicPartition +import com.github.reiseburo.verspaetung.TopicPartition import org.apache.curator.framework.CuratorFramework import org.apache.curator.framework.recipes.cache.ChildData import org.apache.curator.framework.recipes.cache.TreeCacheEvent diff --git a/src/test/groovy/com/github/lookout/verspaetung/zk/AbstractTreeWatcherSpec.groovy b/src/test/groovy/com/github/reiseburo/verspaetung/zk/AbstractTreeWatcherSpec.groovy similarity index 87% rename from src/test/groovy/com/github/lookout/verspaetung/zk/AbstractTreeWatcherSpec.groovy rename to src/test/groovy/com/github/reiseburo/verspaetung/zk/AbstractTreeWatcherSpec.groovy index 7114c87..402ae5e 100644 --- a/src/test/groovy/com/github/lookout/verspaetung/zk/AbstractTreeWatcherSpec.groovy +++ b/src/test/groovy/com/github/reiseburo/verspaetung/zk/AbstractTreeWatcherSpec.groovy @@ -1,8 +1,8 @@ -package com.github.lookout.verspaetung.zk +package com.github.reiseburo.verspaetung.zk import spock.lang.* -import com.github.lookout.verspaetung.TopicPartition +import com.github.reiseburo.verspaetung.TopicPartition import org.apache.curator.framework.CuratorFramework import org.apache.curator.framework.recipes.cache.ChildData import org.apache.curator.framework.recipes.cache.TreeCacheEvent diff --git a/src/test/groovy/com/github/lookout/verspaetung/zk/BrokerTreeWatcherSpec.groovy b/src/test/groovy/com/github/reiseburo/verspaetung/zk/BrokerTreeWatcherSpec.groovy similarity index 93% rename from src/test/groovy/com/github/lookout/verspaetung/zk/BrokerTreeWatcherSpec.groovy rename to src/test/groovy/com/github/reiseburo/verspaetung/zk/BrokerTreeWatcherSpec.groovy index e7bdcd5..2e9c6eb 100644 --- a/src/test/groovy/com/github/lookout/verspaetung/zk/BrokerTreeWatcherSpec.groovy +++ b/src/test/groovy/com/github/reiseburo/verspaetung/zk/BrokerTreeWatcherSpec.groovy @@ -1,4 +1,4 @@ -package com.github.lookout.verspaetung.zk +package com.github.reiseburo.verspaetung.zk import spock.lang.* diff --git a/src/test/groovy/com/github/lookout/verspaetung/zk/KafkaSpoutTreeWatcherSpec.groovy b/src/test/groovy/com/github/reiseburo/verspaetung/zk/KafkaSpoutTreeWatcherSpec.groovy similarity index 96% rename from src/test/groovy/com/github/lookout/verspaetung/zk/KafkaSpoutTreeWatcherSpec.groovy rename to src/test/groovy/com/github/reiseburo/verspaetung/zk/KafkaSpoutTreeWatcherSpec.groovy index 4a26333..1d29c1b 100644 --- a/src/test/groovy/com/github/lookout/verspaetung/zk/KafkaSpoutTreeWatcherSpec.groovy +++ b/src/test/groovy/com/github/reiseburo/verspaetung/zk/KafkaSpoutTreeWatcherSpec.groovy @@ -1,4 +1,4 @@ -package com.github.lookout.verspaetung.zk +package com.github.reiseburo.verspaetung.zk import spock.lang.* diff --git a/src/test/groovy/com/github/lookout/verspaetung/zk/StandardTreeWatcherSpec.groovy b/src/test/groovy/com/github/reiseburo/verspaetung/zk/StandardTreeWatcherSpec.groovy similarity index 97% rename from src/test/groovy/com/github/lookout/verspaetung/zk/StandardTreeWatcherSpec.groovy rename to src/test/groovy/com/github/reiseburo/verspaetung/zk/StandardTreeWatcherSpec.groovy index 52463bb..a432db2 100644 --- a/src/test/groovy/com/github/lookout/verspaetung/zk/StandardTreeWatcherSpec.groovy +++ b/src/test/groovy/com/github/reiseburo/verspaetung/zk/StandardTreeWatcherSpec.groovy @@ -1,4 +1,4 @@ -package com.github.lookout.verspaetung.zk +package com.github.reiseburo.verspaetung.zk import spock.lang.*