Legacy Knowledge Base
Published Jul. 2, 2025

Checking the different fixes between two hotfixes

Written By

István Gergely-Tárnoki

How To articles are not official guidelines or officially supporteddocumentation. They are community-contributed content and may not alwaysreflect the latest updates to Liferay DXP. We welcome your feedback toimprove How to articles!

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

Legacy Article

You are viewing an article from our legacy "FastTrack"publication program, made available for informational purposes. Articlesin this program were published without a requirement for independentediting or verification and are provided "as is" withoutguarantee.

Before using any information from this article, independently verify itssuitability for your situation and project.

Issue

  • We have two hotfixes and we would like to know the difference between them
  • How can we check the common and different fixes within those hotfixes?

Environment

  • Liferay Portal 6.2
  • Liferay DXP 7.0+

Resolution

  • Run a diff tool against the fixpack_documentation.xml files in those hotfixes and check the <fixed-issues> part
  • Or use Patching Tool:
    1. Get a Patching tool
    2. Put the first hotfix in the 'Patches' folder
    3. Run the patching tool's store add 1 command, this will create a folder called '1' with the content of the hotfix
    4. Delete the hotfix from the 'Patches' folder
    5. Put the second hotfix in the 'Patches' folder
    6. Run the patching tool's store add 2 command, this will create a folder called '2' with the content of that hotfix
    7. Then run the patching tool's diff fixed-issues 1 2 command and it will list all the fixes that are common and different in those hotfixes

Additional Information

  •  Please note that Liferay 6.2 hotfixes usually contain the official fix pack in them, therefore you'll see more fixes compared to the DXP ones
  • For more information please check Method to diff two Liferay Fix Packs

 

Did this article resolve your issue ?

Legacy Knowledge Base