Mihnea Pretorian

Results 5 issues of Mihnea Pretorian

- upgrade to rjsf-3.1.0 and deepcopy 2.1.0, as the old version of deepcopy could not handle well properties with function values - extended the FormWithConditionals class with a submit method...

I'm using mbknor-jackson-jsonschema_2.12 version 1.0.39 from Java with jdk-1.8.0_201 and Jackson 2.12.0-rc1. I have the following two beans, generated from an XSD schema. ``` @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "MerchantAccountRefType") public class...

added collapse.additionalTitleField as the name of an inner field whose value will be appended to the title

#### -Xfluent-builder ##### -getters=`{y|n}` (n) Generates a "getter" method for each property which returns the current value for simple properties without a builder or the current builder for buildable properties....

Hi, I'm trying to use fluent-builder and jaxb-xew-plugin together and it does not work. jaxb-xew-plugin I need to use to optimize the jaxb generation regarding collections using XmlElementWrapper annotations. I...