Skip to content

NullPointerException in JpaQueryCreator#complete after updating to 2.6.1 #2425

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

Closed
koh-osug opened this issue Jan 30, 2022 · 2 comments
Closed
Labels
status: duplicate A duplicate of another issue

Comments

@koh-osug
Copy link

koh-osug commented Jan 30, 2022

After the update my Unit test fails maybe because of the this change. typeToRead is null. Only a specific use case using a projection and a pagination is effected Page<OrderCodeProjection> findByOrderCreationId(String orderCreationId, Pageable pageable);. This code is returning a page using a projection just selecting 3 attributes of the order. What could be the reason for this defect?

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 30, 2022
@berndwaibel
Copy link

Could you please check if this is the same issues as mentioned in #2408?

@schauder schauder added status: waiting-for-feedback We need additional information before we can continue and removed status: waiting-for-triage An issue we've not yet triaged labels Jan 31, 2022
@koh-osug
Copy link
Author

Yes, it seem to be a duplicate.

@schauder schauder added status: duplicate A duplicate of another issue and removed status: waiting-for-feedback We need additional information before we can continue labels Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

4 participants