Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 839 Bytes

2022-08-09-move-installer-to-core.md

File metadata and controls

19 lines (15 loc) · 839 Bytes
title issue
Move installer into core
NEXT-21194

Core

  • Added Installer bundle inside core, and removed Recovery/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, use SetupDatabaseAdapter instead.
  • Deprecated class \Shopware\Recovery\Common\Service\JwtCertificateService it will be removed in v6.5.0.0, use JwtCertificateGenerator instead.

Next Major Version Changes

Removed DatabaseInitializer

Removed class \Shopware\Core\Maintenance\System\Service\DatabaseInitializer, use SetupDatabaseAdapter instead.

Removed JwtCertificateService

Removed class \Shopware\Recovery\Common\Service\JwtCertificateService, use JwtCertificateGenerator instead.