Add note to README about Spring 6

This commit is contained in:
Dave Syer
2023-01-16 11:02:54 +00:00
parent 0c5828a864
commit af09f5db7f

View File

@@ -1,5 +1,5 @@
This project provides bridges between Spring and Guice so that you can
use one from the other (and vice versa)
use one from the other (and vice versa). It works with Spring 6 (or at least the tests are green), but Guice does [not support the Jakarta annotations](https://github.com/google/guice/issues/1383) so it may break in unexpected ways.
![Build Status](https://travis-ci.org/spring-projects/spring-guice.svg?branch=master)