Skip to content

Refactor/remove separate merge mechanism#792

Open
siegfriedweber wants to merge 2 commits into
refactor/remove-product-configfrom
refactor/remove-separate-merge-mechanism
Open

Refactor/remove separate merge mechanism#792
siegfriedweber wants to merge 2 commits into
refactor/remove-product-configfrom
refactor/remove-separate-merge-mechanism

Conversation

@siegfriedweber

Copy link
Copy Markdown
Member

Description

Remove the framework module and the separate merging mechanism.

This was made possible with stackabletech/operator-rs#1220 which provides mergeable JvmArgumentOverrides.

Definition of Done Checklist

  • Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant
  • Please make sure all these things are done and tick the boxes

Author

  • Integration tests passed

Reviewer

  • Code contains useful comments
  • Code contains useful logging statements
  • (Integration-)Test cases added
  • Documentation added or updated. Follows the style guide.
  • Changelog updated
  • Cargo.toml only contains references to git tags (not specific commits or branches)

Acceptance

  • Feature Tracker has been updated
  • Proper release label has been added
  • Links to generated (nightly) docs added
  • Release note snippet added
  • Add type/deprecation label & add to the deprecation schedule
  • Add type/experimental label & add to the experimental features tracker

@siegfriedweber siegfriedweber self-assigned this Jun 11, 2026
@siegfriedweber siegfriedweber moved this to Development: Waiting for Review in Stackable Engineering Jun 11, 2026
Comment on lines +785 to 792
#[allow(unused)]
pub fn as_journalnode(&self) -> Option<&JournalNodeConfig> {
if let Self::Journal(node) = self {
Some(node)
} else {
None
}
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete then?

@@ -0,0 +1,54 @@
use crate::{

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In crd/mod.rs is a private test method datanode_pvc. Do we want to move that here as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Development: Waiting for Review

Development

Successfully merging this pull request may close these issues.

2 participants