Hibernate validator doesn't work well on JDK5

Description

Hibernate Validator doesn't work well with JDK 5 because of an Arrays.copyOf call which is available since JDK 6.

Exception in thread "main" java.lang.NoSuchMethodError: java.util.Arrays.copyOf([Ljava/lang/Object;I)[Ljava/lang/Object;
at org.hibernate.validator.engine.ValidatorImpl.determineGroupExecutionOrder(ValidatorImpl.java:194)
at org.hibernate.validator.engine.ValidatorImpl.validate(ValidatorImpl.java:120)

Environment

None

Activity

Show:
Fixed

Details

Assignee

Reporter

Bug Testcase Reminder (view)

Bug reports should generally be accompanied by a test case!

Bug Testcase Reminder (edit)

Bug reports should generally be accompanied by a test case!

Participants

Kevin Pollet

Components

Fix versions

Affects versions

Priority

Created December 5, 2010 at 3:29 PM
Updated January 14, 2011 at 9:51 PM
Resolved December 14, 2010 at 5:32 PM
Loading...