You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great plugin. Very helpful when interfacing with SOAP/XML services (that tend to grow more legacy with each passing day, but that's another topic 😄). However there's one feature still missing.
Right now if I write
I am using the plugin in Gradle together with wsdl2java and jaxb2commons. If I don't specify the generic type everything seems to produce code that compiles, but that means I have to do unsafe casting everywhere.
Any chance to fix this or work around more elegantly?
The text was updated successfully, but these errors were encountered:
Great plugin. Very helpful when interfacing with SOAP/XML services (that tend to grow more legacy with each passing day, but that's another topic 😄). However there's one feature still missing.
Right now if I write
in my bindings file, I get a non-compiling class with
I am using the plugin in Gradle together with wsdl2java and jaxb2commons. If I don't specify the generic type everything seems to produce code that compiles, but that means I have to do unsafe casting everywhere.
Any chance to fix this or work around more elegantly?
The text was updated successfully, but these errors were encountered: