[hibernate-dev] Implicit and physical naming strategies

2016-03-21 Thread Gail Badner
I see documentation of implicit and physical naming strategies for 5.1 [1], but not for 5.0. Where in the 5.0 documentation is this information? Have changes been made to this functionality in 5.1? Thanks, Gail [1]

Re: [hibernate-dev] Blog tag vs categories

2016-03-21 Thread Davide D'Alto
It seems that "Off-topic" and "Off topic" are basically the same tag, they both point to: http://in.relation.to/off-topic/index.html It's probably a bug in the tag cloud generation On Mon, Mar 21, 2016 at 3:13 PM, Davide D'Alto wrote: > > I'm ok to remove it, but I

Re: [hibernate-dev] Blog tag vs categories

2016-03-21 Thread Davide D'Alto
> I'm ok to remove it, but I don't buy that reason: it sounds more like a technical limitation than something which should affect our capability to produce good content. The lack of validation of the tags is a technical limitation, and should not be too hard to add, keeping the words in the cloud

Re: [hibernate-dev] Blog tag vs categories

2016-03-21 Thread Emmanuel Bernard
On Mon 2016-03-21 14:26, Sanne Grinovero wrote: > On 21 March 2016 at 14:10, Davide D'Alto wrote: > > The problem with having many tags is that you will have a huge tag cloud > > with just a few words more visible than the others. > > This was the case before we did some

Re: [hibernate-dev] ArrayHelper cleanup

2016-03-21 Thread Vlad Mihalcea
Good thing that you mentioned it. I'd have go through all Hibernate projects to make sure that I don't miss any method usage case. On Mon, Mar 21, 2016 at 4:54 PM, Emmanuel Bernard wrote: > On Mon 2016-03-21 13:38, Vlad Mihalcea wrote: > > Hi, > > > > When reviewing this

Re: [hibernate-dev] hibernate.hbm2ddl.auto = none

2016-03-21 Thread Vlad Mihalcea
Sounds like a good idea. We can have a value of 'none' which can be used to easily make the switch from an external property during build. for instance. +1 Vlad On Mon, Mar 21, 2016 at 4:43 PM, Sanne Grinovero wrote: > Hello all, > I've often used, and see others use, the

Re: [hibernate-dev] ArrayHelper cleanup

2016-03-21 Thread Emmanuel Bernard
On Mon 2016-03-21 13:38, Vlad Mihalcea wrote: > Hi, > > When reviewing this PR ( > https://github.com/hibernate/hibernate-orm/pull/1305/files), I noticed that > some methods can be simply replaced by java.util.Arrays (e.g. indexOf, > toStringArray), > while other methods are not used at all (e.g.

[hibernate-dev] hibernate.hbm2ddl.auto = none

2016-03-21 Thread Sanne Grinovero
Hello all, I've often used, and see others use, the value "none" for the property hibernate.hbm2ddl.auto. In recent versions of Hibernate ORM I now get the following warning: [WARN] SessionFactoryBuilderImpl: Unrecognized hbm2ddl_auto value : none. Supported values include create, create-drop,

Re: [hibernate-dev] Blog tag vs categories

2016-03-21 Thread Sanne Grinovero
On 21 March 2016 at 14:10, Davide D'Alto wrote: > The problem with having many tags is that you will have a huge tag cloud > with just a few words more visible than the others. > This was the case before we did some clean up. In our case it also becomes > hard to keep track

Re: [hibernate-dev] Blog tag vs categories

2016-03-21 Thread Davide D'Alto
The problem with having many tags is that you will have a huge tag cloud with just a few words more visible than the others. This was the case before we did some clean up. In our case it also becomes hard to keep track of the tags we already used with the result of several duplicates. Now that I

Re: [hibernate-dev] Blog tag vs categories

2016-03-21 Thread Sanne Grinovero
Sorry that restriction wasn't clear to me. Could we wait some time before deleting it? I'm afraid I shared that link on social media, e.g. the Elasticsearch forums. BTW It's not clear to me why you fear an explosion; having a tag cloud is not uncommon on blogs, and is based on the idea of having

[hibernate-dev] ArrayHelper cleanup

2016-03-21 Thread Vlad Mihalcea
Hi, When reviewing this PR ( https://github.com/hibernate/hibernate-orm/pull/1305/files), I noticed that some methods can be simply replaced by java.util.Arrays (e.g. indexOf, toStringArray), while other methods are not used at all (e.g. reverse). Since this is an internal helper utility, do we

[hibernate-dev] Blog tag vs categories

2016-03-21 Thread Emmanuel Bernard
It looks like you have created the elasticsearch tag in the blog http://in.relation.to/elasticsearch/ I thought we had decided to use tags more as well defined categories: * the projects or specs we work on * 'Events', 'Releases', 'Discussion', 'Off-topic' Do you really think we should extend

Re: [hibernate-dev] JDBC uses ON_CLOSE connection release mode

2016-03-21 Thread Vlad Mihalcea
Hi Gail, For the 5.0 branch, I could update the doc for this issue. A new release will publish the updated doc, right? Should the documentation be updated for the 4.x branches too? Vlad On Thu, Mar 17, 2016 at 9:04 PM, Steve Ebersole wrote: > It looks like it changed