legacy-knowledge-base
公開されました Sep. 10, 2025

Are The Layout Parallel Render Portal Properties Deprecated in Liferay 7.3?

written-by

John Park

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

Issue

  • Migrating from Liferay 7.2 to Liferay 7.4, you may notice that the layout parallel rendering properties have been deprecated. The following logging during the upgrade can be seen noting that the properties are obsolete: 
ERROR [main][VerifyProperties:163] Portal property "layout.parallel.render.enable" is obsolete
ERROR [main][VerifyProperties:163] Portal property "layout.parallel.render.thread.pool.allow.core.thread.timeout" is obsolete
ERROR [main][VerifyProperties:163] Portal property "layout.parallel.render.thread.pool.keep.alive.time" is obsolete
ERROR [main][VerifyProperties:163] Portal property "layout.parallel.render.timeout" is obsolete

Environment

  • DXP 7.3
  • DXP 7.4
  • Quarterly Release

Resolution

  • Beginning with DXP 7.3, server-side parallel rendering is no longer supported. 
  • How should I update my code?
    • Remove any properties prefixed with layout.parallel.render from your properties file.

Additional Information

did-this-article-resolve-your-issue

legacy-knowledge-base