This internal enumeration is now expandable. An example can be found in Expanded...DefDO
in bakery.customization-app.
To enable this extension, the interface ChargeTypeDefDOEnumInterface
has been created. All previous API methods within the IOM have been changed to use the new interface.
Consider to change your implementations to use this interface.
In prior projects it was possible to define deployment artifacts as singleton-deployments by defining singleton-deployment.xml.
Since IOM is not using WildFly mechanisms any longer to define singleton applications, the new mechanism has to be used. See Guide - IOM Standard Project Structure 3.X#Customdeploymentartifacts for more details.