From c1dec4006260080a561a8bc9f36bbc0184d7d59b Mon Sep 17 00:00:00 2001 From: William Reehil Date: Wed, 26 Aug 2020 12:38:07 +0000 Subject: [PATCH] Update git submodules * Update kubernetes/aai from branch 'master' to d1b50c9c6c2c2d4452483da67729298e5953a2db - Merge "AAI-2958 Fix data-router in crash loopback state when there is no internet access" - AAI-2958 Fix data-router in crash loopback state when there is no internet access The problem is due to the fact in the data-router-oxm.xml file was referencing spring-context-4.2.xsd but it's not part of the spring-context-.jar. Therefore, it needs to reach out to the internet to download the internet. And in spring 5, it started to use versionless spring-context.xsd and it's part of spring-context-5.1.13.jar (which is packaged in data-router 1.6.2). The fix is to update data-router-oxm.xml to use the versionless spring-context.xsd (and it's only accessible via https). Change-Id: Icf62978b73ae097fc3bcbaf3e96a8f63706dc4fc Signed-off-by: Prudence Au Issue-ID: AAI-2958 --- kubernetes/aai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/aai b/kubernetes/aai index 5071da297b..d1b50c9c6c 160000 --- a/kubernetes/aai +++ b/kubernetes/aai @@ -1 +1 @@ -Subproject commit 5071da297b9e7f58c796bad7d4ae1e3415a039c4 +Subproject commit d1b50c9c6c2c2d4452483da67729298e5953a2db -- 2.16.6