Re: [hibernate-dev] HSEARCH-3000 Pick Jigsaw Automatic Module names for all published modules

2018-02-12 Thread Sanne Grinovero
The split package problem with Lucene won't easily go away, as we can't upgrade Lucene now. But I vaguely remember working with you on that, didn't we figure out that one of the Lucene modules wasn't essential? Either way, that's interesting to experiment with but we can't publish full modules as

Re: [hibernate-dev] HSEARCH-3000 Pick Jigsaw Automatic Module names for all published modules

2018-02-12 Thread Gunnar Morling
2018-02-12 19:28 GMT+01:00 Sanne Grinovero : > On 12 February 2018 at 18:00, Gunnar Morling wrote: > > > > > > 2018-02-12 17:55 GMT+01:00 Sanne Grinovero : > >> > >> Picking automatic module names for Hibernate Search isn't going to be > >> straight-forward as our two main jars (hibernate-search-

Re: [hibernate-dev] HSEARCH-3000 Pick Jigsaw Automatic Module names for all published modules

2018-02-12 Thread Sanne Grinovero
On 12 February 2018 at 18:28, Sanne Grinovero wrote: > On 12 February 2018 at 18:00, Gunnar Morling wrote: >> >> >> 2018-02-12 17:55 GMT+01:00 Sanne Grinovero : >>> >>> Picking automatic module names for Hibernate Search isn't going to be >>> straight-forward as our two main jars (hibernate-searc

Re: [hibernate-dev] HSEARCH-3000 Pick Jigsaw Automatic Module names for all published modules

2018-02-12 Thread Sanne Grinovero
On 12 February 2018 at 18:00, Gunnar Morling wrote: > > > 2018-02-12 17:55 GMT+01:00 Sanne Grinovero : >> >> Picking automatic module names for Hibernate Search isn't going to be >> straight-forward as our two main jars (hibernate-search-engine & >> hibernate-search-orm) suffer from split package

Re: [hibernate-dev] HSEARCH-3000 Pick Jigsaw Automatic Module names for all published modules

2018-02-12 Thread Gunnar Morling
2018-02-12 17:55 GMT+01:00 Sanne Grinovero : > Picking automatic module names for Hibernate Search isn't going to be > straight-forward as our two main jars (hibernate-search-engine & > hibernate-search-orm) suffer from split package among them. > > We can't really fix the split package problem wi

[hibernate-dev] HSEARCH-3000 Pick Jigsaw Automatic Module names for all published modules

2018-02-12 Thread Sanne Grinovero
Picking automatic module names for Hibernate Search isn't going to be straight-forward as our two main jars (hibernate-search-engine & hibernate-search-orm) suffer from split package among them. We can't really fix the split package problem without breaking all users, so if we want to consider tha

Re: [hibernate-dev] Make JpaCompliance available earlier

2018-02-12 Thread andrea boriero
I think it is fine, may be you can only get just the value of the specific setting instead of creating the entire JpaCompliance object. On 11 February 2018 at 17:01, Steve Ebersole wrote: > I am working on HHH-12282. I was thinking that the best solution would be > to check this setting at the

Re: [hibernate-dev] ORM DDL doesn't reflect BV constraints with validation mode CALLBACK

2018-02-12 Thread Gunnar Morling
Excellent; I've filed https://hibernate.atlassian.net/browse/HHH-12287 for this. I'll try and find some time to provide a PR. What's the cut-off date for 5.3? 2018-02-10 16:17 GMT+01:00 Steve Ebersole : > Yes, I agree. > > On Sat, Feb 10, 2018, 7:55 AM Gunnar Morling wrote: > >> 2018-02-09 16:2