2026.Q2 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, review the changes and decide to accept the new defaults or keep the defaults from your old version. 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 life cycles.
Here are the property changes from 2026.Q1 to 2026.Q2:
| Portal Property | 2026.Q1 Default | 2026.Q2 Default |
|---|---|---|
company.default.name | Liferay DXP | Liferay |
dsr.dev.env.enabled | Not applicable | true |
jsonws.web.service.parameter.type.whitelist.class.names | See setting | See setting |
layout.friendly.url.public.servlet.mapping.enabled | Not applicable | true |
upgrade.log.progress.interval | Not applicable | 300000 |
Added Feature Flag Properties
Here are the feature flag properties that were added to portal.properties in 2026.Q2:
| Feature Flag Property | Default Value |
|---|---|
feature.flag.LPD-6252 | false |
feature.flag.LPD-39244 | false |
feature.flag.LPD-44507 | false |
feature.flag.LPD-49855 | false |
feature.flag.LPD-57283 | false |
feature.flag.LPD-66359.dependencies | LPD-35443 |
feature.flag.LPD-66359.type | beta |
feature.flag.LPD-68748 | false |
feature.flag.LPD-75064 | false |
feature.flag.LPD-75671 | false |
feature.flag.LPD-75671.type | beta |
feature.flag.LPD-82107 | false |
feature.flag.LPD-82301 | true |
feature.flag.LPD-82301.type | deprecation |
feature.flag.LPD-82960 | false |
feature.flag.LPD-82960.type | release |
feature.flag.LPD-84028 | false |
feature.flag.LPD-84028.type | beta |
feature.flag.LPD-86164 | false |
Removed Feature Flag Properties
Here are the feature flag properties that were removed from portal.properties in 2026.Q2:
| Feature Flag Property | Previous Default Value |
|---|---|
feature.flag.LPD-36105 | false |
feature.flag.LPD-36105.type | beta |
feature.flag.LPD-39437 | false |
feature.flag.LPD-39437.type | release |
feature.flag.LPD-75032 | false |
feature.flag.LPD-75032.type | beta |
Changed Default Feature Flag Properties
Here are the feature flag properties that have changed default values from 2026.Q1 to 2026.Q2:
| Feature Flag Property | 2026.Q1 Default | 2026.Q2 Default |
|---|---|---|
feature.flag.LPD-11235 | false | true |
feature.flag.LPD-17564.dependencies | LPD-11235,LPD-34594 | LPD-34594 |
Feature Flag Type Changes
Here are the feature flag properties that changed from one type to another in 2026.Q2:
| Feature Flag Property | 2026.Q1 Type | 2026.Q2 Type |
|---|---|---|
feature.flag.LPD-11235.type | release | deprecation |