Maxim Valeev
                                            Maxim Valeev
                                        
                                    For now in version jaxb-runtime-4.0.4 nested elements don't inherit the root element namespace. ``` @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { }) @XmlRootElement(name = "ResponseType", namespace = "http://www.anyurl.com/wsdl/") public class...
### Search before asking - [X] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar. ### Describe the bug I have kotlin data class ```@JsonTypeName("perform") data class Request( @JsonProperty("header") override...