Skip to content

Commit

Permalink
Change the way we reference what 6.0 supports in the README, so it do…
Browse files Browse the repository at this point in the history
…esn't get transformed into jakarta.

Also note that 5.1 only supports javax.

PiperOrigin-RevId: 529858655
  • Loading branch information
sameb authored and Guice Team committed May 6, 2023
1 parent 24324ca commit 9ac4767
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Guice
====

- **Latest release: [5.1.0](https://github.com/google/guice/wiki/Guice510)**
- **Latest release: [5.1.0](https://github.com/google/guice/wiki/Guice510) (supports `javax.{inject,servlet,persistence}`)**
- **Latest pre-releases:**
* **[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.0.0-rc1](https://github.com/google/guice/wiki/Guice700) (supports `jakarta.inject`, `jakarta.servlet`, and `jakarta.persistence`)**
* **[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.0.0-rc1](https://github.com/google/guice/wiki/Guice700) (supports `jakarta.{inject,servlet,persistence}`)**
- **Documentation:**
* [User Guide](https://github.com/google/guice/wiki/Motivation),
* [5.1.0 javadocs](https://google.github.io/guice/api-docs/5.1.0/javadoc/index.html)
Expand Down

0 comments on commit 9ac4767

Please sign in to comment.