From: FrancescoFioraEst Date: Tue, 24 Jun 2025 08:18:56 +0000 (+0100) Subject: Update docs to deprecate old abstract classes X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a3eeb81fa564b34fdf2f2d592c7e315164754a18;p=policy%2Fparent.git Update docs to deprecate old abstract classes Update docs to avoid using old abstract classes AcElementListenerV1 and AcElementListenerV2 in Intermediary. Issue-ID: POLICY-5269 Change-Id: Ifa2ddfff2dcee52021fc6e6c0493cf05817d04d6 Signed-off-by: FrancescoFioraEst --- diff --git a/docs/clamp/acm/acm-participant-guide.rst b/docs/clamp/acm/acm-participant-guide.rst index 570dbb04..63e770e3 100644 --- a/docs/clamp/acm/acm-participant-guide.rst +++ b/docs/clamp/acm/acm-participant-guide.rst @@ -519,8 +519,8 @@ Method: migrate Abstract class AcElementListenerV2 ---------------------------------- -This abstract class is introduced to help to maintain temporarily the java backward compatibility with AutomationCompositionElementListener implemented in 8.0.0 version. -So developers can decide to align to new functionality later. Any new functionality in the future will be wrapped by this class. +This abstract class is deprecated and it will be removed in the next release. +It was introduced to help to maintain temporarily the java backward compatibility with AutomationCompositionElementListener implemented in 8.0.0 version. The Abstract class AcElementListenerV2 supports the follow methods. @@ -648,8 +648,8 @@ Method: migrate and migratePrecheck Abstract class AcElementListenerV1 ---------------------------------- -This abstract class is introduced to help to maintain temporarily the java backward compatibility with AutomationCompositionElementListener implemented in 7.1.0 version. -So developers can decide to align to new functionality later. Any new functionality in the future will be wrapped by this class. +This abstract class is deprecated and it will be removed in the next release. +It was introduced to help to maintain temporarily the java backward compatibility with AutomationCompositionElementListener implemented in 7.1.0 version. The Abstract class AcElementListenerV1 supports the follow methods. @@ -1221,7 +1221,7 @@ Please refer the following table for the state change reversion that happens in ================== ================== **Error Scenario** **State Reverted** ================== ================== -Prime fails Commissoned +Prime fails Commissioned Deprime fails Primed