Saturday, October 11, 2014

Validation-api

Hi

I am trying to use a library (drop wizard) which is determined to use hibernate-validator 5.1.2.Final, which depends on validation-api 1.1.0.Final.

In validation-api 1.1.0, there are some changes in the interfaces that refer to java reflection classes Method and Constructor.

I am now subsequently getting gwtc errors as there is no source code available for these classes.

Is there a way of providing the sources for these classes? 

/.gradle/caches/modules-2/files-2.1/javax.validation/validation-api/1.1.0.Final/7d49b53caed9bd81d172807c3e096d24f3c57090/validation-api-1.1.0.Final-sources.jar!/javax/validation/executable/ExecutableValidator.java'
         [ERROR] Line 53: No source code is available for type java.lang.reflect.Method; did you forget to inherit a required module?
         [ERROR] Line 94: No source code is available for type java.lang.reflect.Constructor<T>; did you forget to inherit a required module?

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment