File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11
2+ 2.2 / 2016-05-13
3+ ==================
4+
5+ * Set an empty list as default value for output data
6+ * Fix for using @Embedded class (by @wimdeblauwe )
7+
8+ 2.1 / 2016-04-09
9+ ==================
10+
11+ * Add toString methods to mappings
12+ * Prevent unnecessary query when no results are found by the count query
13+ * Add an optional pre-filtering specification
14+ * Update code style
15+ * Fix string cast for QueryDSL predicates (fix #6 )
16+
2172.0 / 2016-03-04
318==================
419
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public class UserRestController {
2828<dependency>
2929<groupId>com.github.darrachequesne</groupId>
3030<artifactId>spring-data-jpa-datatables</artifactId>
31- <version>2.1 </version>
31+ <version>2.2 </version>
3232</dependency>
3333```
3434
Original file line number Diff line number Diff line change 55
66<groupId >com.github.darrachequesne</groupId >
77<artifactId >spring-data-jpa-datatables</artifactId >
8- <version >2.1 </version >
8+ <version >2.2 </version >
99
1010<name >Spring Data JPA for DataTables</name >
1111<description >Spring Data JPA extension to work with the great jQuery plug-in DataTables (http://datatables.net/)</description >
You can’t perform that action at this time.
0 commit comments