Skip to content

Conversation

@IvanChupin
Copy link
Collaborator

except floodlight and openflowj
apache-storm-1.2.1 -> 2.6.0
kafka_2.12-2.0.0 -> 2.12-3.6.0
zookeeper-3.4.9 - > 3.8.3

kilda-gui build success

@dmitrii-beliakov
Copy link
Collaborator

Great job! 👏

except floodlight and openflowj
apache-storm-1.2.1 -> 2.6.0
kafka_2.12-2.0.0 -> 2.12-3.6.0
zookeeper-3.4.9 - > 3.8.3

kilda-gui build success

* removed
options.compilerArgs << '-Amapstruct.unmappedTargetPolicy=ERROR'
from kilda-parent since we need to specify this compilerArg only in modules we use mapstruct

* hibernateUpdate to version 6.4.0 fixes

* grpc-speaker fixed, spring 5->6, springboot 2->3
@IvanChupin IvanChupin force-pushed the improvement/migration-java-8-17 branch from 6e90410 to 5dc2250 Compare December 12, 2023 12:27
ichupin and others added 4 commits December 15, 2023 12:09
except floodlight and openflowj
apache-storm-1.2.1 -> 2.6.0
kafka_2.12-2.0.0 -> 2.12-3.6.0
zookeeper-3.4.9 - > 3.8.3

kilda-gui build success

* removed
options.compilerArgs << '-Amapstruct.unmappedTargetPolicy=ERROR'
from kilda-parent since we need to specify this compilerArg only in modules we use mapstruct

* hibernateUpdate to version 6.4.0 fixes

* grpc-speaker fixed, spring 5->6, springboot 2->3

*northbound fixed, added ch.qos.logback as an excluded deps globally for northbound, due to the conflict deps for slf4j, need better solution.

*  build.gradle - 'zip64 true' for connecteddevices-storm-topology,floodlightrouter,flowhs,flowmonitoring,history-storm,isllatency,nbworker-storm,network-storm

* kilda-persistence-tinkerpop fixed, problems with io.netty deps

*server42-control spring 5->6, springboot 2->3

*testing spring 5->6, springboot 2->3
except floodlight and openflowj
apache-storm-1.2.1 -> 2.6.0
kafka_2.12-2.0.0 -> 2.12-3.6.0
zookeeper-3.4.9 - > 3.8.3

kilda-gui build success

* removed
options.compilerArgs << '-Amapstruct.unmappedTargetPolicy=ERROR'
from kilda-parent since we need to specify this compilerArg only in modules we use mapstruct

* hibernateUpdate to version 6.4.0 fixes

* grpc-speaker fixed, spring 5->6, springboot 2->3

*northbound fixed, added ch.qos.logback as an excluded deps globally for northbound, due to the conflict deps for slf4j, need better solution.

*  build.gradle - 'zip64 true' for connecteddevices-storm-topology,floodlightrouter,flowhs,flowmonitoring,history-storm,isllatency,nbworker-storm,network-storm

* kilda-persistence-tinkerpop fixed, problems with io.netty deps

*server42-control spring 5->6, springboot 2->3

*testing spring 5->6, springboot 2->3

* testing SoftAssertionsWrapper.java
except floodlight and openflowj
apache-storm-1.2.1 -> 2.6.0
kafka_2.12-2.0.0 -> 2.12-3.6.0
zookeeper-3.4.9 - > 3.8.3

kilda-gui build success

* removed
options.compilerArgs << '-Amapstruct.unmappedTargetPolicy=ERROR'
from kilda-parent since we need to specify this compilerArg only in modules we use mapstruct

* hibernateUpdate to version 6.4.0 fixes

* grpc-speaker fixed, spring 5->6, springboot 2->3

*[northbound,server 42-stats] fixed, added ch.qos.logback as an excluded deps globally for northbound, due to the conflict deps for slf4j, need better solution.

*  build.gradle - 'zip64 true' for connecteddevices-storm-topology,floodlightrouter,flowhs,flowmonitoring,history-storm,isllatency,nbworker-storm,network-storm, ping-topology, portstate-topology, reroute topology, server42-control-storm-topology, stats-storm-topology, swmanager-storm-topology,

* kilda-persistence-tinkerpop fixed, problems with io.netty deps

*server42-control spring 5->6, springboot 2->3

*testing spring 5->6, springboot 2->3

* testing SoftAssertionsWrapper.java
@dmitrii-beliakov dmitrii-beliakov self-requested a review January 5, 2024 13:02
dmitrii-beliakov and others added 2 commits January 9, 2024 13:56
Work around Config bean creation. Adjust kafka clients version for NB module. Add slf4j.
… bean and uncomment the usage of it in MessageConsumerConfig
@pablomuri
Copy link
Collaborator

dmitrii-beliakov and others added 3 commits January 15, 2024 21:41
…oblems. Minor adjustments for serialization.
* reverted to java 8
* dockerfile logic that remove java 17 deps
* all deps kept the same
* removed old jUnit transitive deps from com.googlecode.json-simple
* Unit tests for statsController fixed
* small refactoring for FlowConverter.java,FlowPathConverter.java,IslLinkConverter.java,
oleksir and others added 19 commits June 21, 2024 14:25
…_dst-mac-fix

Fix deserializer for AddFlow
Signed-off-by: olesir <osirobaba@mirantis.com>
…_from_master

Improvement/migration java 8 17 from master
Signed-off-by: olesir <osirobaba@mirantis.com>
…-watchdog

Add correlation ID to ZK WatchDog
Signed-off-by: olesir <osirobaba@mirantis.com>
…-watchdog

Fix build information in healthcheck
…_java_version_jenkins

add file to set the java version in jenkins
Signed-off-by: olesir <osirobaba@mirantis.com>
…-logs

Align log4j version with one from storm
# Conflicts:
#	README.md
#	confd/templates/makefile/makefile.tmpl
#	src-java/floodlight-service/floodlight-api/build.gradle
#	src-java/flowhs-topology/flowhs-messaging/build.gradle
#	src-java/northbound-service/northbound/build.gradle
#	src-java/northbound-service/northbound/src/main/java/org/openkilda/northbound/controller/v1/FlowController.java
#	src-java/testing/functional-tests/src/main/groovy/org/openkilda/functionaltests/helpers/SwitchHelper.groovy
#	src-java/testing/functional-tests/src/test/groovy/org/openkilda/functionaltests/spec/flows/FlowCrudSpec.groovy
#	src-java/testing/functional-tests/src/test/groovy/org/openkilda/functionaltests/spec/flows/MultiRerouteSpec.groovy
#	src-java/testing/performance-tests/src/test/groovy/org/openkilda/performancetests/spec/endurance/EnduranceV2Spec.groovy
@IvanChupin IvanChupin force-pushed the improvement/migration-java-8-17 branch from 4b652b7 to 03da3cd Compare October 11, 2024 14:06
…t ensure the creation of initial zookeeper node.

+docker-compose. increase the healthcheck interval for zookeeper service
…_zookeeper_fix

Zookeeper script for creating zknodes: additional check added
Since updated spring the following error message:
 'Required $itemType parameter $item is not present'
has been changed to new message:
  'Required request parameter $item for method parameter type $itemType is not present'
@pablomuri pablomuri removed the request for review from dmitrii-beliakov December 3, 2024 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants