#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.
This commit is contained in:
Jens Schauder
2018-08-22 12:12:00 +02:00
parent d57068b410
commit f31c83a1f9

View File

@@ -25,6 +25,7 @@
<properties>
<spring-data-releasetrain.version>Lovelace-BUILD-SNAPSHOT</spring-data-releasetrain.version>
<spring.version>5.0.9.BUILD-SNAPSHOT</spring.version>
</properties>
<profiles>