dhatim / dropwizard-correlation-id

MIT License
6 stars 3 forks source link

Migrating to Dropwizard 3.0.0 #29

Open mustafashabib opened 1 year ago

mustafashabib commented 1 year ago

Hey there

As part of the migration to jakarta namespaces, we are attempting to migrate to Dropwizard 3.0.0 - however, it seems that the dropwizard-correlation-id might need to migrate as well, since we're seeing this compilation issue

e: Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:
    class ru.vyarus.dropwizard.guice.GuiceBundle, unresolved supertypes: io.dropwizard.ConfiguredBundle
    class io.dropwizard.web.WebBundle, unresolved supertypes: io.dropwizard.ConfiguredBundle
    class org.dhatim.dropwizard.correlationid.CorrelationIdBundle, unresolved supertypes: io.dropwizard.ConfiguredBundle
Adding -Xextended-compiler-checks argument might provide additional information.

Due to the changing of namespaces on the Dropwizard side.

ochedru commented 1 year ago

Just released version 4.0.0 for Dropwizard 4. I do not plan to support Dropwizard 3. Feel free to submit a PR if you want support for Dropwizard 3.