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
IntrospectionException: type mismatch between indexed and non-indexed methods [SPR-9943] #14576
Comments
Chris Beams commented Behavior confirmed. See https://github.com/SpringSource/spring-framework-issues/tree/master/SPR-9943. |
Chris Beams commented Matthias, this issue is already resolved in 3.2.0.BUILD-SNAPSHOT, i.e. in the upcoming 3.2 RC1. Is it an option for you to upgrade to that? That particular fix cannot be backported to 3.1.x in a straightforward fashion; this bug can be fixed in any case, but thought I'd mention that 3.2 will "just work" already. |
Mattias Severson commented The problem is that we are not allowed to go to production without a final release. However, looking at the road map, the 3.2 GA is not far away so we may just as well use the RC builds in our dev environment for now. You mention that the bug can be fixed, is that something that you will do, or is it a workaround to our code? If it is fix on our side, can you point us in the right direction? |
Chris Beams commented It's something on our side; there have been a number of similar bugs with an internal component called This just needs to be tracked down in |
Chris Beams commented Matthias, this issue is resolved based on the changes in #14663. These changes have been backported to 3.1.4 as well. Please give 3.1.4.BUILD-SNAPSHOT a try and let us know how it goes. Thanks! |
Mattias Severson commented My test passes after I updated the dependency in my sample project as suggested. Well done! |
Chris Beams commented Great, Mattias—thanks for the quick feedback! |
Mattias Severson opened SPR-9943 and commented
The application fails to create beans of type com.amazonaws.ClientConfiguration due to
The error does not occur in release 3.1.2 or earlier versions.
Affects: 3.1.3
Attachments:
Issue Links:
Referenced from: commits spring-attic/spring-framework-issues@8c7a4ad, spring-attic/spring-framework-issues@792ed0e
The text was updated successfully, but these errors were encountered: