Community
Participate
Working Groups
Build Identifier: 1.2.0.v201111160433 If the optimizer is not specified in SequenceStyleGenerator annotation then in the generated hibernate configuration the option for optimizer should be missing - then the determination which optimizer to be used is delegated to Hibernate - e.g. if the incrementSize <= 1 then it is none otherwise it is pooled unless the hibernate configuration hibernate.id.optimizer.pooled.prefer_lo is set to true then it will be pooled-lo Reproducible: Always Steps to Reproduce: 1.Add a SequenceStyleGenerator annotation that does not have optimizer specified 2. 3.
Pushed to git, will be in next build.
Build is done and published