[hibernate-dev] [Search and more] What is new in a give release

2017-09-06 Thread Emmanuel Bernard
Hey all, I was trying to answer the following question, what is roughly new between 5.6, 5.7 and 5.8 (minor releases)? My first reflex was to go to http://hibernate.org/search/downloads/ to read about the onliner per release. Except it’s a onliner per m

Re: [hibernate-dev] [Search and more] What is new in a give release

2017-09-06 Thread Yoann Rodiere
Hey, About Search, true, the information is somewhat hidden in many blog posts. I'm not sure the roadmap is the right place, though, since we probably want the format to be different for past and future releases: information for past releases is typically more precise and more verbose, with code e

Re: [hibernate-dev] [Search and more] What is new in a give release

2017-09-06 Thread Marko Bekhta
Hi Emmanuel, I did some updates to HV roadmap with this PR [1]. There's also some updates to HV contribute page. Maybe somebody could check those changes and if needed add more to what is present, if what is already there is fine. Have a nice day, Marko [1] https://github.com/hibernate/hibernate

Re: [hibernate-dev] [Search and more] What is new in a give release

2017-09-06 Thread Guillaume Smet
@Marko, Yes, I plan to review them this week and add additional things to it! On Wed, Sep 6, 2017 at 9:55 AM, Marko Bekhta wrote: > Hi Emmanuel, > > I did some updates to HV roadmap with this PR [1]. There's also some > updates to > HV contribute page. Maybe somebody could check those changes a

Re: [hibernate-dev] [Search and more] What is new in a give release

2017-09-06 Thread Sanne Grinovero
Thanks for that Emmanuel. I'll fix the one-liner describing the release, I believe we had already noticed this in the past: they need to describe the whole minor not the micro update. The Search roadmap actually also needs a little re-touch, I'll propose a PR for that too. Regarding past roadmaps

Re: [hibernate-dev] [Search and more] What is new in a give release

2017-09-06 Thread Steve Ebersole
This is something I brought up ages ago wrt ORM. I wanted something (although ideally integrated with the "more version friendly" hibernate.org design) similar to what I did atm on the ORM GitHub wiki. For example, for 5.2 we have: - https://github.com/hibernate/hibernate-orm/wiki/Roadmap5.2

Re: [hibernate-dev] CDI / ORM / WildFly / Search integration plumbing

2017-09-06 Thread Sanne Grinovero
Hi Gail, the failing test is CDIInjectionIT from my personal branch of Hibernate Search called "WildFly11" : https://github.com/Sanne/hibernate-search/blob/WildFly11/integrationtest/wildfly/src/test/java/org/hibernate/search/test/integration/wildfly/cdi/CDIInjectionIT.java It is an Arquillian te