title | issue |
---|---|
Move installer into core |
NEXT-21194 |
- Added
Installer
bundle inside core, and removedRecovery/install
- Added new
InstallerKernel
that will be booted for the web installer - Deprecated class
\Shopware\Core\Maintenance\System\Service\DatabaseInitializer
it will be removed in v6.5.0.0, useSetupDatabaseAdapter
instead. - Deprecated class
\Shopware\Recovery\Common\Service\JwtCertificateService
it will be removed in v6.5.0.0, useJwtCertificateGenerator
instead.
Removed class \Shopware\Core\Maintenance\System\Service\DatabaseInitializer
, use SetupDatabaseAdapter
instead.
Removed class \Shopware\Recovery\Common\Service\JwtCertificateService
, use JwtCertificateGenerator
instead.