Thanks for the answer.
It seems that only the org.hibernate.validator.jtype package is missing.
I have created a plugin that automatically opens source files when
debugging a JBoss AS server. The plugin can't find source for the
classes in this package.
Best regards,
Snjeza
Gunnar Morling wrote:
Hi,
JType is actually an external API [1] which sources are not part of
the HV code base.
As of HV 4.2 JType is shaded into HV to
org.hibernate.validator.jtype.* during the build using the Maven shade
plugin [1]. So for the sources you'd have to inspect the original
JType sources. For HV 4.3 we're considering to change that, though
we're not completely sure which route to take, see HV-534 [3] and the
GitHub pull request [4].
Are you missing any other sources besides the JType ones?
--Gunnar
[1]
http://code.google.com/p/jtype/
[2]
http://maven.apache.org/plugins/maven-shade-plugin/
[3]
https://hibernate.onjira.com/browse/HV-534
[4]
https://github.com/hibernate/hibernate-validator/pull/97
2012/1/26 Snjezana Peco <snjezana.peco(a)redhat.com>:
> Hello,
>
> I have been working on
https://issues.jboss.org/browse/JBIDE-9309 -
> Easily adding full JBoss AS source.
> I have noticed that hibernate-validator-4.2.0.Final-sources.jar doesn't
> contain all Java source files. The complete
> org.hibernate.validator.jtype package is missing, for instance.
> Could you please tell me what the reason is?
>
> Thanks,
> Snjeza
>
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev(a)lists.jboss.org
>
https://lists.jboss.org/mailman/listinfo/hibernate-dev
>