diff --git a/auth/auth-client/pom.xml b/auth/auth-client/pom.xml index 9d344949af..286a25ab08 100644 --- a/auth/auth-client/pom.xml +++ b/auth/auth-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../../parent/pom.xml diff --git a/auth/auth-core/pom.xml b/auth/auth-core/pom.xml index 972794bb5a..f6ea922c65 100644 --- a/auth/auth-core/pom.xml +++ b/auth/auth-core/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../../parent/pom.xml diff --git a/auth/auth-store/pom.xml b/auth/auth-store/pom.xml index 7fa3cd8711..e05869130d 100644 --- a/auth/auth-store/pom.xml +++ b/auth/auth-store/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../../parent/pom.xml diff --git a/auth/auth-util/pom.xml b/auth/auth-util/pom.xml index c12051a550..24a735c350 100644 --- a/auth/auth-util/pom.xml +++ b/auth/auth-util/pom.xml @@ -3,7 +3,7 @@ emodb com.bazaarvoice.emodb - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/blob-api/pom.xml b/blob-api/pom.xml index 39c25ee68c..83b2b7b294 100644 --- a/blob-api/pom.xml +++ b/blob-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml diff --git a/blob-clients/blob-client-common/pom.xml b/blob-clients/blob-client-common/pom.xml index fee2cff963..4d009e9454 100644 --- a/blob-clients/blob-client-common/pom.xml +++ b/blob-clients/blob-client-common/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../../parent/pom.xml diff --git a/blob-clients/blob-client-jersey2/pom.xml b/blob-clients/blob-client-jersey2/pom.xml index 90b4f93c2a..149134c8e7 100644 --- a/blob-clients/blob-client-jersey2/pom.xml +++ b/blob-clients/blob-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../../parent/pom.xml diff --git a/blob-clients/blob-client/pom.xml b/blob-clients/blob-client/pom.xml index 05c432d583..8a4a21efad 100644 --- a/blob-clients/blob-client/pom.xml +++ b/blob-clients/blob-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../../parent/pom.xml diff --git a/blob/pom.xml b/blob/pom.xml index e32cd25908..366ef73449 100644 --- a/blob/pom.xml +++ b/blob/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml diff --git a/cachemgr/pom.xml b/cachemgr/pom.xml index 722d465930..269fa59280 100644 --- a/cachemgr/pom.xml +++ b/cachemgr/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml diff --git a/common/api/pom.xml b/common/api/pom.xml index 8927e09c84..9a245cd034 100644 --- a/common/api/pom.xml +++ b/common/api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../../parent/pom.xml diff --git a/common/astyanax/pom.xml b/common/astyanax/pom.xml index 781d7d0f2c..a9ebbdd982 100644 --- a/common/astyanax/pom.xml +++ b/common/astyanax/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../../parent/pom.xml diff --git a/common/client-jax-rs-2/pom.xml b/common/client-jax-rs-2/pom.xml index 84c3e1d04e..633bb3f539 100644 --- a/common/client-jax-rs-2/pom.xml +++ b/common/client-jax-rs-2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../../parent/pom.xml diff --git a/common/client-jersey2/pom.xml b/common/client-jersey2/pom.xml index b9758d2007..0b2965e306 100644 --- a/common/client-jersey2/pom.xml +++ b/common/client-jersey2/pom.xml @@ -5,7 +5,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../../parent/pom.xml diff --git a/common/client-jersey2/src/main/java/com/bazaarvoice/emodb/client/Jersey2EmoResource.java b/common/client-jersey2/src/main/java/com/bazaarvoice/emodb/client/Jersey2EmoResource.java index 4d1dee1042..7e53fec68b 100644 --- a/common/client-jersey2/src/main/java/com/bazaarvoice/emodb/client/Jersey2EmoResource.java +++ b/common/client-jersey2/src/main/java/com/bazaarvoice/emodb/client/Jersey2EmoResource.java @@ -80,6 +80,7 @@ public EmoResponse head() { private T send(String method, @Nullable Object entity) { try { Response response; + LOG.info("HI Anand -msg from Prakhar"); if (entity == null) { response = builder().method(method); } else { @@ -97,6 +98,7 @@ private T send(String method, @Nullable Object entity) { return null; } catch (WebApplicationException e) { + LOG.error("Error response is- {},{}",e.getResponse(),e.toString()); throw asEmoClientException(e); } } diff --git a/common/client/pom.xml b/common/client/pom.xml index 6041ba40c9..aa06a44b68 100644 --- a/common/client/pom.xml +++ b/common/client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../../parent/pom.xml diff --git a/common/dropwizard/pom.xml b/common/dropwizard/pom.xml index e92da97102..ed434280da 100644 --- a/common/dropwizard/pom.xml +++ b/common/dropwizard/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../../parent/pom.xml diff --git a/common/jersey-client/pom.xml b/common/jersey-client/pom.xml index edfa323779..5374033230 100644 --- a/common/jersey-client/pom.xml +++ b/common/jersey-client/pom.xml @@ -5,7 +5,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../../parent/pom.xml diff --git a/common/json/pom.xml b/common/json/pom.xml index 102dcd1742..e9d6520a5b 100644 --- a/common/json/pom.xml +++ b/common/json/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../../parent/pom.xml diff --git a/common/stash/pom.xml b/common/stash/pom.xml index 423702b54e..bf5a52dd1b 100644 --- a/common/stash/pom.xml +++ b/common/stash/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../../parent/pom.xml diff --git a/common/uuid/pom.xml b/common/uuid/pom.xml index 69ea6a7a8d..1d910b37e4 100644 --- a/common/uuid/pom.xml +++ b/common/uuid/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../../parent/pom.xml diff --git a/common/zookeeper/pom.xml b/common/zookeeper/pom.xml index 947858b8ba..73c6459685 100644 --- a/common/zookeeper/pom.xml +++ b/common/zookeeper/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../../parent/pom.xml diff --git a/databus-api/pom.xml b/databus-api/pom.xml index 8b46311066..d17cf5be59 100644 --- a/databus-api/pom.xml +++ b/databus-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml diff --git a/databus-client-common/pom.xml b/databus-client-common/pom.xml index a7b8f650fc..4cd0fd4e0f 100644 --- a/databus-client-common/pom.xml +++ b/databus-client-common/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml diff --git a/databus-client-jersey2/pom.xml b/databus-client-jersey2/pom.xml index 7a796058f7..1e5e9de326 100644 --- a/databus-client-jersey2/pom.xml +++ b/databus-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml diff --git a/databus-client/pom.xml b/databus-client/pom.xml index a8e60d6db0..b1b0d21c5a 100644 --- a/databus-client/pom.xml +++ b/databus-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml diff --git a/databus/pom.xml b/databus/pom.xml index c5cd4679d2..a34fb8407a 100644 --- a/databus/pom.xml +++ b/databus/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml diff --git a/datacenter/pom.xml b/datacenter/pom.xml index 46aea96877..5b8edef74b 100644 --- a/datacenter/pom.xml +++ b/datacenter/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml diff --git a/event/pom.xml b/event/pom.xml index ae4d8c1e5e..a6d41e5020 100644 --- a/event/pom.xml +++ b/event/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml diff --git a/job-api/pom.xml b/job-api/pom.xml index 624418cbb5..5b5d3dd620 100644 --- a/job-api/pom.xml +++ b/job-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml diff --git a/job/pom.xml b/job/pom.xml index b76cb2d6a0..6f27f31410 100644 --- a/job/pom.xml +++ b/job/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml diff --git a/kafka/pom.xml b/kafka/pom.xml index 00b2784e79..bb2f750732 100644 --- a/kafka/pom.xml +++ b/kafka/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml @@ -21,6 +21,7 @@ com.bazaarvoice.emodb emodb-common-json ${project.version} + provided com.bazaarvoice.emodb @@ -63,6 +64,7 @@ com.fasterxml.jackson.dataformat jackson-dataformat-yaml + provided com.fasterxml.jackson.datatype @@ -91,6 +93,7 @@ io.dropwizard dropwizard-configuration + provided org.apache.kafka diff --git a/megabus/pom.xml b/megabus/pom.xml index 969387ab5a..d3894b9117 100644 --- a/megabus/pom.xml +++ b/megabus/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml @@ -41,6 +41,7 @@ com.bazaarvoice.emodb emodb-common-json ${project.version} + provided com.bazaarvoice.emodb @@ -137,6 +138,7 @@ com.fasterxml.jackson.dataformat jackson-dataformat-yaml + provided com.fasterxml.jackson.core @@ -147,6 +149,7 @@ com.fasterxml.jackson.datatype jackson-datatype-jsr310 + provided com.fasterxml.jackson.core @@ -169,6 +172,7 @@ io.dropwizard dropwizard-configuration + provided io.dropwizard @@ -192,6 +196,7 @@ org.apache.kafka connect-json ${kafka.version} + provided org.apache.kafka diff --git a/parent/pom.xml b/parent/pom.xml index 2880adacae..01099919c9 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -11,7 +11,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT pom EmoDB Parent @@ -20,7 +20,7 @@ scm:git:git@github.com:bazaarvoice/emodb.git scm:git:git@github.com:bazaarvoice/emodb.git scm:git:git@github.com:bazaarvoice/emodb.git - emodb-6.5.70 + emodb-6.5.101-SNAPSHOT @@ -909,6 +909,12 @@ com.fasterxml.jackson.datatype:jackson-datatype-joda io.netty:netty-all + io.dropwizard:dropwizard-metrics + org.coursera:dropwizard-metrics-datadog + com.bazaarvoice.astyanax:astyanax-core + com.bazaarvoice.emodb:emodb-job-api + org.apache.commons:commons-compress + org.apache.cassandra:cassandra-all diff --git a/plugins/pom.xml b/plugins/pom.xml index b914be9fdb..59b621664e 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -4,7 +4,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml diff --git a/pom.xml b/pom.xml index c1050fb0f4..641552bd28 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT parent/pom.xml @@ -18,7 +18,7 @@ scm:git:git@github.com:bazaarvoice/emodb.git scm:git:git@github.com:bazaarvoice/emodb.git scm:git:git@github.com:bazaarvoice/emodb.git - emodb-6.5.70 + emodb-6.5.101-SNAPSHOT diff --git a/quality/integration/pom.xml b/quality/integration/pom.xml index 0e9eafad60..e35aa9e1c9 100644 --- a/quality/integration/pom.xml +++ b/quality/integration/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../../parent/pom.xml diff --git a/quality/pom.xml b/quality/pom.xml index e19239288d..310b99a5c7 100644 --- a/quality/pom.xml +++ b/quality/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml diff --git a/queue-api/pom.xml b/queue-api/pom.xml index a81ddec761..cab1f3509d 100644 --- a/queue-api/pom.xml +++ b/queue-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml diff --git a/queue-client-common/pom.xml b/queue-client-common/pom.xml index 948e7d669b..5e1f34e53c 100644 --- a/queue-client-common/pom.xml +++ b/queue-client-common/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml diff --git a/queue-client-jersey2/pom.xml b/queue-client-jersey2/pom.xml index b13c146570..7e6db7df7a 100644 --- a/queue-client-jersey2/pom.xml +++ b/queue-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml diff --git a/queue-client/pom.xml b/queue-client/pom.xml index a11aa8d7b4..08c7be892a 100644 --- a/queue-client/pom.xml +++ b/queue-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml diff --git a/queue/pom.xml b/queue/pom.xml index 95e7d27a3d..ff16e7d38c 100644 --- a/queue/pom.xml +++ b/queue/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml diff --git a/sdk/pom.xml b/sdk/pom.xml index 436d0e627d..19cd88c80f 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml diff --git a/sor-api/pom.xml b/sor-api/pom.xml index e805413fcb..3555abc113 100644 --- a/sor-api/pom.xml +++ b/sor-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml diff --git a/sor-client-common/pom.xml b/sor-client-common/pom.xml index c1d910f199..9ab6c88559 100644 --- a/sor-client-common/pom.xml +++ b/sor-client-common/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml diff --git a/sor-client-jersey2/pom.xml b/sor-client-jersey2/pom.xml index 79c34b245e..e9054945d4 100644 --- a/sor-client-jersey2/pom.xml +++ b/sor-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml diff --git a/sor-client/pom.xml b/sor-client/pom.xml index e54e1de99c..21e751290e 100644 --- a/sor-client/pom.xml +++ b/sor-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml @@ -21,26 +21,31 @@ com.bazaarvoice.emodb emodb-common-api ${project.version} + provided com.bazaarvoice.emodb emodb-common-client ${project.version} + provided com.bazaarvoice.emodb emodb-sor-api ${project.version} + provided com.bazaarvoice.emodb emodb-sor-client-common ${project.version} + provided com.bazaarvoice.emodb emodb-common-jersey-client ${project.version} + provided @@ -89,6 +94,7 @@ javax.ws.rs jsr311-api + provided org.apache.httpcomponents diff --git a/sor/pom.xml b/sor/pom.xml index 5499b04202..b166025a7d 100644 --- a/sor/pom.xml +++ b/sor/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml @@ -211,10 +211,12 @@ com.sun.jersey jersey-client + provided io.dropwizard dropwizard-jackson + provided com.fasterxml.jackson.datatype diff --git a/table/pom.xml b/table/pom.xml index 9c42dfd21e..1205cec46f 100644 --- a/table/pom.xml +++ b/table/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml diff --git a/uac-api/pom.xml b/uac-api/pom.xml index 7966663fe0..d56009fbca 100644 --- a/uac-api/pom.xml +++ b/uac-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml diff --git a/uac-client-jersey2/pom.xml b/uac-client-jersey2/pom.xml index 162b42c53f..7c1d9a65a1 100644 --- a/uac-client-jersey2/pom.xml +++ b/uac-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml diff --git a/uac-client/pom.xml b/uac-client/pom.xml index 150342fd8d..cd0f904e5f 100644 --- a/uac-client/pom.xml +++ b/uac-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml diff --git a/web-local/pom.xml b/web-local/pom.xml index d138a96e92..4ad98d06b9 100644 --- a/web-local/pom.xml +++ b/web-local/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml diff --git a/web/pom.xml b/web/pom.xml index cbe776b28a..776c6687cc 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml @@ -718,6 +718,7 @@ stop + build diff --git a/web/src/main/java/com/bazaarvoice/emodb/web/resources/sor/DataStoreResource1.java b/web/src/main/java/com/bazaarvoice/emodb/web/resources/sor/DataStoreResource1.java index 27baf89a04..2598f9ac28 100644 --- a/web/src/main/java/com/bazaarvoice/emodb/web/resources/sor/DataStoreResource1.java +++ b/web/src/main/java/com/bazaarvoice/emodb/web/resources/sor/DataStoreResource1.java @@ -294,6 +294,7 @@ public Map getPurgeStatus(@PathParam ("table") String table, @Qu public Map getTableTemplate(@PathParam ("table") String table, @QueryParam ("debug") BooleanParam debug) { Map template = _dataStore.getTableTemplate(table); + _log.info("Hi Anana i am here"); // if debugging, sort the json result so it's easier to understand in a browser return optionallyOrdered(template, debug); } diff --git a/yum/pom.xml b/yum/pom.xml index e55f289e73..ace93b20c4 100644 --- a/yum/pom.xml +++ b/yum/pom.xml @@ -4,7 +4,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.84-SNAPSHOT + 6.5.102-SNAPSHOT ../parent/pom.xml