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

NPE in entity view annotation processor when @PostLoad is used #1422

Closed
beikov opened this issue Jan 16, 2022 · 0 comments · Fixed by #1424
Closed

NPE in entity view annotation processor when @PostLoad is used #1422

beikov opened this issue Jan 16, 2022 · 0 comments · Fixed by #1424
Assignees
Milestone

Comments

@beikov
Copy link
Member

beikov commented Jan 16, 2022

According to a user report, ImplementationClassWriter#1877 throws a NPE with version 1.6.4. when having a @PostLoad annotated method in an entity view. It seems we used getPostCreate accidently whereas it should have been getPostLoad on that line.

@beikov beikov self-assigned this Jan 16, 2022
@beikov beikov added this to the 1.6.5 milestone Jan 16, 2022
beikov added a commit to beikov/blaze-persistence that referenced this issue Jan 16, 2022
beikov added a commit that referenced this issue Jan 19, 2022
beikov added a commit to beikov/blaze-persistence that referenced this issue Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant