Capability

Personalization

Liferay provides powerful out-of-the-box features for building and delivering personalized experiences to users. Personalization features empower you to deliver novel site experiences that differ based on defined user segments, design and execute A/B Tests, and more.

Feature
Deployment Approach
Unminified CSS
Issue Steps to reproduce: 1. Take Liferay DXP 7.2  fix-pack-20 2. Add the below properties in portal-ext.properties: minifier.enabled=true theme.css.fast.load=true javascript.fast.load=true 3. Inspect the page and...
Does the Timezone Needs to be Converted Manually When Fetching Database Entries Programmatically?
Issue We changed the default timezone by doing the following: 1. Instance settings > localization > time zone > change to eastern daylight time 2. User Account settings > preferences > display settings > change to...
Upgrade fails for class 'RadioDDMFormFieldTypeReportProcessor' resulting in NullPointerException
Issue The upgrade is failing from Liferay DXP 7.1 FixPack 21 to Liferay-dxp-2023.q4.4 resulting in the below error: Caused by: java.lang.NullPointerException at...
How to Have the Deploy Folder in the initcontainer Persist to be Available to the Container
Issue Is there a way for the deploy folder created in the initcontainer to persist and be available to the container? Environment DXP 7.4 Resolution A potential solution would be to use a shared volume between the...
Cookie consent persistence: how to check the history of responses?
Issue We have enabled Liferay's cookie consent banner for our site. Could you please guide us on where to locate the log of cookies accepted by our site visitors? Environment DXP 7.4+ Quarterly Release 2023.Q4...
Custom portlets are not logging correctly with SLF4J
Issue Custom plugins (portlets and hooks) are not properly logging with SLF4J implemented, with no log4j2 configurations changed from previous Liferay versions to 7.4 or Quarterly Release. Environment DXP 7.4 Quarterly...
Getting 'unsatisfied references' error after JAR deployment
Issue When creating a service builder project and after deploying the Jars files, it shows the unsatisfied references'' in the GOGO shell. Steps to reproduce: Start the server. Deploy the JAR file. Navigate to...
Not able to configure logging
Issue Our previous configurations for logging are no longer working after upgrading to Liferay's Quarterly Releases. This was previously working in DXP 7.3. When we redeploy a module, the module completely stops...