Re: [hibernate-dev] Serializable SessionFactory

2018-01-11 Thread Vlad Mihalcea
Yes, out of the JVM. This PR allows the SF to be serialized to a file, so the next time we bootstrap, we reload the whole SF from the file instead. There are many unforeseen issues probably related to this PR and it might hurt maintenance in the long-run. For this reason, I'm going to leave the P

Re: [hibernate-dev] Serializable SessionFactory

2018-01-11 Thread Steve Ebersole
I just don't see how serializing a full SessionFactory to disk is a good idea. What do you mean by "avoiding (caching) the DB metadata retrieving the part"? On Thu, Jan 11, 2018 at 2:08 AM Vlad Mihalcea wrote: > Yes, out of the JVM. This PR allows the SF to be serialized to a file, so > the nex

Re: [hibernate-dev] Serializable SessionFactory

2018-01-11 Thread Sanne Grinovero
On 11 January 2018 at 12:39, Steve Ebersole wrote: > I just don't see how serializing a full SessionFactory to disk is a good > idea. > > What do you mean by "avoiding (caching) the DB metadata retrieving the > part"? I'm wondering too. I would be very cautious with that: if the datasource connec

[hibernate-dev] Bulk delete behavior for collection tables

2018-01-11 Thread Christian Beikov
Hey, so HHH-5529 defines a feature which I'd like to work on but want to hear opinions first. Currently, bulk deletes only clear join tables of the affected entity type. I guess one could argue that this was done because collection table in con

Re: [hibernate-dev] Bulk delete behavior for collection tables

2018-01-11 Thread Gail Badner
Hi Christian, I'm pretty sure this was implemented, but that it introduced a regression and ended up being reverted. I'll try to find the issue so you can see the code that was used. Regards, Gail On Thu, Jan 11, 2018 at 8:56 AM, Christian Beikov < christian.bei...@gmail.com> wrote: > Hey, > >

Re: [hibernate-dev] Bulk delete behavior for collection tables

2018-01-11 Thread Gail Badner
Please see https://hibernate.atlassian.net/browse/HHH-9283. On Thu, Jan 11, 2018 at 11:43 AM, Gail Badner wrote: > Hi Christian, > > I'm pretty sure this was implemented, but that it introduced a regression > and ended up being reverted. I'll try to find the issue so you can see the > code that

[hibernate-dev] Should HHH-12150 be fixed in 5.3.0.Beta?

2018-01-11 Thread Gail Badner
HHH-12150 is currently set to be fixed in 5.3.0. I have some time I can spend on this. There's another issue involving @MapKeyColumn, HHH-10575. Should I work on these, or something else for 5.3.0.Beta? ___ hibernate-dev mailing list hibernate-dev@lists.

[hibernate-dev] replace Pax Exam with Docker

2018-01-11 Thread Brett Meyer
I'm fed up with Pax Exam and would love to replace it as the hibernate-osgi integration test harness.  Most of the Karaf committers I've been working with hate it more than I do.  Every single time we upgrade the Karaf version, something less-than-minor in hibernate-osgi, upgrade/change depen

Re: [hibernate-dev] HHH-12172 - Bintray v. OSSRH

2018-01-11 Thread Brett Meyer
Sorry for the late and probably irrelevant response... We're using an in-house Artifactory instance at a gig and it's been trash.  I can't speak to the UI or management end, nor Bintray, but Artifactory's platform doesn't seem as polished (can't believe I just said that) or stable (can't believ