Re: JavaBeanObjectPropertyBuilder has incomplete generics support

2018-11-19 Thread Nir Lisker
This is simple enough, but I think it breaks backwards compatibility at the API level. Warnings about raw types are common in the library, though most are internal. If this is somehow allowed I can easily submit a patch. - Nir On Fri, Nov 2, 2018 at 3:27 PM Rachel Greenham wrote: > javax.beans

JavaBeanObjectPropertyBuilder has incomplete generics support

2018-11-02 Thread Rachel Greenham
javax.beans.property.adapter.JavaBeanObjectPropertyBuilder seems to be only partially adapted for generics. The class itself has a generic type (class JavaBeanObjectPropertyBuilder) and its build() method returns JavaBeanObjectProperty, but the lack of other support means you can't fluently cre