mirror of
https://github.com/google/guice.git
synced 2024-04-21 12:32:36 +00:00
This does not add support for `toProvider(...)` to instances of `jakarta.inject.Provider` or classes/keys/typeLiterals of type `jakarta.inject.Provider`. See https://github.com/google/guice/issues/1383#issuecomment-1523410855 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: * https://github.com/google/guice/pull/1630 * https://github.com/google/guice/issues/1679 * https://github.com/google/guice/issues/1490 * https://github.com/google/guice/issues/1383 PiperOrigin-RevId: 527349023