#232 - Added example to show JPA stream executions are rejected without surrounding transaction.

This commit is contained in:
Oliver Gierke
2016-12-14 15:36:24 +01:00
parent cd36f6f0da
commit 1ddfd03d84
2 changed files with 15 additions and 0 deletions

View File

@@ -10,5 +10,9 @@
<artifactId>spring-data-jpa-java8</artifactId>
<name>Spring Data JPA - Java 8 specific features</name>
<properties>
<spring-data-releasetrain.version>Ingalls-BUILD-SNAPSHOT</spring-data-releasetrain.version>
</properties>
</project>