[
http://opensource.atlassian.com/projects/hibernate/browse/HV-531?page=com...
]
Kevin Pollet commented on HV-531:
---------------------------------
The problem is that the AP is annotated with
{code}
@SupportedSourceVersion(SourceVersion.RELEASE_6)
{code}
One solution might be to define the following method in the AP and remove the annotation.
{code}
@Override
public SourceVersion getSupportedSourceVersion() {
return SourceVersion.latestSupported();
}
{code}
hibernate-validator-annotation-processor tests fails when running
against JDK7
------------------------------------------------------------------------------
Key: HV-531
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HV-531
Project: Hibernate Validator
Issue Type: Bug
Components: annotation-processor, tests
Affects Versions: 4.2.0.Final
Reporter: Hardy Ferentschik
Fix For: 4.3.0.next
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira