Skip to content
Snippets Groups Projects
Commit e5616696 authored by Helmut Hummel's avatar Helmut Hummel Committed by Christian Kuhn
Browse files

[BUGFIX] Take dev mode into account for package hash

When generating the identifier for the package artifact,
not only the hash from the composer.lock must be taken
into account, but also whether packages have been installed
in dev mode or not.

Since dev mode does not change the lock hash, it otherwise
can happen that a stale DI cache with invalid set of
packages is used, which obviously leads to fatal errors

Releases: main, 11.5
Resolves: #97688
Change-Id: I29461c133a866fcbf16848a4540eef33aa52d450
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74755


Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 233b80cd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment