ApostolisKATALAGARGIANOS

Results 1 issues of ApostolisKATALAGARGIANOS

I am experiencing considerable latency using feign-soap (or feign-jaxb) when: - Preloading jaxb context with a list of jaxb classes (1 minute or more): ``` new JAXBContextFactory.Builder() .withMarshallerJAXBEncoding(StandardCharsets.UTF_8.toString()) .withMarshallerFormattedOutput(true) .build(classes);...