Skip to content
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

Add support for jakarta.inject to core Guice. #1711

Merged
merged 1 commit into from
Apr 26, 2023

Commits on Apr 26, 2023

  1. Add support for jakarta.inject to core Guice.

    This does not add support for `toProvider(...)` to instances of `jakarta.inject.Provider` or classes/keys/typeLiterals of type `jakarta.inject.Provider`. See #1383 (comment) for details of the plans. The Guice 6.0 release will support `javax.inject` _and_ `jakarta.inject` (excluding `toProvider()` support for `jakarta.inject`), and the Guice 7.0+ release will remove the `javax.inject` references.
    
    Further background on these issues:
     * #1630
     * #1679
     * #1490
     * #1383
    
    PiperOrigin-RevId: 527349023
    sameb authored and Guice Team committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    5eff2ea View commit details
    Browse the repository at this point in the history