Re: [hibernate-dev] [ORM] Documentation inconsistencies

2017-08-29 Thread Vlad Mihalcea
Hi, The inconsistencies are due to the latest release being done quite a long time ago. The 5.2 User Guide was generated when we released 5.2.10 while the GitHub repo contains many doc changes that will be available only when we release 5.2.11. Vlad On Tue, Aug 29, 2017 at 8:12 PM, Marko B wro

[hibernate-dev] [ORM] Documentation inconsistencies

2017-08-29 Thread Marko B
Hi all! I've noticed some inconsistency between the Hibernate ORM User Guide [1] and what seems to be in the documentation files in the GitHub repo. In particular examples of @GeneratedValue usages: Example 131. Unnamed sequence @Entity public class MyEntity { @Id @GeneratedValue( genera