-
Notifications
You must be signed in to change notification settings - Fork 309
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
Null Pointer Exception when User Defined Type is not found. #1084
Labels
type: bug
A general bug
Milestone
Comments
spring-projects-issues
added
the
status: waiting-for-triage
An issue we've not yet triaged
label
Jan 27, 2021
mp911de
added
type: bug
A general bug
and removed
status: waiting-for-triage
An issue we've not yet triaged
labels
Jan 28, 2021
That's clearly a bug. Care to submit a pull request? |
mp911de
pushed a commit
that referenced
this issue
Jan 29, 2021
Closes: #1084 Original pull request: #1085 Related ticket: DATACASS-465
mp911de
added a commit
that referenced
this issue
Jan 29, 2021
Replace duplicated code with method calls. Closes: #1084 Original pull request: #1085 Related ticket: DATACASS-465
mp911de
pushed a commit
that referenced
this issue
Jan 29, 2021
Closes: #1084 Original pull request: #1085 Related ticket: DATACASS-465
mp911de
added a commit
that referenced
this issue
Jan 29, 2021
Replace duplicated code with method calls. Closes: #1084 Original pull request: #1085 Related ticket: DATACASS-465
mp911de
added a commit
that referenced
this issue
Jan 29, 2021
Replace duplicated code with method calls. Closes: #1084 Original pull request: #1085 Related ticket: DATACASS-465
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the following, copy() should not be called when resolveType() fails.
spring-data-cassandra/spring-data-cassandra/src/main/java/org/springframework/data/cassandra/core/convert/DefaultColumnTypeResolver.java
Lines 449 to 452 in d681841
The text was updated successfully, but these errors were encountered: