Skip to content

Revert "Make initializer as static (#13506)"#13553

Merged
normanmaurer merged 1 commit into4.1from
revert_static
Aug 17, 2023
Merged

Revert "Make initializer as static (#13506)"#13553
normanmaurer merged 1 commit into4.1from
revert_static

Conversation

@normanmaurer
Copy link
Copy Markdown
Member

Motivations:

By changing the code to use a static block we did remove the ability to load the class at all. This is sort of a regression as it may break existing code.

Modifications:

This reverts commit 1c7f0fa.

Result:

It's possible again to at least load the class all the time as before.

Motivations:

By changing the code to use a static block we did remove the ability to load the class at all. This is sort of a regression as it may break existing code.

Modifications:

This reverts commit 1c7f0fa.

Result:

It's possible again to at least load the class all the time as before.
Fixes #13523
@normanmaurer normanmaurer added this to the 4.1.97.Final milestone Aug 17, 2023
@normanmaurer normanmaurer merged commit b19b979 into 4.1 Aug 17, 2023
@normanmaurer normanmaurer deleted the revert_static branch August 17, 2023 03:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants