Re: [hibernate-dev] [Search] Providing an alias for the indexed type

2017-11-15 Thread Yoann Rodiere
Indeed it would make sense to allow custom type names, in particular in ES 5 and below. In Elasticsearch 6, you can only have one type per index. The main impact is that we will have to choose between two solutions: 1. Either we continue as before (multiple types per index), but we somehow

[hibernate-dev] Hibernate Validator 6.0.5.Final released

2017-11-15 Thread Guillaume Smet
Hi, We just released Hibernate Validator 6.0.5.Final. It fixes a couple of regressions and introduces a few nice enhancements contributed/suggested by our users. It is a recommended upgrade for everyone already using 6.0.x. For more information, read the full announcement here: http://in.relati

Re: [hibernate-dev] HHH-12007

2017-11-15 Thread Steve Ebersole
I'll assume you mean AbstractEntityTuplizer#persistTransientEntity, as called from IncrediblySillyJpaMapsIdMappedIdentifierValueMarshaller via org.hibernate.tuple.entity.AbstractEntityTuplizer#determineEntityIdPersistIfNecessary[1] - if that's not correct let us know. With that assumption... It i

Re: [hibernate-dev] HHH-12007

2017-11-15 Thread Gail Badner
Yes, your right, it's AbstractEntityTuplizer#determineEntityIdPersistIfNecessary. AFAICT, in most cases, it got resolved by forcing cascade-persist to the key-many-to-one associations. In the one test that failed, DerivedIdentitySimpleParentIdClassDepTest, IncrediblySillyJpaMapsIdMappedIdentifier