News for Spring Data JDBC Extensions Project
We are pleased to announce the 1.2 release of the Spring Data JDBC Extensions project. This release updates the Querydsl dependency to 3.6.9 and adds an option to retrieve SearchResults
using the QueryDslTemplate
. See changelog for 1.2.1.RELEASE.
We are also pleased to announce the first milestone of the 2.0 version of the Spring Data JDBC Extensions project. The big changes for this release are:
- change to building with Java 7 or later
- upgrading the Oracle JDBC to version 12.1.0.2
- updating any dependencies to follow Spring IO Platform 2.0 including Spring Framework 4.2
- removing the Querydsl SQL support in this version (see below) …