Spring PropertyDescriptorUtils randomly fails to determine read/write method pairs with partially resolved generics and overloaded write methods
Overviewjdk21Spring 6.2.11In the following case, the setId(int id) method is inconsistent with the generic type String, ...