You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/11/08 14:53:39 UTC

[GitHub] csantanapr closed pull request #303: Rename the package into org.apache.openwhisk.

csantanapr closed pull request #303: Rename the package into org.apache.openwhisk.
URL: https://github.com/apache/incubator-openwhisk-package-kafka/pull/303
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/tests/src/test/scala/system/health/BasicHealthTest.scala b/tests/src/test/scala/system/health/BasicHealthTest.scala
index 949bce6..c83f146 100644
--- a/tests/src/test/scala/system/health/BasicHealthTest.scala
+++ b/tests/src/test/scala/system/health/BasicHealthTest.scala
@@ -28,7 +28,7 @@ import org.scalatest.{BeforeAndAfterAll, FlatSpec, Inside, Matchers}
 import spray.json.DefaultJsonProtocol._
 import spray.json._
 import system.utils.KafkaUtils
-import whisk.utils.retry
+import org.apache.openwhisk.utils.retry
 
 import scala.concurrent.duration.DurationInt
 import scala.language.postfixOps
diff --git a/tests/src/test/scala/system/packages/MessageHubFeedTests.scala b/tests/src/test/scala/system/packages/MessageHubFeedTests.scala
index 4263a1d..a847aae 100644
--- a/tests/src/test/scala/system/packages/MessageHubFeedTests.scala
+++ b/tests/src/test/scala/system/packages/MessageHubFeedTests.scala
@@ -37,7 +37,7 @@ import common.WskProps
 import common.WskTestHelpers
 import ActionHelper._
 import common.TestUtils.NOT_FOUND
-import whisk.utils.retry
+import org.apache.openwhisk.utils.retry
 
 @RunWith(classOf[JUnitRunner])
 class MessageHubFeedTests
diff --git a/tests/src/test/scala/system/packages/MessageHubMultiWorkersTest.scala b/tests/src/test/scala/system/packages/MessageHubMultiWorkersTest.scala
index baedd0c..a73bf49 100644
--- a/tests/src/test/scala/system/packages/MessageHubMultiWorkersTest.scala
+++ b/tests/src/test/scala/system/packages/MessageHubMultiWorkersTest.scala
@@ -34,9 +34,9 @@ import common.WskProps
 import common.WskTestHelpers
 import spray.json.DefaultJsonProtocol._
 import spray.json._
-import whisk.core.WhiskConfig
-import whisk.core.database.test.ExtendedCouchDbRestClient
-import whisk.utils.{JsHelpers, retry}
+import org.apache.openwhisk.core.WhiskConfig
+import org.apache.openwhisk.core.database.test.ExtendedCouchDbRestClient
+import org.apache.openwhisk.utils.{JsHelpers, retry}
 
 import scala.concurrent.Await
 
diff --git a/tests/src/test/scala/system/packages/MessageHubProduceTests.scala b/tests/src/test/scala/system/packages/MessageHubProduceTests.scala
index 4ba4064..2e6761a 100644
--- a/tests/src/test/scala/system/packages/MessageHubProduceTests.scala
+++ b/tests/src/test/scala/system/packages/MessageHubProduceTests.scala
@@ -42,7 +42,7 @@ import spray.json._
 import java.util.Base64
 import java.nio.charset.StandardCharsets
 
-import whisk.utils.retry
+import org.apache.openwhisk.utils.retry
 
 @RunWith(classOf[JUnitRunner])
 class MessageHubProduceTests
diff --git a/tests/src/test/scala/system/utils/KafkaUtils.scala b/tests/src/test/scala/system/utils/KafkaUtils.scala
index e01c715..dae3dcf 100644
--- a/tests/src/test/scala/system/utils/KafkaUtils.scala
+++ b/tests/src/test/scala/system/utils/KafkaUtils.scala
@@ -30,14 +30,14 @@ import scala.collection.mutable.ListBuffer
 import spray.json.DefaultJsonProtocol._
 import spray.json._
 import system.packages.ActionHelper._
-import whisk.utils.JsHelpers
+import org.apache.openwhisk.utils.JsHelpers
 
 import scala.concurrent.duration.DurationInt
 import scala.language.postfixOps
 import common.TestHelpers
 import common.TestUtils
 import common.WskTestHelpers
-import whisk.utils.retry
+import org.apache.openwhisk.utils.retry
 
 trait KafkaUtils extends TestHelpers with WskTestHelpers {
     lazy val messageHubProps = KafkaUtils.initializeMessageHub()


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services