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
Please replace Guide's dependency from javax.inject to jakarta.inject. See google/dagger#2058 for a related discussion.
By the looks of it, the package name remains the same so this is a drop-in replacement. The reason you want to make this change is anyone depending on guice is currently forced to add this to Maven:
Please replace Guide's dependency from
javax.inject
tojakarta.inject
. See google/dagger#2058 for a related discussion.By the looks of it, the package name remains the same so this is a drop-in replacement. The reason you want to make this change is anyone depending on guice is currently forced to add this to Maven:
to avoid getting the following error at boot time:
java.lang.module.ResolutionException: Modules jakarta.inject and javax.inject export package javax.inject to module org.flywaydb.core'.
The text was updated successfully, but these errors were encountered: