bf2fc6cc711aee1a0c2a / kas-fleetshard

The kas-fleetshard-operator is responsible for provisioning and managing instances of kafka on a cluster. The kas-fleetshard-synchronizer synchronizes the state of a fleet shard with the kas-fleet-manager.
Apache License 2.0
7 stars 20 forks source link

MGDSTRM-9748-Update FSO to Quarkus 2.13 #862

Closed biswassri closed 1 year ago

biswassri commented 1 year ago

Also fixes #803 removal of snakeyaml version overide

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

MikeEdgar commented 1 year ago

@shawkins , do we want to update to JOSDK 4.0.9 and fabric8 5.12.4 with this? There are code changes for the JOSDK update.

https://github.com/quarkiverse/quarkus-operator-sdk/releases/tag/4.0.7

shawkins commented 1 year ago

@shawkins , do we want to update to JOSDK 4.0.9 and fabric8 5.12.4 with this? There are code changes for the JOSDK update.

Yes. Generally they all need to move in lock step.

biswassri commented 1 year ago

Sure! I'll update these dependencies also.

rareddy commented 1 year ago

Do we not have an automatic dependency checker maven plugin for FSO?

biswassri commented 1 year ago

Do we not have an automatic dependency checker maven plugin for FSO?

Yes, but I don't think it's still configured completely yet. This was the PR https://github.com/bf2fc6cc711aee1a0c2a/kas-fleetshard/pull/848

biswassri commented 1 year ago

@MikeEdgar @shawkins I will open another PR with the JOSDK and fabric8 upgrades and merge this one.