roskart / dropwizard-jaxws

Dropwizard bundle that enables building SOAP web services and clients using JAX-WS API
Apache License 2.0
43 stars 36 forks source link

Upgrading to dropwizard 3.0.x breaks #41

Open njohannisson opened 7 months ago

njohannisson commented 7 months ago

Hi, i am forced to upgrade to dropwizard 3.0.x, because of underlying software requirements. Unfortunatly, now one of my "add-on" libs breaks, because it depends on dropwizard-jaxws. It appears that "io.dropwizard.ConfiguredBundle" class is not available anymore (required by getClient). As far as i can see, there is no newer version than 1.2.3 . Any plans to upgrade for recent dropwizard versions? Or any suggestion how i can fix this issue on my own? thank a lot Nico

roskart commented 7 months ago

See pull request #39 (and linked issues #37 and #38). I haven't gotten around to review it yet.

njohannisson commented 7 months ago

looks promising! But i need to reference an "official" dependency in my pom... any chance for it?