Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable-5.2] fix(upgrade): exception when upgrading from 27 to 28 #818

Merged
merged 1 commit into from Mar 20, 2024

Commits on Mar 14, 2024

  1. fix(upgrade): exception when upgrading from 27 to 28

    - the Application class is loaded before replacing the files
    - therefore old code is execute, incompatible with 28, which has to be
      loaded in the constructor as we cannot move to IBootstrap yet
    - deprecated components are replaced so that an upgrade will not break
      again on 28
    
    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Mar 14, 2024
    Copy the full SHA
    7a51b44 View commit details
    Browse the repository at this point in the history