-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
major(deps): Upgrade to Guice v7 #239
Conversation
Hey @jsfr do you recall how we are supposed to version and release Prop? |
Not really. But looking at the workflows it looks like it's using |
This reverts commit a5c16f8.
# Conflicts: # prop-all/src/test/kotlin/io/pleo/prop/objects/BothNamedAnnotations.kt
c9bade1
to
60e4783
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you, E! 👍
@@ -20,7 +20,8 @@ import java.lang.reflect.ParameterizedType | |||
import java.lang.reflect.Type | |||
import java.util.Optional.ofNullable | |||
import java.util.function.Predicate | |||
import javax.inject.Named | |||
import com.google.inject.name.Named as JuiceNamed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small alias naming inconsistency, in another place it was GoogleNamed
Upgrade to Guice v7
BREAKING CHANGE: This drops support for
javax.inject
in favor ofjakarta.inject
.com.google.inject
is still supported.