DaScheid
DaScheid
Related issue #686
An application, which creates many proxy-objects, slows down doing so when CPU is a limited resource. E.g. parallel initialisation for 5x WSDL-files 80x proxy-objects each (so `com.sun.xml.ws.client.WSServiceDelegate::getPort` is called 400...
This PR directly addresses commit 2835d9de which was added in https://github.com/swagger-api/swagger-codegen-generators/pull/1308 : When configuring the generator to use imports from the jakarta-namespace, then no javax-imports should be present in the...