It seems we are all ok except on the SearchFactory shuffling. Not we we agree (or
disagree) on that one.
On 28 Mar 2014, at 12:41, Hardy Ferentschik <hardy(a)hibernate.org> wrote:
Have we by now reached a consensus on wether or not to address the
package split?
Anyone against generally against it?
—Hardy
On 27 Jan 2014, at 14:17, Emmanuel Bernard <emmanuel(a)hibernate.org> wrote:
> On Thu 2014-03-27 12:40, Hardy Ferentschik wrote:
>>> the tricky part is that today SearchFactoryIntegrator extends
>>> SearchFactory, but since SearchFactoryIntegrator needs to say in
>>> Engine, it can't depend on SearchFactory. What would you think of
>>> breaking this parent-child relation?
>>> From a user's perspective they wouldn't be able to narrow down their
>>> SearchFactory to an SearchFactoryIntegrator, but we could provide an
>>> unwrap backdoor.
>
> I am not following you. You no longer want a common SearchFactory
> interface usable across all event source implementations?