-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels