Skip to content

Commit 9ac4767

Browse files
samebGuice Team
authored andcommitted
Change the way we reference what 6.0 supports in the README, so it doesn't get transformed into jakarta.
Also note that 5.1 only supports javax. PiperOrigin-RevId: 529858655
1 parent 24324ca commit 9ac4767

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Guice
22
====
33

4-
- **Latest release: [5.1.0](https://github.com/google/guice/wiki/Guice510)**
4+
- **Latest release: [5.1.0](https://github.com/google/guice/wiki/Guice510) (supports `javax.{inject,servlet,persistence}`)**
55
- **Latest pre-releases:**
6-
* **[6.0.0-rc2](https://github.com/google/guice/wiki/Guice600) (supports `jakarta.inject`, `jakarta.servlet`, and `jakarta.persistence`, [mostly supports](https://github.com/google/guice/wiki/Guice600#jee-jakarta-transition) `jakarta.inject`)**
7-
* **[7.0.0-rc1](https://github.com/google/guice/wiki/Guice700) (supports `jakarta.inject`, `jakarta.servlet`, and `jakarta.persistence`)**
6+
* **[6.0.0-rc2](https://github.com/google/guice/wiki/Guice600) (supports `javax.{inject,servlet,persistence}`, [mostly supports](https://github.com/google/guice/wiki/Guice600#jee-jakarta-transition) `jakarta.inject`)**
7+
* **[7.0.0-rc1](https://github.com/google/guice/wiki/Guice700) (supports `jakarta.{inject,servlet,persistence}`)**
88
- **Documentation:**
99
* [User Guide](https://github.com/google/guice/wiki/Motivation),
1010
* [5.1.0 javadocs](https://google.github.io/guice/api-docs/5.1.0/javadoc/index.html)

0 commit comments

Comments
 (0)