From fa9b1942bf51a3301398be5fdc8f18bf3d9485ff Mon Sep 17 00:00:00 2001 From: HÃ¥kon Hallingstad Date: Mon, 22 Jan 2018 15:44:14 +0100 Subject: Redefine task and its context After discussions with bratseth, we'll not organize tasks in a tree structure, and instead have tasks mostly 1:1 with components. Tasks are put in chains, and may have ordering constraints between them that the chain resolves. The FileSystem API has been removed and instead use the raw java NIO FileSystem, and use Jimfs to mock FileSystem in tests. NodeAdminStateUpdater has been made an interface, since the HTTP request handler needs to delegate to it when getting requests. Much of the public HTTP API will get internalized with standalone NodeAdmin. --- parent/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'parent/pom.xml') diff --git a/parent/pom.xml b/parent/pom.xml index de02f5085ea..46b8c90baef 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -606,6 +606,12 @@ 1.9.5 test + + com.google.jimfs + jimfs + 1.1 + test + org.osgi org.osgi.compendium -- cgit v1.2.3