Re: [hibernate-dev] Composite IDs with a null property/field

2019-12-16 Thread Gail Badner
I've confirmed that the same inserts result in a constraint violation using Oracle 12c: insert into bundle (BUNDLE_NAME, KEY, LOCALE) values('bundle1', 'key1', null); insert into bundle (BUNDLE_NAME, KEY, LOCALE) values('bundle1', 'key1', null); I'm trying to figure out what would be needed to su

[hibernate-dev] Hibernate Search 6.0.0.Beta3 released

2019-12-16 Thread Yoann Rodiere
Hello, We just published Hibernate Search 6.0.0.Beta3. This release mainly brings schema improvements, deep customization of Elasticsearch search requests, more powerful bridge definitions, and restores features such as the search query timeouts. It also includes upgrades to Lucene 8.3.0, Elasti