I checked out sources and did mvn clean install, but build failed to
compile. Here is the partial output:

[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure

/home/karan/projects/oss/bval/bval-jsr303/src/test/java/org/apache/bval/jsr303/BootstrapTest.java:[122,27]
incompatible types; inferred type argument(s) java.lang.Object do not
conform to bounds of type variable(s) T
found   : <T>javax.validation.bootstrap.ProviderSpecificBootstrap<T>
required: java.lang.Object

/home/karan/projects/oss/bval/bval-jsr303/src/test/java/org/apache/bval/jsr303/CustomConstraintValidatorFactoryTest.java:[67,73]
incompatible types; inferred type argument(s) java.lang.Object do not
conform to bounds of type variable(s) T
found   : <T>javax.validation.bootstrap.ProviderSpecificBootstrap<T>
required: java.lang.Object

/home/karan/projects/oss/bval/bval-jsr303/src/test/java/org/apache/bval/jsr303/xml/ValidationParserTest.java:[68,35]
incompatible types; inferred type argument(s) java.lang.Object do not
conform to bounds of type variable(s) T
found   : <T>javax.validation.bootstrap.ProviderSpecificBootstrap<T>
required: java.lang.Object


-- 
Karan Singh Malhi

Reply via email to