Commit Graph

26 Commits

Author SHA1 Message Date
Oliver Gierke
4cf37f3527 #252 - Upgraded to Spring Boot 1.5 snapshots (and thus Ingalls).
Let JPA examples work with latest Hibernate (5.2.7).
2017-01-27 12:35:55 +01:00
Oliver Gierke
1ddfd03d84 #232 - Added example to show JPA stream executions are rejected without surrounding transaction. 2016-12-14 15:36:24 +01:00
Oliver Gierke
17296a6b30 #210 - Switched to annotation based registration of entity listeners. 2016-09-28 19:07:31 +02:00
Oliver Gierke
0f7afacafc #204 - Upgraded to Spring Boot 1.4 GA. 2016-07-28 18:09:18 +02:00
Oliver Gierke
6684c8c69b #190 - More simplifications for Spring Boot 1.4 M3.
Replaced all occurrences of @SpringApplicationConfiguration with @SpringBootTest. Using SpringRunner instead of @SpringJUnit4ClassRunner now.
2016-06-10 21:26:46 +02:00
Svante Kumlien
5a9b785499 #135 - Fixed some typos in readmes. 2015-10-15 09:15:41 +02:00
Oliver Gierke
0c1bee04b3 #128 - Upgraded to Spring Data Gosling GA.
Spring Boot 1.3.0 M2 -> 1.3.0 M4
Spring Framework 4.2.0 -> 4.2.1
2015-09-03 17:14:09 +02:00
Oliver Gierke
9641cb7f53 #113 - Upgraded to Spring Boot 1.3 M2.
Removed temporary upgrades to Spring Framework build snapshots where possible.
2015-07-15 09:49:50 +02:00
Thomas Darimont
8037e4d157 #106 - Add CompletableFuture example to readme. 2015-06-18 14:38:25 +02:00
Oliver Gierke
8ed43d34fc #106 - Polishing.
Some JavaDoc improvements, copyright headers. Using a logger instead of System.out in the test case now. Removed commented out dependency declaration from JPA pom.xml.
2015-06-18 14:23:29 +02:00
Thomas Darimont
fd7d35a826 #106 - Add example with CompletableFuture and Java 8 for JPA.
Simple test case that demonstrates CompletableFuture.

Original pull request: #106.
2015-06-18 14:12:55 +02:00
Thomas Darimont
65cef4132d #66 - Added JPA example for using Java 8 Streams with a derived query.
This example demonstrates the usage of Java 8 Stream as return type for derived queries.
2015-03-12 14:20:49 +01:00
Oliver Gierke
2c97493f9f #62 - Added a section on the Stream usage to the README.
Original pull request: #63.
2015-03-09 12:53:44 +01:00
Thomas Darimont
f5e6b3b6be #62 - Add example for Java 8 Streams in JPA.
This example demonstrates streaming of results in JPA.

Original pull request: #63.
2015-03-09 12:53:43 +01:00
Oliver Gierke
966d3c9e44 #59 - Upgraded to Spring Data Fowler RC1. 2015-03-09 12:53:42 +01:00
Oliver Gierke
a865425657 #45 - Polished POM for JPA Java 8 module. 2015-03-09 12:53:42 +01:00
Oliver Gierke
0abc0dc3b1 #45 - Adapt to type moves of JSR-310 attribute converters. 2015-01-08 09:42:29 +01:00
Oliver Gierke
7f3339a610 #45 - Removed Jadira user types in favor of new JPA 2.1 AttributeConverters.
We now activate the JSR-310 AttributeConverters shipped with Spring Data JPA 1.8. Removed the dependency to Jadira user types and switch to non-time-zoned Java 8 LocalDateTime.

Original pull request: #46.
2015-01-04 18:09:14 +01:00
Oliver Gierke
e953f6d5e5 #45 - Temporarily add required Spring Data JPA dependencies. 2014-12-30 19:19:35 +01:00
Oliver Gierke
7473831b41 Upgraded to Spring Data Evans RC1.
Move to Java 8 entirely.
2014-08-13 18:14:17 +02:00
Oliver Gierke
d1623673d8 Polishing of CustomerRepository in JPA Java 8 sample project. 2014-07-22 06:33:18 +02:00
Oliver Gierke
d748923519 Added sample for invocation of JDK 8 default method on a repository. 2014-07-07 16:08:05 +02:00
Oliver Gierke
a3a1db24d0 Upgraded to Spring Boot 1.1.0. 2014-06-16 17:03:58 +02:00
Oliver Gierke
c3afe35d2f Upgraded to Spring Data Dijkstra GA release. 2014-05-21 11:07:32 +02:00
Oliver Gierke
410f408f47 Upgraded Java 8 DateTime example to use Jadira UserTypes.
Upgraded to Jadira Usertypes 3.2 to be able tu use Hibernate-specific UserType to make sure JDK 8 date/time types get converted into appropriate SQL types by the persistence provider.
2014-05-06 14:38:58 +02:00
Oliver Gierke
0ddb2ba0d6 Added showcase for JDK 8's Optional support on repository methods.
Abbreviated JPA sample module folder names. Renamed the Java 8 auditing sample module to Java 8 module as it not only contains samples for auditing anymore.
2014-04-22 14:48:00 +02:00