Skip to content

Commit f31c83a

Browse files
committed
#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.
1 parent d57068b commit f31c83a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jdbc/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
<properties>
2727
<spring-data-releasetrain.version>Lovelace-BUILD-SNAPSHOT</spring-data-releasetrain.version>
28+
<spring.version>5.0.9.BUILD-SNAPSHOT</spring.version>
2829
</properties>
2930

3031
<profiles>

0 commit comments

Comments
 (0)