Re: [hibernate-dev] ORM Documentation

2015-07-27 Thread Steve Ebersole
Sanne, yep thats why I sent the second email with a link ;) Anyway.. I just pushed some initial work on the manual. Its not complete yet. And I still need to start on the mapping guide. Let me know any thoughts y'all have. On Mon, Jul 27, 2015 at 2:31 PM Sanne Grinovero wrote: > I didn't r

Re: [hibernate-dev] ORM Documentation

2015-07-27 Thread Sanne Grinovero
I didn't receive an attachment. AFAIK the mailing list drops them? On 27 Jul 2015 14:39, "Steve Ebersole" wrote: > I have been putting a lot of TLC into the ORM documentation this weekend > getting ready for 5.0 to go Final. To that end I have put together a > proposal for these changes, it is a

Re: [hibernate-dev] ORM Documentation

2015-07-27 Thread Steve Ebersole
Forgot our list strips attachments :) https://github.com/hibernate/hibernate-orm/wiki/Documentation-proposal On Mon, Jul 27, 2015 at 8:38 AM Steve Ebersole wrote: > I have been putting a lot of TLC into the ORM documentation this weekend > getting ready for 5.0 to go Final. To that end I have

Re: [hibernate-dev] MariaDB on CI

2015-07-27 Thread Steve Ebersole
Well the problem is that we have a few multi-catalog/schema tests: tests that specifically test referring to objects from multiple catalogs/schemas. And on top of that we have schema export tests that test being able to create catalogs and schemas. So we have a few options. We can pre-determine

[hibernate-dev] ORM Documentation

2015-07-27 Thread Steve Ebersole
I have been putting a lot of TLC into the ORM documentation this weekend getting ready for 5.0 to go Final. To that end I have put together a proposal for these changes, it is attached. I'd like to get some feedback. Thanks ___ hibernate-dev mailing li

Re: [hibernate-dev] [OGM] GridDialect facets

2015-07-27 Thread Gunnar Morling
2015-07-24 9:56 GMT+02:00 Emmanuel Bernard : > I have been adding a facet to GridDialect and found it surprisingly hard: > > * I was not sure which non datastore dialects was supposed to implement > the facet nor really how to find these non datastore dialects. I am talking > about GridDialectLogg