-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Nullpointer Exception when using native query #2819
Labels
status: waiting-for-triage
An issue we've not yet triaged
Comments
spring-projects-issues
added
the
status: waiting-for-triage
An issue we've not yet triaged
label
Feb 23, 2023
I think this is duplicate of #2812 |
I see the same issue after upgrading to spring boot 2.7.9
|
Same issue after upgrading to spring boot 3.0.3
|
Duplicates #2812 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following repository worked in 3.0.1.
With 3.0.2 (spring boot 3.0.3) I am getting a Nullpointer in QueryUtils.createCountQueryFor that variable is null.
Cannot invoke "String.contains(java.lang.CharSequence)" because "variable" is null
Maybe related to this fix: #2773
The text was updated successfully, but these errors were encountered: