Re: [hibernate-dev] Possible bug in hibernate-validator ValidatorImpl

2014-09-09 Thread Itai Frenkel
bug in hibernate-validator ValidatorImpl Hi, 2014-08-21 12:38 GMT+02:00 Itai Frenkel mailto:i...@forter.com>>: Hello, TL;DR: Need an opinion if to open a JIRA (since reproduction is very tricky) I am using the @UnwrapValidatedValue with a custom Guava OptionalUnwrapper and som

Re: [hibernate-dev] Possible bug in hibernate-validator ValidatorImpl

2014-08-21 Thread Gunnar Morling
Hi, 2014-08-21 12:38 GMT+02:00 Itai Frenkel : > Hello, > > TL;DR: Need an opinion if to open a JIRA (since reproduction is very > tricky) > > > I am using the @UnwrapValidatedValue with a custom Guava OptionalUnwrapper > and sometimes OptionalUnwrapper#getValidatedValueType() is called also for >

[hibernate-dev] Possible bug in hibernate-validator ValidatorImpl

2014-08-21 Thread Itai Frenkel
Hello, TL;DR: Need an opinion if to open a JIRA (since reproduction is very tricky) I am using the @UnwrapValidatedValue with a custom Guava OptionalUnwrapper and sometimes OptionalUnwrapper#getValidatedValueType() is called also for non-Optional<> fields. The bug reproduction is sporadic an