Skip to content

Merge Conflict Resolution (from 7.9.x to 8.0.x)#702

Merged
Hritwik Singhai (devhritwik) merged 9 commits into
8.0.xfrom
pr_merge_from_7_9_x_to_8_0_x
May 28, 2026
Merged

Merge Conflict Resolution (from 7.9.x to 8.0.x)#702
Hritwik Singhai (devhritwik) merged 9 commits into
8.0.xfrom
pr_merge_from_7_9_x_to_8_0_x

Conversation

@semaphore-agent-reader
Copy link
Copy Markdown

What is this pull request?

This is an autogenerated pull request by pint due to a merge conflict failure seen during pint merge.

Next Steps

  1. Resolve all conflicts (either via web editor or the command line)
  2. Commit merge
  3. Obtain approvals from reviewers
  4. (IMPORTANT) After obtaining approvals, click the dropdown menu on the merge button and select "Create a merge commit"
  5. Click the "Merge pull request" button
  6. Re-run pint merge

NOTE: "Create a merge commit" option must be used to ensure all commits from the head branch is added to the base branch.

Questions?

Please reach out to the Developer Productivity team on Slack at #devprod-eng or #devprod-oncall

@semaphore-agent-reader semaphore-agent-reader Bot requested review from a team as code owners May 20, 2026 12:36
…fips duplicate (#705)

The cp_packaging "Build rest-utils jar" job on 7.9.x is failing with:
  'dependencies.dependency.version' for org.eclipse.jetty:jetty-alpn-java-client:jar
  is missing. @ fips-tests/pom.xml line 50, column 21

Root cause: confluentinc/common PR #990 (9c2d2eaa22) replaced jetty-bom with
explicit per-artifact entries in dependencyManagement but only added the *-server
variants. The regression landed on common/7.8.x via 8bc8dba5f1 on 2026-05-14 and
then propagated to common/7.9.x via the recent 7.8.x->7.9.x merge (a9c100ddbc).
jetty-alpn-java-client, previously transitively managed by jetty-bom, no longer
has a version.

The proper fix is to add jetty-alpn-java-client to common's dependencyManagement,
but to unblock the 7.9.x package build immediately, declare the version explicitly
here using the inherited ${jetty.version} property. Mirrors PR #704 on 7.8.x.

Also drop the leftover hardcoded bcpkix-fips 1.0.7 dependency, which has been a
duplicate of the property-driven entry since the 7.7.x->7.8.x merge in Sep 2024
and propagated down through 7.9.x.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@devhritwik Hritwik Singhai (devhritwik) merged commit 3215e94 into 8.0.x May 28, 2026
2 of 4 checks passed
@devhritwik Hritwik Singhai (devhritwik) deleted the pr_merge_from_7_9_x_to_8_0_x branch May 28, 2026 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants