Revert ReflectivePropertyAccessor changes from 107fafb and instead
consider all methods when resolving properties. Methods are now
sorted such that non-bridge methods are considered before bridge
methods.
Issue: SPR-10162
@ -310,13 +312,13 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@@ -310,13 +312,13 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@ -324,7 +326,7 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@@ -324,7 +326,7 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@ -337,10 +339,10 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@@ -337,10 +339,10 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@ -348,6 +350,20 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@@ -348,6 +350,20 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@ -1656,6 +1657,15 @@ public class SpelReproTests extends ExpressionTestCase {
@@ -1656,6 +1657,15 @@ public class SpelReproTests extends ExpressionTestCase {
@ -1722,4 +1732,15 @@ public class SpelReproTests extends ExpressionTestCase {
@@ -1722,4 +1732,15 @@ public class SpelReproTests extends ExpressionTestCase {