> Can you confirm that some static method is involved here (which was the case
> for HV-818)? I can't see one on your Email class but maybe there is one on
> AbstractEntity?
AbstractEntity -- static method at the bottom:
(but Email is not the only one that extends AbstractEntity,
where my issue
Hi Ales,
could you try running against Hibernate Validator 5.0.2-SNAPSHOT.
I just deployed it and it would be interesting to see whether it fixes the
problem prior to creating a final release.
—Hardy
On 12 Jan 2013, at 11:26, Ales Justin wrote:
>> Can you confirm that some static method is
ORM currently uses Arquillian to test hibernate-osgi (and afaik Validator does
the same). Since at least ORM, Validator, and Search have moved or are moving
towards supporting OSGi environments, would it make more sense to create
hibernate/hibernate-osgi-integration-tests and wire it to a new C
In Hibernate Search there is a Maven module responsible for running
performance tests, which takes several minutes to run.
Since it's quite annoying for day to day development, and especially
during a release process as the process runs the tests multiple times,
the module is only enabled when exp
This sounds like a good idea. You will hit the more general problem of the
compatibility matrix and snapshot against snapshot issue we need to address to
avoid the micro version incompatibilities that have hit Search and ORM
recently.
> On 12 déc. 2013, at 19:29, Brett Meyer wrote:
>
> ORM c