The fields PORTLET_ID and MESSAGE_LISTENER_CLASS_NAME are deprecated in the new versions of this library.
What are the two fields functionally equivalent in the new versions?
IDE: LiferayProjectSDKwithDevStudioCommunityEdition-201910152009-windows-installer.exe
Liferay version: liferay-ce-portal-7.3.0-ga1
Windows 10 64-bit build 1909 on VMWare Workstation Pro 15.5.1 on Linux Mint Cinnamon 64-bit 19.3 Tricia.
<dependency>
<groupId>com.liferay.portal</groupId>
<artifactId>com.liferay.portal.kernel</artifactId>
<version>5.3.0</version>
<scope>provided</scope>
</dependency>
https://docs.liferay.com/ce/portal/7.1-latest/javadocs/portal-kernel/
https://docs.liferay.com/portal/7.0/javadocs/portal-kernel/deprecated-list.html
I have a multitude of errors in the program. How do I know all the deprecated words with what should be replaced?