From f31c83a1f9756b920b4556383ad0e087652d8ceb Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Wed, 22 Aug 2018 12:12:00 +0200 Subject: [PATCH] #399 - Depending on Spring Framework 5.0.9-BUILD SNAPSHOT. With JDK 11 ApplicationListeners implemented as lambdas don't get correctly handled at the moment. This is fixed for Spring Framework 5.0.9, which isn't released yet. Therefore we depend for the JDBC examples on the snapshot. An alternative would be to use proper classes instead of lambdas. See also: SPR-17093. --- jdbc/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/jdbc/pom.xml b/jdbc/pom.xml index c973a673..c9d57805 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -25,6 +25,7 @@ Lovelace-BUILD-SNAPSHOT + 5.0.9.BUILD-SNAPSHOT