2024.Q1 Default Setting and Feature Flag Changes
Most new versions of Liferay DXP include changes to the default settings. If you rely on the defaults from your old version, you should review the changes and decide to keep the defaults from your old version or accept the new defaults. The portal.properties file describes the properties and provides examples.
Some of the changed properties are feature flags. These properties are typically added as dev feature flags before they are ready for production, but their types change as the features progress through their lifecycles.
Here are the property changes from 2023.Q4 to 2024.Q1:
| Portal Property | 2023.Q4 Default | 2024.Q1 Default |
|---|---|---|
admin.email.password.unchangeable.body | Not applicable | com/liferay/portlet/admin/dependencies/email_password_unchangeable_body.tmpl |
admin.email.password.unchangeable.subject | Not applicable | com/liferay/portlet/admin/dependencies/email_password_unchangeable_subject.tmpl |
com.liferay.portal.servlet.filters.cache.CacheFilter | true | Removed property |
counter.increment.object.field.auto.increment | Not applicable | 1 |
direct.servlet.context.reload | true | false |
dl.file.entry.processors | See setting | Removed property |
ehcache.replicator.properties.com.liferay.portal.servlet.filters.cache.CacheUtil | replicatePuts=false | Removed property |
hibernate.jdbc.batch_size | 20 | 2000 |
hot.deploy.listeners | See setting | See setting |
invoker.filter.chain.cache.query.string.ignored.keys | Not applicable | See setting |
invoker.filter.chain.cache.skip.query.string.uris | Not applicable | See setting |
layout.static.portlets.all | (Empty value) | Default removed |
locales | See setting | See setting |
module.framework.auto.deploy.dirs | See setting | See setting |
module.framework.portal.war.dir | Not applicable | ${module.framework.base.dir}/portal-war |
module.framework.properties.eclipse.bundle.setTCCL | Not applicable | false |
passwords.encryption.algorithm | PBKDF2WithHmacSHA1/160/720000 | PBKDF2WithHmacSHA1/160/1300000 |
redirect.url.protocols.allowed | Not applicable | http, https |
session.timeout.auto.extend | false | Removed property |
session.timeout.auto.extend.offset | 70 | Removed property |
spring.configs |