From af09f5db7f77c28804f2ee3550f8ab056d520544 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 16 Jan 2023 11:02:54 +0000 Subject: [PATCH] Add note to README about Spring 6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7377606..4deec7e 100644 --- a/README.md +++ b/README.md @@ -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)