diff --git a/readme.md b/readme.md index e3ce9e8e3..d34e921dd 100644 --- a/readme.md +++ b/readme.md @@ -152,4 +152,38 @@ File -> Import -> Maven -> Existing Maven project See here - \ No newline at end of file + + + +## Interaction with other open source projects + +One of the best parts about working on the Spring Petclinic application is that we have the opportunity to work in direct contact with many other Open Source projects. We found some bugs/suggested improvements on various topics such as Spring, Spring Data, Bean Validation and even Eclipse! In many cases, they've been fixed/implemented in just a few days. +Here is a list of them: + + + + + + + + + + + + + + + + + +
Spring JDBC: simplify usage of NamedParameterJdbcTemplate SPR-10256 and SPR-10257
Bean Validation / Hibernate Validator: simplify Maven dependencies and backward compatibility + HV-790 and HV-792 +
Spring Data: provide more flexibility when working with JPQL queries + DATAJPA-292 +
Eclipse: validation bug when working with .tag/.tagx files + STS-3294 +
+ + + +