Feature: #86076 - New API for UpgradeWizards

See forge#86076

Description

Up until now the UpgradeWizards were based on an abstract class AbstractUpdate. An interface based API has been introduced. This API is currently internal and will be refined by using it in the core update wizards. Once it is stabilized it will be made public and official.

Currently the API contains of

  • UpgradeWizardInterface - main interface for UpgradeWizards

  • RepeatableInterface - semantic interface to denote wizards that can be repeated

  • ChattyInterface - interface for wizards generating output

  • ConfirmableInterface - interface for wizards that need user confirmation

Impact

The new interface classes are available in the core and will be used in the core update wizards as a next step. They should not yet be used by third parties.