Skip to content
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 Powsybl-core dependency to 6.1.2 #141

Merged
merged 5 commits into from
Feb 13, 2024
Merged

Conversation

rolnico
Copy link
Member

@rolnico rolnico commented Feb 13, 2024

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Does this PR already have an issue describing the problem?
No

What kind of change does this PR introduce?
Dependency update

What is the current behavior?
AFS was using powsybl-core 5.3

What is the new behavior (if this is a feature change)?
AFS is now using powsybl-core 6.1.2

Does this PR introduce a breaking change or deprecate an API?

  • Yes
  • No

If yes, please check if the following requirements are fulfilled

  • The Breaking Change or Deprecated label has been added
  • The migration steps are described in the following section

What changes might users need to make in their application due to this PR? (migration steps)

Other information:

Signed-off-by: Nicolas Rol <[email protected]>
Signed-off-by: Nicolas Rol <[email protected]>
Signed-off-by: Nicolas Rol <[email protected]>
Signed-off-by: Nicolas Rol <[email protected]>
@rolnico rolnico requested a review from EtienneLt February 13, 2024 15:18
@rolnico rolnico self-assigned this Feb 13, 2024
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
78.3% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

@rolnico rolnico merged commit 8cee915 into nro/java17 Feb 13, 2024
5 of 6 checks passed
@rolnico rolnico deleted the nro/powsyblcore_61 branch February 13, 2024 15:40
rolnico added a commit that referenced this pull request Feb 13, 2024
* powsybl-core 6.1

Signed-off-by: Nicolas Rol <[email protected]>

* solve issues

Signed-off-by: Nicolas Rol <[email protected]>

* SECURITY_PATTERN

Signed-off-by: Nicolas Rol <[email protected]>

* taskmonitor coverage

Signed-off-by: Nicolas Rol <[email protected]>

* remove test on different types

Signed-off-by: Nicolas Rol <[email protected]>

---------

Signed-off-by: Nicolas Rol <[email protected]>
rolnico added a commit that referenced this pull request Feb 13, 2024
* update springboot to v2.7.18

Signed-off-by: Nicolas Rol <[email protected]>

* update jackson to 2.15.2

Signed-off-by: Nicolas Rol <[email protected]>

* update guava to 32.1.2-jre

Signed-off-by: Nicolas Rol <[email protected]>

* update autoservice to 1.1.1

Signed-off-by: Nicolas Rol <[email protected]>

* update assertj to 3.24.2

Signed-off-by: Nicolas Rol <[email protected]>

* update jimfs to 1.3.0

Signed-off-by: Nicolas Rol <[email protected]>

* update maven core to 3.8.5

Signed-off-by: Nicolas Rol <[email protected]>

* update slf4j to 2.0.9

Signed-off-by: Nicolas Rol <[email protected]>

* update groovy to 4.0.14

Signed-off-by: Nicolas Rol <[email protected]>

* update arquillianbom to 1.5.0.Final

Signed-off-by: Nicolas Rol <[email protected]>

* upgrade junit to 5.10.0

Signed-off-by: Nicolas Rol <[email protected]>

* test arquillian, resteasy and wildfly update

Signed-off-by: Nicolas Rol <[email protected]>

* javaee to jakarta update

Signed-off-by: Nicolas Rol <[email protected]>

* javaee to jakarta update continued

Signed-off-by: Nicolas Rol <[email protected]>

* javaee to jakarta update continued

Signed-off-by: Nicolas Rol <[email protected]>

* some dependencies update

Signed-off-by: Nicolas Rol <[email protected]>

* shrinkwrap + beans.xml + arquillian.xml update

Signed-off-by: Nicolas Rol <[email protected]>

* shrinkwrap + beans.xml + arquillian.xml update

Signed-off-by: Nicolas Rol <[email protected]>

* powsybl-parent update to v15

Signed-off-by: Nicolas Rol <[email protected]>

* maven tests

Signed-off-by: Nicolas Rol <[email protected]>

* update

Signed-off-by: Nicolas Rol <[email protected]>

* AppStorageServerTest commented and disabled

Signed-off-by: Nicolas Rol <[email protected]>

* CI update

Signed-off-by: Nicolas Rol <[email protected]>

* CI update 2

Signed-off-by: Nicolas Rol <[email protected]>

* test commented

Signed-off-by: Nicolas Rol <[email protected]>

* try with resources

Signed-off-by: Nicolas Rol <[email protected]>

* code cleaning

Signed-off-by: Nicolas Rol <[email protected]>

* code cleaning instanceof

Signed-off-by: Nicolas Rol <[email protected]>

* removed public identifiers

Signed-off-by: Nicolas Rol <[email protected]>

* new switch format

Signed-off-by: Nicolas Rol <[email protected]>

* replace generic types

Signed-off-by: Nicolas Rol <[email protected]>

* mvnw file added

Signed-off-by: Nicolas Rol <[email protected]>

* mvnw.cmd file added

Signed-off-by: Nicolas Rol <[email protected]>

* add test

Signed-off-by: Nicolas Rol <[email protected]>

* DoubleDataChunkSerializer coverage

Signed-off-by: Nicolas Rol <[email protected]>

* StringDataChunkSerializer coverage

Signed-off-by: Nicolas Rol <[email protected]>

* modify assertions

Signed-off-by: Nicolas Rol <[email protected]>

* coverage on data source

Signed-off-by: Nicolas Rol <[email protected]>

* add SocketsUtilsTest

Signed-off-by: Nicolas Rol <[email protected]>

* RemoteTaskMonitor coverage

Signed-off-by: Nicolas Rol <[email protected]>

* SoutTaskListener coverage

Signed-off-by: Nicolas Rol <[email protected]>

* issue

Signed-off-by: Nicolas Rol <[email protected]>

* AppDataWrapperTest tests now with Junit assertions

Signed-off-by: Nicolas Rol <[email protected]>

* README update with Maven Wrapper information

Signed-off-by: Nicolas Rol <[email protected]>

* param descriptions

Signed-off-by: Nicolas Rol <[email protected]>

* param descriptions

Signed-off-by: Nicolas Rol <[email protected]>

* param descriptions

Signed-off-by: Nicolas Rol <[email protected]>

* Update Powsybl-core dependency to 6.1.2 (#141)

* powsybl-core 6.1

Signed-off-by: Nicolas Rol <[email protected]>

* solve issues

Signed-off-by: Nicolas Rol <[email protected]>

* SECURITY_PATTERN

Signed-off-by: Nicolas Rol <[email protected]>

* taskmonitor coverage

Signed-off-by: Nicolas Rol <[email protected]>

* remove test on different types

Signed-off-by: Nicolas Rol <[email protected]>

---------

Signed-off-by: Nicolas Rol <[email protected]>

---------

Signed-off-by: Nicolas Rol <[email protected]>
rolnico added a commit that referenced this pull request Feb 13, 2024
* deleting cassandra implementation

Signed-off-by: Nicolas Rol <[email protected]>

* Update java17 and dependencies (including Powsybl-core 6.1.0) (#138)

* update springboot to v2.7.18

Signed-off-by: Nicolas Rol <[email protected]>

* update jackson to 2.15.2

Signed-off-by: Nicolas Rol <[email protected]>

* update guava to 32.1.2-jre

Signed-off-by: Nicolas Rol <[email protected]>

* update autoservice to 1.1.1

Signed-off-by: Nicolas Rol <[email protected]>

* update assertj to 3.24.2

Signed-off-by: Nicolas Rol <[email protected]>

* update jimfs to 1.3.0

Signed-off-by: Nicolas Rol <[email protected]>

* update maven core to 3.8.5

Signed-off-by: Nicolas Rol <[email protected]>

* update slf4j to 2.0.9

Signed-off-by: Nicolas Rol <[email protected]>

* update groovy to 4.0.14

Signed-off-by: Nicolas Rol <[email protected]>

* update arquillianbom to 1.5.0.Final

Signed-off-by: Nicolas Rol <[email protected]>

* upgrade junit to 5.10.0

Signed-off-by: Nicolas Rol <[email protected]>

* test arquillian, resteasy and wildfly update

Signed-off-by: Nicolas Rol <[email protected]>

* javaee to jakarta update

Signed-off-by: Nicolas Rol <[email protected]>

* javaee to jakarta update continued

Signed-off-by: Nicolas Rol <[email protected]>

* javaee to jakarta update continued

Signed-off-by: Nicolas Rol <[email protected]>

* some dependencies update

Signed-off-by: Nicolas Rol <[email protected]>

* shrinkwrap + beans.xml + arquillian.xml update

Signed-off-by: Nicolas Rol <[email protected]>

* shrinkwrap + beans.xml + arquillian.xml update

Signed-off-by: Nicolas Rol <[email protected]>

* powsybl-parent update to v15

Signed-off-by: Nicolas Rol <[email protected]>

* maven tests

Signed-off-by: Nicolas Rol <[email protected]>

* update

Signed-off-by: Nicolas Rol <[email protected]>

* AppStorageServerTest commented and disabled

Signed-off-by: Nicolas Rol <[email protected]>

* CI update

Signed-off-by: Nicolas Rol <[email protected]>

* CI update 2

Signed-off-by: Nicolas Rol <[email protected]>

* test commented

Signed-off-by: Nicolas Rol <[email protected]>

* try with resources

Signed-off-by: Nicolas Rol <[email protected]>

* code cleaning

Signed-off-by: Nicolas Rol <[email protected]>

* code cleaning instanceof

Signed-off-by: Nicolas Rol <[email protected]>

* removed public identifiers

Signed-off-by: Nicolas Rol <[email protected]>

* new switch format

Signed-off-by: Nicolas Rol <[email protected]>

* replace generic types

Signed-off-by: Nicolas Rol <[email protected]>

* mvnw file added

Signed-off-by: Nicolas Rol <[email protected]>

* mvnw.cmd file added

Signed-off-by: Nicolas Rol <[email protected]>

* add test

Signed-off-by: Nicolas Rol <[email protected]>

* DoubleDataChunkSerializer coverage

Signed-off-by: Nicolas Rol <[email protected]>

* StringDataChunkSerializer coverage

Signed-off-by: Nicolas Rol <[email protected]>

* modify assertions

Signed-off-by: Nicolas Rol <[email protected]>

* coverage on data source

Signed-off-by: Nicolas Rol <[email protected]>

* add SocketsUtilsTest

Signed-off-by: Nicolas Rol <[email protected]>

* RemoteTaskMonitor coverage

Signed-off-by: Nicolas Rol <[email protected]>

* SoutTaskListener coverage

Signed-off-by: Nicolas Rol <[email protected]>

* issue

Signed-off-by: Nicolas Rol <[email protected]>

* AppDataWrapperTest tests now with Junit assertions

Signed-off-by: Nicolas Rol <[email protected]>

* README update with Maven Wrapper information

Signed-off-by: Nicolas Rol <[email protected]>

* param descriptions

Signed-off-by: Nicolas Rol <[email protected]>

* param descriptions

Signed-off-by: Nicolas Rol <[email protected]>

* param descriptions

Signed-off-by: Nicolas Rol <[email protected]>

* Update Powsybl-core dependency to 6.1.2 (#141)

* powsybl-core 6.1

Signed-off-by: Nicolas Rol <[email protected]>

* solve issues

Signed-off-by: Nicolas Rol <[email protected]>

* SECURITY_PATTERN

Signed-off-by: Nicolas Rol <[email protected]>

* taskmonitor coverage

Signed-off-by: Nicolas Rol <[email protected]>

* remove test on different types

Signed-off-by: Nicolas Rol <[email protected]>

---------

Signed-off-by: Nicolas Rol <[email protected]>

---------

Signed-off-by: Nicolas Rol <[email protected]>

* upgrade powsybl-core to 6.1.2

Signed-off-by: Nicolas Rol <[email protected]>

---------

Signed-off-by: Nicolas Rol <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants