-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update powsyblcore dependency to 6.1.0 #363
Conversation
fe8deb4
to
8ae45cb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small adjustments needed and the branch need to be rebased on main. But looks good to me mostly.
Coverage can also probably be upped to 80%.
...k-store-iidm-impl/src/main/java/com/powsybl/network/store/iidm/impl/SwitchPathValidator.java
Show resolved
Hide resolved
…or internalconnections Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
…+ replaced switch by java17 enhanced switch Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
…ency Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
…ssing author and licence Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
49dc453
to
8c501f4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't tested the new implementation in TerminalImpl
but it looks ok, I suggested some small changes. I will test more with the migration of Gridsuite to this version.
...re-model/src/main/java/com/powsybl/network/store/model/TwoWindingsTransformerAttributes.java
Outdated
Show resolved
Hide resolved
...-model/src/main/java/com/powsybl/network/store/model/ThreeWindingsTransformerAttributes.java
Outdated
Show resolved
Hide resolved
network-store-model/src/main/java/com/powsybl/network/store/model/LineAttributes.java
Outdated
Show resolved
Hide resolved
...-store-iidm-impl/src/test/java/com/powsybl/network/store/iidm/impl/tck/MergeNetworkTest.java
Outdated
Show resolved
Hide resolved
network-store-iidm-impl/src/main/java/com/powsybl/network/store/iidm/impl/TerminalImpl.java
Outdated
Show resolved
Hide resolved
network-store-iidm-impl/src/main/java/com/powsybl/network/store/iidm/impl/TerminalImpl.java
Outdated
Show resolved
Hide resolved
...idm-impl/src/main/java/com/powsybl/network/store/iidm/impl/ThreeWindingsTransformerImpl.java
Outdated
Show resolved
Hide resolved
...l/src/main/java/com/powsybl/network/store/iidm/impl/extensions/OperatingStatusAdderImpl.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
network-store-iidm-impl/src/main/java/com/powsybl/network/store/iidm/impl/NetworkImpl.java
Show resolved
Hide resolved
Co-authored-by: Antoine Bouhours <123802855+antoinebhs@users.noreply.github.com> Signed-off-by: Nicolas Rol <135979730+rolnico@users.noreply.github.com>
network-store-client/src/main/java/com/powsybl/network/store/client/RestClientImpl.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
...l/src/main/java/com/powsybl/network/store/iidm/impl/extensions/OperatingStatusAdderImpl.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Antoine Bouhours <123802855+antoinebhs@users.noreply.github.com> Signed-off-by: Nicolas Rol <135979730+rolnico@users.noreply.github.com>
...l/src/main/java/com/powsybl/network/store/iidm/impl/extensions/OperatingStatusAdderImpl.java
Outdated
Show resolved
Hide resolved
...l/src/main/java/com/powsybl/network/store/iidm/impl/extensions/OperatingStatusAdderImpl.java
Outdated
Show resolved
Hide resolved
...l/src/main/java/com/powsybl/network/store/iidm/impl/extensions/OperatingStatusAdderImpl.java
Outdated
Show resolved
Hide resolved
...in/java/com/powsybl/network/store/iidm/impl/extensions/OperatingStatusAdderImplProvider.java
Outdated
Show resolved
Hide resolved
...in/java/com/powsybl/network/store/iidm/impl/extensions/OperatingStatusAdderImplProvider.java
Outdated
Show resolved
Hide resolved
...m-impl/src/main/java/com/powsybl/network/store/iidm/impl/extensions/OperatingStatusImpl.java
Outdated
Show resolved
Hide resolved
...m-impl/src/main/java/com/powsybl/network/store/iidm/impl/extensions/OperatingStatusImpl.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
Co-authored-by: Antoine Bouhours <123802855+antoinebhs@users.noreply.github.com> Signed-off-by: Nicolas Rol <135979730+rolnico@users.noreply.github.com>
Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
Quality Gate failedFailed conditions 66.5% Coverage on New Code (required ≥ 80%) |
Please check if the PR fulfills these requirements
Does this PR already have an issue describing the problem?
What kind of change does this PR introduce?
Dependency upgrade + bug fix
What is the current behavior?
PowSyBl-Network-store used powsybl-core v6.0.2
Terminals connect and disconnect methods were not consistent with the methods implemented in Core
What is the new behavior (if this is a feature change)?
Powsybl-core v6.1.0 is now used.
Terminals connect and disconnect methods are now consistent with the methods implemented in Core and tests are fixed.
Does this PR introduce a breaking change or deprecate an API?
If yes, please check if the following requirements are fulfilled
What changes might users need to make in their application due to this PR? (migration steps)
Other information: