From 2c6893828cc1feadac205b4a4997e0db024b7e8a Mon Sep 17 00:00:00 2001 From: Marcus Williams Date: Mon, 13 Aug 2018 22:32:14 +0000 Subject: Updated git submodules Project: so master a75f148c46a932796312dd83c9b12d30e415d2e3 Merge "Fix for NullPointerException in Pnf" Fix for NullPointerException in Pnf - Fix: Since lambda expressions are evaluated lazily, Camunda flow results in an NPE being thrown if RuntimeService is not acquired as part of invoking thread. - Modified integration test CreateAndActivatePnfResourceTest to verify the fix. Change-Id: I683a8400c81b2edd9d55f2a1d4121a4fdbdf820c Issue-ID: SO-722 Signed-off-by: Michal Kabaj --- docs/submodules/so.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/so.git b/docs/submodules/so.git index fee9fc95c..a75f148c4 160000 --- a/docs/submodules/so.git +++ b/docs/submodules/so.git @@ -1 +1 @@ -Subproject commit fee9fc95c8b56495463cd2e909b562a226d329f0 +Subproject commit a75f148c46a932796312dd83c9b12d30e415d2e3 -- cgit 1.2.3-korg