Re: [hibernate-dev] javax.money

2015-12-23 Thread Gunnar Morling
It's software, so everything is *possible*. Question is whether we deem it acceptable for the user having to depend on another submodule or not. If you think that's ok, then go for it ;) 2015-12-22 23:09 GMT+01:00 Steve Ebersole : > You mean in addition to Maven's own documentation? Quote[1]: >

[hibernate-dev] HHH-5855 bug report and a possible fix

2015-12-23 Thread Vlad Mihalcea
Hi guys I decided to spend some time to investigate the infamous HHH-5855 ( https://hibernate.atlassian.net/browse/HHH-5855 ) bug and this is my report. One of the first thing that I noticed is that Sets are fine, while this bug only replicates with bidirectional Bags. After some hours of debug

Re: [hibernate-dev] HHH-5855 bug report and a possible fix

2015-12-23 Thread Gail Badner
Hi Vlad, I've spend quite a bit of time on this one and already have a fix. I just have some tests to add to confirm. I will look into what you suggest, but please check with me first if you see that an issue is assigned to me. Thanks, Gail On Wed, Dec 23, 2015 at 4:13 AM, Vlad Mihalcea wrote:

Re: [hibernate-dev] HHH-5855 bug report and a possible fix

2015-12-23 Thread Gail Badner
We really don't want to initialize a List when merging. Instead, we want to do the same sort of replace on the values stored in the DelayedOperation objects. That way, the collection will be initialized only when necessary. The DelayedOperations are executed on flush. I'll should get a pull request

Re: [hibernate-dev] HHH-5855 bug report and a possible fix

2015-12-23 Thread Vlad Mihalcea
Hi Gail, I'm glad there is a development plan on this one . I've been following this issue for a couple of years and seen some recent comments which reminded me of it. Someone asked me on my blog if we can get it fixed, as it's causing problems when people are trying to merge back detached entitie

[hibernate-dev] Oracle12cDialect identity support

2015-12-23 Thread Gail Badner
Oracle12cDialect was added in 5.0 by HHH-9044. Unfortunately there are problems with the new identity support that Oracle12cDialect introduced (HHH-9983). The fix for HHH-9983 involved SPI changes, so it was applied to master for 5.1 (only). A couple of weeks ago, Andrea found that identities seem