Skip to content

Commit 692721b

Browse files
markusthoemmesrabbah
authored andcommitted
Remove old invoker code and refactor accordingly. (#2602)
- Refactoring the invoker for better encapsulation and separation of concerns in its packages. - Removing Dispatcher. - Remove unused properties from the deployment manifests. - Add error handling for terminal failures
1 parent a7198f2 commit 692721b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/src/test/scala/actionContainers/ActionContainer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ object ActionContainer {
159159
}
160160

161161
private def syncPost(host: String, port: Int, endPoint: String, content: JsValue): (Int, Option[JsObject]) = {
162-
whisk.core.container.HttpUtils.post(host, port, endPoint, content)
162+
whisk.core.containerpool.docker.HttpUtils.post(host, port, endPoint, content)
163163
}
164164

165165
private class ActionContainerImpl() extends ActionContainer {

0 commit comments

Comments
 (0)