#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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user