Re: [hibernate-dev] Hosting of binaries

2015-08-13 Thread Brett Meyer
> I really have no idea what you mean wrt "their ethics". Can you elaborate? Wrapping binaries and including bloatware, ads posing as large Download buttons and leading to shady sites, parent company more interested in squeezing out profit through sketchy means, etc. (Although, it sounds like

Re: [hibernate-dev] Hosting of binaries

2015-08-13 Thread Sanne Grinovero
On 13 August 2015 at 18:09, Steve Ebersole wrote: > So basically I think we should push both the artifacts and distros to > multiple places. To me the real question is that of process. How do we > get them to each place? Given that we have had trouble with SF for distro > uploads and Nexus for

Re: [hibernate-dev] Hosting of binaries

2015-08-13 Thread Steve Ebersole
So basically I think we should push both the artifacts and distros to multiple places. To me the real question is that of process. How do we get them to each place? Given that we have had trouble with SF for distro uploads and Nexus for artifact uploads, I'd prefer to not do those uploads as par

Re: [hibernate-dev] Hosting of binaries

2015-08-13 Thread Steve Ebersole
TBH SourceForge is generally the least of my worries when doing a release nowadays. Yes I have had trouble with it the last 2 releases due to their outage, but honestly the JBoss Nexus has been a bigger pain-point more often. And blogging is getting there too. Unless I am mistaken, distribution

Re: [hibernate-dev] Hosting of binaries

2015-08-13 Thread Sanne Grinovero
On 13 August 2015 at 15:50, Brett Meyer wrote: > Sorry, late to this... > > My vote would be to get rid of SourceForge entirely. I can't stand their > ethics, services, or downtime... > > We use download.jboss.org for Artificer and haven't had any issues. Fully > supports SCP or SFTP -- I alre

Re: [hibernate-dev] Hosting of binaries

2015-08-13 Thread Brett Meyer
Sorry, late to this... My vote would be to get rid of SourceForge entirely. I can't stand their ethics, services, or downtime... We use download.jboss.org for Artificer and haven't had any issues. Fully supports SCP or SFTP -- I already have it scripted and would be more than happy to help p

Re: [hibernate-dev] 4.2.20.Final and SourceForge problems; delaying 4.3.11.Final until next week

2015-08-13 Thread Brett Meyer
Could we still consider an alternative to SourceForge for the binary distribution? With all the crap they've been pulling, lately, in addition to the outages, I'd love to avoid it entirely... - Original Message - > From: "Hardy Ferentschik" > To: "Gail Badner" > Cc: "hibernate-dev" >

Re: [hibernate-dev] Hibernate5 migration

2015-08-13 Thread Steve Ebersole
For a lot of your questions, I'd highly suggest reading [1] and [2]. They are mostly the same content (asciidoc versus docbook). [1] - http://docs.jboss.org/hibernate/orm/5.0/topical/html/bootstrap/NativeBootstrapping.html [2] - http://docs.jboss.org/hibernate/orm/5.0/userGuide/en-US/html_single/

Re: [hibernate-dev] [HSEARCH] Usefulness of index sharing

2015-08-13 Thread Sanne Grinovero
On 13 August 2015 at 08:33, Gunnar Morling wrote: > Hi, > > 2015-08-12 17:46 GMT+02:00 Sanne Grinovero : >> That's an interesting proposal, as index sharing inherently implies >> that fields on different types shall not have conflicting mapping >> (i.e. don't reuse the same field name for a differ

Re: [hibernate-dev] [HSEARCH] Usefulness of index sharing

2015-08-13 Thread Gunnar Morling
Thanks for the feedback, Andrej! What kind of sharing is this, the one between types of one inheritance hierarchy we discussed or between unrelated types? In case of the latter, what's the reason that you need this? Would be interested to learn about the use case. --Gunnar 2015-08-12 23:17 GMT+

Re: [hibernate-dev] [HSEARCH] Usefulness of index sharing

2015-08-13 Thread Gunnar Morling
Hi, 2015-08-12 17:46 GMT+02:00 Sanne Grinovero : > That's an interesting proposal, as index sharing inherently implies > that fields on different types shall not have conflicting mapping > (i.e. don't reuse the same field name for a different type). > > By default we don't share indexes across unr