[hibernate-dev] [HSEARCH] Feedback on Elasticsearch presentation

2016-05-02 Thread Emmanuel Bernard
Hey all, I've done a presentation of the new Elasticsearch integration with a Elasticsearch developer+advocate. Here are some key inputs from the listener feedback. The presentation was a Tools in Action (30 mins) where we took a JPA app, added Elasticsearch for entity indexing manually (describi

Re: [hibernate-dev] Various expectation changes in hibernate-core after consolidating hibernate-entitymanager

2016-05-02 Thread Steve Ebersole
Vlad, there is one last failure in those documentation tests: org.hibernate.userguide.flush.AutoFlushTest#testFlushAutoSQLNativeSession This is indicative of another change specifically consolidating Query. On Sat, Apr 30, 2016 at 9:06 AM Steve Ebersole wrote: > We are seeing this too in your d

Re: [hibernate-dev] Various expectation changes in hibernate-core after consolidating hibernate-entitymanager

2016-05-02 Thread Vlad Mihalcea
Hi, I'll update the docs to match the changes. Vlad On Tue, May 3, 2016 at 6:18 AM, Steve Ebersole wrote: > Vlad, there is one last failure in those documentation > tests: > org.hibernate.userguide.flush.AutoFlushTest#testFlushAutoSQLNativeSession > > This is indicative of another change spec