diff --git a/Cargo.nix b/Cargo.nix index fdd7ec68..3792508a 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -9578,7 +9578,7 @@ rec { "stackable-hbase-operator" = rec { crateName = "stackable-hbase-operator"; version = "0.0.0-dev"; - edition = "2021"; + edition = "2024"; crateBin = [ { name = "stackable-hbase-operator"; diff --git a/Cargo.toml b/Cargo.toml index 0375c93e..99f7f8c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ resolver = "2" version = "0.0.0-dev" authors = ["Stackable GmbH "] license = "OSL-3.0" -edition = "2021" +edition = "2024" repository = "https://github.com/stackabletech/hbase-operator" [workspace.dependencies] diff --git a/rust/operator-binary/src/crd/mod.rs b/rust/operator-binary/src/crd/mod.rs index 80b0707a..aa990293 100644 --- a/rust/operator-binary/src/crd/mod.rs +++ b/rust/operator-binary/src/crd/mod.rs @@ -399,7 +399,7 @@ impl v1alpha1::HbaseCluster { ( Vec, Role< - impl Configuration, + impl Configuration + use<>, v1alpha1::HbaseConfigOverrides, GenericRoleConfig, JavaCommonConfig, diff --git a/rust/operator-binary/src/webhooks/conversion.rs b/rust/operator-binary/src/webhooks/conversion.rs index 43c9620e..23aa1f85 100644 --- a/rust/operator-binary/src/webhooks/conversion.rs +++ b/rust/operator-binary/src/webhooks/conversion.rs @@ -37,7 +37,7 @@ pub async fn create_webhook_server( field_manager: FIELD_MANAGER.to_owned(), }; - let (conversion_webhook, _initial_reconcile_rx) = + let (conversion_webhook, _) = ConversionWebhook::new(crds_and_handlers, client, conversion_webhook_options); let webhook_server_options = WebhookServerOptions {