Skip to content

Object ID Identicy conversion to long fails on old schema #8538

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
wants to merge 1 commit into from

Conversation

dadikovi
Copy link
Contributor

This change fixed a bug which tried to convert non-string object as string

Fixes gh-7621

This change fixed a bug which tried to convert non-string object as string

Fixes spring-projectsgh-7621
@dadikovi
Copy link
Contributor Author

So the issue was here that in case of an old ACL schema the identity is converted to BigInteger by mysql driver, and handling of this datatype was buggy.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label May 16, 2020
@rwinch rwinch self-assigned this May 19, 2020
@rwinch rwinch added type: bug A general bug in: acl An issue in spring-security-acl and removed status: waiting-for-triage An issue we've not yet triaged labels May 19, 2020
@rwinch rwinch added this to the 5.4.0-M2 milestone May 19, 2020
@rwinch
Copy link
Member

rwinch commented May 19, 2020

Thanks for the Pull Request! You are really on a roll

This is now merged into master via 4ab9da1 😄 and backported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: acl An issue in spring-security-acl type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Object ID Identity conversion to long fails on old schema
3 participants