Modernize GitHub Actions CI and add build scripts#24
Merged
astubbs merged 6 commits intomaster-confluentfrom Apr 14, 2026
Merged
Modernize GitHub Actions CI and add build scripts#24astubbs merged 6 commits intomaster-confluentfrom
astubbs merged 6 commits intomaster-confluentfrom
Conversation
Update the CI workflow with current action versions (checkout@v6, setup-java@v5), JDK 17 Temurin, and a wider Kafka version matrix (2.8.1 through 3.9.1). Replace inline Maven command with bin/ci-build.sh so CI and local builds use the same script. Fix Mutiny module compilation by overriding release.target to 9 (Mutiny uses java.util.concurrent.Flow which requires Java 9+). Add AGENTS.md for AI coding agent context and build scripts documentation in the README template. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Split workflow into two jobs: push triggers build against only Kafka 3.9.1 for fast feedback, while pull requests run the full matrix (2.8.1, 3.1.0, 3.5.0, 3.7.0, 3.9.1). Also update experimental range to 3.1.0+ and remove stale 2.7.0 reference. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Instead of hardcoding 3.9.1, the push build now uses whatever Kafka version is in pom.xml. This stays current automatically when the dependency is updated. The PR matrix still overrides with specific versions for compatibility testing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Uses concurrency groups keyed by branch/PR so only the latest commit builds. Saves CI minutes and avoids stale results. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This was referenced Apr 10, 2026
Uses astubbs/dependencies-action to enforce PR merge ordering. Child PRs with "depends on #N" in their description are blocked until the parent PR merges, then automatically re-evaluated. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Test plan
🤖 Generated with https://claude.com/claude-code