KotlinReflectionInternalError: No accessor found for property val
#963
Labels
KotlinReflectionInternalError: No accessor found for property val
#963
Search before asking
Describe the bug
I'm experiencing CI issues where I get errors like this one in my tests:
To Reproduce
Unfortunately, this doesn't seem to reproduce for me locally. I'm really not sure why, and I couldn't figure it out. I'm hoping maybe y'all have some ideas based on the stack trace above.
The stack trace corresponds to this test, for what it's worth. Although, cloning this repo and running
./scripts/test
locally doesn't seem to result in any issues.I did notice that this Jackson library's code has a
ReflectionCache
so I'm wondering maybe there's some weird race condition with this cache? Not sure.Expected behavior
I expect no stack trace, consistently.
Versions
Kotlin: 1.9.20
Jackson-module-kotlin: 2.13.4
Jackson-databind: 2.13.4
Additional context
Appreciate any insights you can provide because I'm pretty lost here!
The text was updated successfully, but these errors were encountered: