Adapt to core 3669 - Properties on MinMaxReactiveLimits#1376
Merged
SylvestreSakti merged 1 commit intoci/core-7.2.0-SNAPSHOTfrom Mar 20, 2026
Merged
Adapt to core 3669 - Properties on MinMaxReactiveLimits#1376SylvestreSakti merged 1 commit intoci/core-7.2.0-SNAPSHOTfrom
SylvestreSakti merged 1 commit intoci/core-7.2.0-SNAPSHOTfrom
Conversation
Signed-off-by: Olivier Perrin <olivier.perrin@rte-france.com>
SylvestreSakti
approved these changes
Mar 20, 2026
8 tasks
SylvestreSakti
added a commit
that referenced
this pull request
Mar 23, 2026
* Bump IIDM version to 1.16 in unit test files (#1343) * Rename DanglingLine to BoundaryLine (#1364) * Adapt to core 3669 - Properties on MinMaxReactiveLimits (#1376) * Minimal adaptation for sensitivity analysis with operator strategies (powsybl-core 3670) (#1375) * Adaptation for new security analysis API (powsybl-core 3789) (#1377) * Bump to powsybl-core 7.2.0-RC1 * Fix doc issue : Dangling Line to Boundary Line --------- Signed-off-by: Sylvestre Prabakaran <sylvestre.prabakaran@rte-france.com> Co-authored-by: Olivier Perrin <olivier.perrin@rte-france.com> Co-authored-by: Damien Jeandemange <damien.jeandemange@artelys.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please check if the PR fulfills these requirements
Does this PR already have an issue describing the problem?
No
What kind of change does this PR introduce?
Dependency adaptation
What is the current behavior?
What is the new behavior (if this is a feature change)?
Since powsybl/powsybl-core#3669,
MinMaxReactiveLimitsinterface extendsPropertyHolder.This PR changes
LfStaticVarCompensatorImpl'sMinMaxReactiveLimtisanonymous class to implement the properties management methods. Since there's no interest to support properties on this object in OLF, the methods throw an exception.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: