DATACMNS-112, DATACMNS-109 - Upgraded to Querydsl 2.3.0.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<name>Spring Data Commons Core</name>
|
||||
|
||||
<properties>
|
||||
<querydsl.version>2.2.0</querydsl.version>
|
||||
<querydsl.version>2.3.0</querydsl.version>
|
||||
<cdi.version>1.0</cdi.version>
|
||||
<webbeans.version>1.1.3</webbeans.version>
|
||||
</properties>
|
||||
|
||||
@@ -43,6 +43,7 @@ class TypeVariableTypeInformation<T> extends ParentTypeAwareTypeInformation<T> {
|
||||
* @param owningType must not be {@literal null}
|
||||
* @param parent
|
||||
*/
|
||||
@SuppressWarnings("rawtypes")
|
||||
public TypeVariableTypeInformation(TypeVariable<?> variable, Type owningType, TypeDiscoverer<?> parent, Map<TypeVariable, Type> map) {
|
||||
|
||||
super(variable, parent, map);
|
||||
|
||||
Reference in New Issue
Block a user