powsybl / powsybl-afs

AFS modules for powsybl
Mozilla Public License 2.0
3 stars 1 forks source link

Delete AppDataBean ComputationManager fields to use those in AppData #152

Closed CR36053T closed 2 months ago

CR36053T commented 3 months ago

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? Feature

What is the current behavior? The only way to reinitialize the connection manager is to call clean() and init() but these methods also reinitialize other backend connections (Cassandra ...)

What is the new behavior (if this is a feature change)? The existing clean() and init() methods are still there. A new method reinitComputationManager() is added to reinitialize the computation manager alone without impacting other backend

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:

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud