Skip to content

Backport image improvements 5.1.6#36210

Open
wezell wants to merge 3 commits into
5.1.6.kfrom
backport-image-improvements-5.1.6
Open

Backport image improvements 5.1.6#36210
wezell wants to merge 3 commits into
5.1.6.kfrom
backport-image-improvements-5.1.6

Conversation

@wezell

@wezell wezell commented Jun 17, 2026

Copy link
Copy Markdown
Member

This backports the fixes from #23384

@dsolistorres

Copy link
Copy Markdown
Member

🔴 QA Failed — this backport breaks all server-side image processing out-of-the-box (every /contentAsset/image/... request → HTTP 404, provider == null!).

Root cause: ImageFilterApiImpl.deregisterProviders() calls deregisterServiceProvider(null) because the hard-coded default SPI net.sf.javavp8decoder.imageio.WebPImageReaderSpi isn't in 5.1.6's dependency set (this backport uses TwelveMonkeys 3.7.0 webp instead). Needs a null guard (and/or a corrected default class name).

Full root cause, reproduction, evidence, and confirmed fix in the issue: #36226 (comment) — #36226 (comment)

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

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants