-
Notifications
You must be signed in to change notification settings - Fork 0
Migration guide v2.0.0
Nicolas Rol edited this page Oct 3, 2023
·
4 revisions
-
String componentId
has been added to the parameter set and is now required by various methods.
-
OmegaRefGenerator
has been renamedSynchronizedGeneratorModel
. -
GeneratorSynchronous
has been renamedSynchronousGenerator
. -
svc
has been renamedsvarc
. -
AbstractNetworkModel
has been renamedAbstractDefaultModel
. -
EquipmentBlackBoxModelModel
has been renamedEquipmentBlackBoxModel
. -
HvdcPv
has been renamedHvdcP
. -
-Model
suffix has been removed from various bbm subclasses. For instanceDefaultBusModel
has been renamedDefaultBus
.
PowSyBl-Core now only supports Java 17 and higher. Please check that your installed SDK is still compatible. If you are using Ubuntu 20.04 LTS and the preinstalled Maven version, you will need to upgrade your Maven version too at least up to a version 3.8.x.