[hibernate-issues] [Hibernate-JIRA] Commented: (HV-318) Hibernate Validator doesn't compiles in OpenJDK 6

Hardy Ferentschik (JIRA) noreply at atlassian.com
Mon May 17 05:29:33 EDT 2010


    [ http://opensource.atlassian.com/projects/hibernate/browse/HV-318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=37164#action_37164 ] 

Hardy Ferentschik commented on HV-318:
--------------------------------------

Even this simple statement does not compile on openjdk 6:
{code}
Validation.byProvider( HibernateValidator.class );
{code}
I don't think that there is much we can do about it from the HV end.

> Hibernate Validator doesn't compiles in OpenJDK 6
> -------------------------------------------------
>
>                 Key: HV-318
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HV-318
>             Project: Hibernate Validator
>          Issue Type: Bug
>          Components: build
>         Environment: RHEL5, OpenJDK6
>            Reporter: Juraci Paixao Krohling
>            Assignee: Hardy Ferentschik
>             Fix For: 4.1.0
>
>
> {noformat} 
> /qa/hudson_ws/workspace/hibernate-validator-trunk/jdk/openjdk-local/label/RHEL5_any/trunk/hibernate-validator/src/test/java/org/hibernate/validator/util/TestUtil.java:[66,30] 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
> {noformat} 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list