-
Type:
Bug
-
Status: Closed
-
Resolution: Inactive
-
Affects Version/s: 7.3.10 DXP GA1
-
Fix Version/s: None
-
Component/s: Application Security > SAML
-
Labels:None
The version of portal-kernel is 9.8.0 when released DXP 7.3.10 GA1, But now it's 9.13.3. So if I change it to 9.8.0 in saml-impl and generated saml LPKG and deploy it to DXP 7.3.10 GA1, It will get the compile error like below.
[exec] > Task :dxp:apps:saml:saml-api:deployConfigs NO-SOURCE [exec] /opt/dev/projects/github/liferay-portal-7.3.x/modules/dxp/apps/saml/saml-impl/src/main/java/com/liferay/saml/runtime/internal/servlet/filter/SamlSameSiteLaxCookiesFilter.java:20: error: package com.liferay.portal.kernel.resource.bundle does not exist [exec] import com.liferay.portal.kernel.resource.bundle.ResourceBundleLoader; [exec] ^ [exec] /opt/dev/projects/github/liferay-portal-7.3.x/modules/dxp/apps/saml/saml-impl/src/main/java/com/liferay/saml/runtime/internal/servlet/filter/SamlSameSiteLaxCookiesFilter.java:172: error: cannot find symbol [exec] private volatile ResourceBundleLoader _resourceBundleLoader; [exec] ^ [exec] symbol: class ResourceBundleLoader [exec] location: class SamlSameSiteLaxCookiesFilter [exec] 2 errors [exec] [exec] > Task :dxp:apps:saml:saml-impl:compileJava FAILED
If I change to default(is 9.13.3) will compile successfully, but can't deploy to DXP 7.3.10 GA1, It will get dependency issue like
this,
And I found our changes about kernel is here.
https://github.com/brianchandotcom/liferay-portal-ee/commit/c511093e3c4ffcb5cc842743c4d268142fb5ffee#diff-a97b063865d469727c798026e3c8de239249dbb83c992cde1146f60eaf0a5e57.
So the SAML version is incompatible with 7310 DXP GA1.