From 312cf9b20a578870cc1efefc3225a51adfd5bb78 Mon Sep 17 00:00:00 2001 From: cdanger Date: Sun, 27 Oct 2019 00:39:43 +0200 Subject: [PATCH] Added MIGRATION.md to help migrate from < 14.x version to 14.x --- MIGRATION.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 MIGRATION.md diff --git a/MIGRATION.md b/MIGRATION.md new file mode 100644 index 00000000..76d1e17b --- /dev/null +++ b/MIGRATION.md @@ -0,0 +1,5 @@ +## Migration from v13.x to v14.x +- Make sure all your custom PolicyProviders implement the new PolicyProvider interfaces, i.e. BaseStaticPolicyProvider or, as fallback option, CloseableStaticPolicyProvider +- Modify the PDP configuration (XML): + - Merge 'rootPolicyProvider' and 'refPolicyprovider' into one 'policyProvider' using the new 'StaticPolicyProvider' type if you were using 'StaticRefPolicyprovider' or 'StaticRootPolicyProvider', else your new custom PolicyProvider types if you were using custom ones. + - Add 'rootPolicyRef' element with policyId of the root policy. \ No newline at end of file -- GitLab