<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Asset Publisher Fragment Upgrade to DXP 7.2 Issues</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=119988339" />
  <subtitle>Asset Publisher Fragment Upgrade to DXP 7.2 Issues</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=119988339</id>
  <updated>2026-04-07T07:46:13Z</updated>
  <dc:date>2026-04-07T07:46:13Z</dc:date>
  <entry>
    <title>RE: Asset Publisher Fragment Upgrade to DXP 7.2 Issues</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120015924" />
    <author>
      <name>Alejandro Roiz</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120015924</id>
    <updated>2020-09-28T13:11:18Z</updated>
    <published>2020-09-28T13:11:18Z</published>
    <summary type="html">Hey Alberto!&lt;br /&gt;We have already executed the Liferay Upgrade planner, and sadly, it does not resolve this kind of issues. Afaik, the Liferay Upgrade planner only executed a task to eliminate the versioning number and to try and bring the new dependencies, with some issues itself.&lt;br /&gt;At the end of the day we ended up using the  Liferay Upgrade Planner until it functionality came to an end and started upgrading manually, when we found out this issue.&lt;br /&gt;&lt;br /&gt;Thanks for the information provided, I&amp;#39;ll comment again when we end up upgrading our module.</summary>
    <dc:creator>Alejandro Roiz</dc:creator>
    <dc:date>2020-09-28T13:11:18Z</dc:date>
  </entry>
  <entry>
    <title>RE: Asset Publisher Fragment Upgrade to DXP 7.2 Issues</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120015198" />
    <author>
      <name>Alberto Chaparro</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120015198</id>
    <updated>2020-09-28T09:38:20Z</updated>
    <published>2020-09-28T09:38:20Z</published>
    <summary type="html">Hi Alejandro,&lt;br /&gt;&lt;br /&gt;I think this wasn&amp;#39;t detected as a breaking change because it is part of the web module, not the API. Anyway, you are right and we should offer an easier path to upgrade this. Please check the following example to know how to upgrade your code:&lt;br /&gt;&lt;a href="https://github.com/liferay/liferay-portal/blob/ded0e9390637985231e962e4ad4cfa4639eabb26/modules/apps/asset/asset-publisher-web/src/main/java/com/liferay/asset/publisher/web/internal/portlet/action/AssetPublisherConfigurationAction.java#L143"&gt;https://github.com/liferay/liferay-portal/blob/ded0e9390637985231e962e4ad4cfa4639eabb26/modules/apps/asset/asset-publisher-web/src/main/java/com/liferay/asset/publisher/web/internal/portlet/action/AssetPublisherConfigurationAction.java#L143&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/a&gt;Also, have you tried the Liferay Upgrade Planner, it probably resolves this kind of issues.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Let us know if you get to upgrade your code.</summary>
    <dc:creator>Alberto Chaparro</dc:creator>
    <dc:date>2020-09-28T09:38:20Z</dc:date>
  </entry>
  <entry>
    <title>Asset Publisher Fragment Upgrade to DXP 7.2 Issues</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=119988338" />
    <author>
      <name>Alejandro Roiz</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=119988338</id>
    <updated>2020-09-23T13:56:48Z</updated>
    <published>2020-09-23T13:56:48Z</published>
    <summary type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;Hello Liferay CommunityForums!&lt;br&gt;&lt;br&gt;Has anyone here have any experience with upgrading an Asset Publisher Web Fragment from DXP 7.0 to DXP 7.2? I’m running into issues with dependencies and non-documente changes in the API, at the moment more specifically im having trouble initializing the&amp;nbsp;&lt;pre&gt;&lt;code&gt;AssetPublisherDisplayContext&lt;/code&gt;&lt;/pre&gt;&amp;nbsp; due to the massive change in parameters it underwent through.I am providing a link to the 7.0 and 7.2 source codes so you guys know to which specific class, constructor and change I’m referring to.&lt;br&gt;&lt;br&gt;7.0 Source code (&lt;a href="https://github.com/liferay/liferay-portal/blob/6b14c8e0496926309a5fac347cb2d342d7412c1f/modules/apps/web-experience/asset/asset-publisher-web/src/main/java/com/liferay/asset/publisher/web/display/context/AssetPublisherDisplayContext.java#L100"&gt;https://github.com/liferay/liferay-portal/blob/6b14c8e0496926309a5fac347cb2d342d7412c1f/modules/apps/web-experience/asset/asset-publisher-web/src/main/java/com/liferay/asset/publisher/web/display/context/AssetPublisherDisplayContext.java#L100&lt;/a&gt;)&lt;br&gt;7.2 Source code (&lt;a href="https://github.com/liferay/liferay-portal/blob/ded0e9390637985231e962e4ad4cfa4639eabb26/modules/apps/asset/asset-publisher-web/src/main/java/com/liferay/asset/publisher/web/internal/display/context/AssetPublisherDisplayContext.java#L125"&gt;https://github.com/liferay/liferay-portal/blob/ded0e9390637985231e962e4ad4cfa4639eabb26/modules/apps/asset/asset-publisher-web/src/main/java/com/liferay/asset/publisher/web/internal/display/context/AssetPublisherDisplayContext.java#L125&lt;/a&gt;)&lt;/body&gt;&lt;/html&gt;</summary>
    <dc:creator>Alejandro Roiz</dc:creator>
    <dc:date>2020-09-23T13:56:48Z</dc:date>
  </entry>
</feed>
