Hi,
On Tue, May 6, 2014 at 9:43 PM, Hardy Ferentschik <hardy(a)hibernate.org> wrote:
I think I favour #2 atm, since it seems more symmetric.
I'm also in favour of #2.
On top of this we seem to agree that it is a good idea to set the
default depth value of @IndexedEmbedded to 0. This avoids the change in default values,
when includePaths is used. As a side effect the default @IndexedEmbedded annotation
becomes a no-op and should be treated as an invalid configuration.
The choice here is between:
#1 Log warning and move on
#2 Throw an exception due to invalid configuration
My choice would be #2 again.
Same here. Otherwise, it will break (mostly) silently a lot of
applications out there.
--
Guillaume