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

Conversation

blizzz
Copy link
Member

@blizzz blizzz commented Mar 14, 2024

fixes #811

  • 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

- 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 blizzz self-assigned this Mar 15, 2024
@blizzz blizzz merged commit 8d34267 into stable-5.2 Mar 20, 2024
31 checks passed
@blizzz blizzz deleted the fix/811/upgrade-27-to-28 branch March 20, 2024 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants