On 28-7-2016 18:07, Steve Ebersole wrote:
> I do think this is an error. I think the proper fix is to first
> make use of Exporter#getSqlCreateStrings via
> Dialect#getSequenceExporter.
>
> From there, either:
>
> 1. Change the standard Exporter to look at
> Dialect#supportsPooledSequences an
Moving this functionality into the Exporter is the correct answer.
Eventually those DIalect methods will go away.
On Sat, Jul 30, 2016 at 3:32 AM Mark Rotteveel wrote:
> On 28-7-2016 18:07, Steve Ebersole wrote:
> > I do think this is an error. I think the proper fix is to first
> > make use of
Do you need me to do anything in regards to HHH-10896 for these?
On Fri, Jul 29, 2016 at 6:55 PM Gail Badner wrote:
> I'm wrapping things up to release 5.0.10 and possibly 5.1.1 this weekend.
>
> Please do not push any commits to 5.0 or 5.1 branches.
>
> Thanks,
> Gail
> ___
FYI... https://hibernate.atlassian.net/browse/HHH-11010
ATM I have this scheduled for 6.0. In an ideal world we would have
performed these deprecations in 5.2 also and removed the deprecated methods
in 6.0. I can certainly be convinced to do this deprecation in 5.2 however
:)
On Sat, Jul 30, 2