Archie L. Cobbs

Results 75 comments of Archie L. Cobbs

This is caused by a JDK bug [JDK-8071693](https://bugs.openjdk.org/browse/JDK-8071693) in the `Introspector` class. However this bug is not fixed until JDK 21. It would be nice for Vaadin to include a...

Using Jackson makes sense to me. Bean property detection is a core function that Vaadin relies on so it would be good to ensure that it's being "done right".

Hi Matti, > Do you have the problem with Grid or with some other component? It's with Grid (indirectly, see below). I've not used VGrid because in general we prefer...

FYI besides Jackson Spring's [BeanUtils](https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/beans/BeanUtils.html) is another good option for introspection. In the Javadoc it also references a few other options, e.g., Apache Commons BeanUtils.

FYI this might help (haven't tried it myself): https://www.mojohaus.org/rpm-maven-plugin/rpm-mojo.html#escapeString