Re: [hibernate-dev] [ORM] Javadoc errors fixing

2018-07-15 Thread Guillaume Smet
Yup, that's what I thought. I'll keep the branch and try to reapply it on top of 6 sometime in the future when 6 will be our main branch. On Sun, Jul 15, 2018 at 2:16 AM Steve Ebersole wrote: > I'd really rather not have to deal with changes like this on top of > everything else while integrati

Re: [hibernate-dev] [ORM] Javadoc errors fixing

2018-07-14 Thread Steve Ebersole
I'd really rather not have to deal with changes like this on top of everything else while integrating 5.3 and 6.0. On Sat, Jul 14, 2018, 2:31 PM Guillaume Smet wrote: > Hi, > > So due to the issue with Asciidoclet I exposed in my previous email, I > thought for some time that they had removed t

[hibernate-dev] [ORM] Javadoc errors fixing

2018-07-14 Thread Guillaume Smet
Hi, So due to the issue with Asciidoclet I exposed in my previous email, I thought for some time that they had removed the -XDoclint flag in Java 11. Thus I started cleaning up all the Javadoc errors we have in the ORM source code... This led to the following changes: https://github.com/hibernat