-
-
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
BeanPropertyMap NPE when enable ACCEPT_CASE_INSENSITIVE_PROPERTIES. version: 2.11.0.rc1 #2669
Comments
Thank you for reporting the issue. One thing that I'd need, in addition to useful information already included, would be example code that triggers the problem. This because none of existing unit tests hits that so I think there is some specific configuration or usage that causes this. |
below is the testcase.
|
@chowtin thank you! |
2.10.3 works. 2.11.0.rc1 raise error. (I should use a released version) |
@chowtin Hmmmh. Ok, thank you for verifying. Testing with 2.11.0.rc1 is perfectly fine; this one was actually my mistake. Now I can reproduce it with 2.11 branch. Thank you! |
Ok good -- seconds rc1-only bug found, now fixed. Thank you @chowtin for the report! |
Issue is from the order of below two statements.
BeanPropertyMap::_buildAliasMapping used a un-initialized
_locale
.stacktrace:
The text was updated successfully, but these errors were encountered: