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

Backport HHH-14828 to branch 5.4 - Bytecode enhancement generates invalid bytecode for final fields #4237

Merged
merged 3 commits into from
Oct 18, 2021

Conversation

yrodiere
Copy link
Member

https://hibernate.atlassian.net/browse/HHH-14828

Backport of #4231

I did not intend to backport this initially, but I think it will be necessary to fix quarkusio/quarkus#20186 in old versions of Quarkus.

@yrodiere
Copy link
Member Author

@Sanne Could you please confirm it's fine to backport this to 5.4?

We need to remove the final modifier if we want to address the possibility
of that field being lazy.
@Sanne
Copy link
Member

Sanne commented Sep 21, 2021

@Sanne Could you please confirm it's fine to backport this to 5.4?

yes it's fine but I wouldn't rush it for non-trivial patches. WDYT of leaving this here for a couple weeks and see feedback from 5.5+?

@yrodiere
Copy link
Member Author

Works for me. But I'll bet we will just forget about it :D Let's find out!

@yrodiere yrodiere added the 5.4 label Sep 21, 2021
@yrodiere yrodiere marked this pull request as draft September 21, 2021 10:00
@Sanne Sanne marked this pull request as ready for review October 18, 2021 09:08
@Sanne Sanne merged commit 108a664 into hibernate:5.4 Oct 18, 2021
@Sanne
Copy link
Member

Sanne commented Oct 18, 2021

merged - thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants