Conversation
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (18)
Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review. 📝 WalkthroughWalkthroughThe root project, core modules, support modules, test tooling, and sample operators now use ChangesMaven version alignment
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This change aligns Maven snapshot versions across the root project, modules, and samples. The supplied changes are internally consistent and present no current merge-readiness risk. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🟡 Changes recommended
The updated Maven versions (999-SNAPSHOT) do not match the stated target version in the PR title (v5.7.0), so the published coordinates/versioning intent is inconsistent.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates the Maven project/module versions across Java Operator SDK modules and samples, intended as the “next” development version step toward v5.7.0.
Changes:
- Bumps the root
java-operator-sdkversion to999-SNAPSHOT. - Updates module parent references to
999-SNAPSHOT. - Updates sample-operator parent references to
999-SNAPSHOT.
File summaries
| File | Description |
|---|---|
| pom.xml | Sets root project version to 999-SNAPSHOT. |
| operator-framework/pom.xml | Aligns parent version with root (999-SNAPSHOT). |
| operator-framework-junit/pom.xml | Aligns parent version with root (999-SNAPSHOT). |
| operator-framework-core/pom.xml | Aligns parent version with root (999-SNAPSHOT). |
| operator-framework-bom/pom.xml | Sets BOM version to 999-SNAPSHOT. |
| micrometer-support/pom.xml | Aligns parent version with root (999-SNAPSHOT). |
| caffeine-bounded-cache-support/pom.xml | Aligns parent version with root (999-SNAPSHOT). |
| bootstrapper-maven-plugin/pom.xml | Aligns parent version with root (999-SNAPSHOT). |
| migration/pom.xml | Aligns parent version with root (999-SNAPSHOT). |
| test-index-processor/pom.xml | Aligns parent version with root (999-SNAPSHOT). |
| sample-operators/pom.xml | Aligns parent version with root (999-SNAPSHOT). |
| sample-operators/operations/pom.xml | Aligns parent version with sample parent (999-SNAPSHOT). |
| sample-operators/mysql-schema/pom.xml | Aligns parent version with sample parent (999-SNAPSHOT). |
| sample-operators/leader-election/pom.xml | Aligns parent version with sample parent (999-SNAPSHOT). |
| sample-operators/kotlin-operator/pom.xml | Aligns parent version with sample parent (999-SNAPSHOT). |
| sample-operators/controller-namespace-deletion/pom.xml | Aligns parent version with sample parent (999-SNAPSHOT). |
| sample-operators/tomcat-operator/pom.xml | Aligns parent version with sample parent (999-SNAPSHOT). |
| sample-operators/webpage/pom.xml | Aligns parent version with sample parent (999-SNAPSHOT). |
Review details
- Files reviewed: 18/18 changed files
- Comments generated: 18
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| <groupId>io.javaoperatorsdk</groupId> | ||
| <artifactId>java-operator-sdk</artifactId> | ||
| <version>5.6.1-SNAPSHOT</version> | ||
| <version>999-SNAPSHOT</version> |
| <groupId>io.javaoperatorsdk</groupId> | ||
| <artifactId>java-operator-sdk</artifactId> | ||
| <version>5.6.1-SNAPSHOT</version> | ||
| <version>999-SNAPSHOT</version> |
| <groupId>io.javaoperatorsdk</groupId> | ||
| <artifactId>java-operator-sdk</artifactId> | ||
| <version>5.6.1-SNAPSHOT</version> | ||
| <version>999-SNAPSHOT</version> |
| <groupId>io.javaoperatorsdk</groupId> | ||
| <artifactId>java-operator-sdk</artifactId> | ||
| <version>5.6.1-SNAPSHOT</version> | ||
| <version>999-SNAPSHOT</version> |
| <groupId>io.javaoperatorsdk</groupId> | ||
| <artifactId>operator-framework-bom</artifactId> | ||
| <version>5.6.1-SNAPSHOT</version> | ||
| <version>999-SNAPSHOT</version> |
| <groupId>io.javaoperatorsdk</groupId> | ||
| <artifactId>sample-operators</artifactId> | ||
| <version>5.6.1-SNAPSHOT</version> | ||
| <version>999-SNAPSHOT</version> |
| <groupId>io.javaoperatorsdk</groupId> | ||
| <artifactId>java-operator-sdk</artifactId> | ||
| <version>5.6.1-SNAPSHOT</version> | ||
| <version>999-SNAPSHOT</version> |
| <groupId>io.javaoperatorsdk</groupId> | ||
| <artifactId>sample-operators</artifactId> | ||
| <version>5.6.1-SNAPSHOT</version> | ||
| <version>999-SNAPSHOT</version> |
| <groupId>io.javaoperatorsdk</groupId> | ||
| <artifactId>sample-operators</artifactId> | ||
| <version>5.6.1-SNAPSHOT</version> | ||
| <version>999-SNAPSHOT</version> |
| <groupId>io.javaoperatorsdk</groupId> | ||
| <artifactId>java-operator-sdk</artifactId> | ||
| <version>5.6.1-SNAPSHOT</version> | ||
| <version>999-SNAPSHOT</version> |
Summary by CodeRabbit
5.6.1-SNAPSHOTto999-SNAPSHOT.