cloudsimplus-gateway
cloudsimplus-gateway copied to clipboard
upgraded dependencies (cloudsim7.3.0, jdk17, gradle7.4, etc.)
This pull request contains a first quick 'n' dirty attempt to upgrade the dependencies for this project.
However: While the project builds fine with ./gradlew build -x test, in the full build the integration tests of IntegrationTest.java fail with rather odd values (see cspg.current.log and IntegrationTest_console_output.txt).
My question is: did I break something in the upgrade process or have there been any changes to the sim that are not yet reflected in the gateway's logic?
hi @Flunzmas sorry for such a huge delay! haven't noticed that PR! I'll have a look as soon as possible .
Regarding your question about failing tests: I would suspect a problem with tests. It is possible there were code changes which are not reflected there.