File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11
2+ 3.0 / 2016-11-19
3+ ==================
4+
5+ * [ refactor] update mappings (and reduce boilerplate with lombok) (#35 )
6+ * [ chore] update dependencies (using spring bom) (#36 )
7+ * [ fix] Restrict eager loading to @OneToOne and @OneToMany relationships (#39 )
8+
292.6 / 2016-10-13
310==================
411
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.6 </version>
31+ <version>3.0 </version>
3232</dependency>
3333```
3434
Original file line number Diff line number Diff line change 1111
1212<groupId >com.github.darrachequesne</groupId >
1313<artifactId >spring-data-jpa-datatables</artifactId >
14- <version >3.0.0-SNAPSHOT </version >
14+ <version >3.0</version >
1515
1616<name >Spring Data JPA for DataTables</name >
1717<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