Skip to content

exclude jackson-core 2.22.0 from muzzle#11517

Merged
amarziali merged 1 commit into
masterfrom
andrea.marziali/muzzle
Jun 1, 2026
Merged

exclude jackson-core 2.22.0 from muzzle#11517
amarziali merged 1 commit into
masterfrom
andrea.marziali/muzzle

Conversation

@amarziali
Copy link
Copy Markdown
Contributor

What Does This Do

jackson-core 2.22.0 is referenced by jackson-databind 2.22.0 but it's missing

Motivation

Additional Notes

Contributor Checklist

  • Format the title according to the contribution guidelines
  • Assign the type: and (comp: or inst:) labels in addition to any other useful labels
  • Avoid using close, fix, or any linking keywords when referencing an issue
    Use solves instead, and assign the PR milestone to the issue
  • Update the CODEOWNERS file on source file addition, migration, or deletion
  • Update public documentation with any new configuration flags or behaviors
  • Add your completed PR to the merge queue by commenting /merge. You can also:
    • Customize the commit message associated with the merge with /merge --commit-message "..."
    • Remove your PR from the merge queue with /merge -c
    • Skip all merge queue checks with /merge -f --reason "reason"; please use this judiciously, as some checks do not run at the PR-level
    • Get more information in this doc

Jira ticket: [PROJ-IDENT]

@amarziali amarziali requested a review from a team as a code owner June 1, 2026 08:55
@amarziali amarziali requested review from jordan-wong and removed request for a team June 1, 2026 08:55
@amarziali amarziali added type: bug Bug report and fix inst: others All other instrumentations tag: no release notes Changes to exclude from release notes labels Jun 1, 2026
@amarziali amarziali enabled auto-merge June 1, 2026 08:56
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 067150d816

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

group = 'com.fasterxml.jackson.core'
module = 'jackson-databind'
versions = "[2.0.0,)"
skipVersions = ['2.22.0'] // missing in Maven Central
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Exclude the bad Jackson version from latestDepTest too

This only removes jackson-databind:2.22.0 from the muzzle version scan; the same project still has latestDepTestImplementation ... jackson-databind: '2.+', so the latest-dependency test configuration can still select 2.22.0 and then fail resolving its missing jackson-core:2.22.0 transitive dependency. Please also reject/pin this version for the latestDepTest dependency path, otherwise the CI failure this change is trying to avoid can remain.

Useful? React with 👍 / 👎.

@datadog-prod-us1-5
Copy link
Copy Markdown
Contributor

datadog-prod-us1-5 Bot commented Jun 1, 2026

Pipelines

Fix all issues with BitsAI

⚠️ Warnings

🚦 6 Pipeline jobs failed

DataDog/apm-reliability/dd-trace-java | java-startup-parallel-generate-slos   View in Datadog   GitLab

🛟 This job is unlikely to succeed on retry. Please review your pipeline configuration. No files to upload during artifact collection. Ensure artifact path is correct and files exist.

DataDog/apm-reliability/dd-trace-java | java-startup-parallel-upload-to-bp-api   View in Datadog   GitLab

🛟 This job is unlikely to succeed on retry. Please review your pipeline configuration. Execution of Verify files exist failed. Error: No such file or directory: '/go/src/github.com/DataDog/apm-reliability/dd-trace-java/artifacts/candidate-*.converted.json'.

DataDog/apm-reliability/dd-trace-java | linux-java-insecure-bank-startup-parallel   View in Datadog   GitLab

🛟 This job is unlikely to succeed on retry. Please review your pipeline configuration. Failed to download Datadog Java Agent from pipeline 116139491 due to missing configuration profile 'ephemeral-infra-ci'.

View all 6 failed jobs.

Useful? React with 👍 / 👎

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 067150d | Docs | Datadog PR Page | Give us feedback!

Copy link
Copy Markdown
Contributor

@bric3 bric3 left a comment

Choose a reason for hiding this comment

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

FYI, it seems there's a publication issue with sonatype FasterXML/jackson-core#1617

@amarziali amarziali disabled auto-merge June 1, 2026 09:24
@amarziali amarziali merged commit 7b18b2e into master Jun 1, 2026
570 of 575 checks passed
@amarziali amarziali deleted the andrea.marziali/muzzle branch June 1, 2026 09:25
@github-actions github-actions Bot added this to the 1.63.0 milestone Jun 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

inst: others All other instrumentations tag: no release notes Changes to exclude from release notes type: bug Bug report and fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants