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

NullPointerException with Batching and Identity id generation #1915

Closed
DavideD opened this issue May 22, 2024 · 0 comments · Fixed by #1916
Closed

NullPointerException with Batching and Identity id generation #1915

DavideD opened this issue May 22, 2024 · 0 comments · Fixed by #1916
Assignees
Labels
bug Something isn't working
Milestone

Comments

@DavideD
Copy link
Member

DavideD commented May 22, 2024

It causes quarkusio/quarkus#40425

@DavideD DavideD added the bug Something isn't working label May 22, 2024
@DavideD DavideD added this to the next milestone May 22, 2024
@DavideD DavideD self-assigned this May 22, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue May 22, 2024
The NullPointerException because the method that converts the
generated id from the database to a ResultSet was not implemented.

We forgot about it because there was no test for identity generation
with batching.
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue May 22, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue May 22, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue May 22, 2024
The NullPointerException because the method that converts the
generated id from the database to a ResultSet was not implemented.

We forgot about it because there was no test for identity generation
with batching.
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue May 22, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue May 22, 2024
The NullPointerException because the method that converts the
generated id from the database to a ResultSet was not implemented.

We forgot about it because there was no test for identity generation
with batching.
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue May 22, 2024
DavideD added a commit that referenced this issue May 23, 2024
The NullPointerException because the method that converts the
generated id from the database to a ResultSet was not implemented.

We forgot about it because there was no test for identity generation
with batching.
@DavideD DavideD modified the milestones: next, 2.3.1.Final May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant