Skip to:
The hibernate 6.* versions of the getting started docs have a link to tutorial code but it returns a 404.
Here is an example of a broken link:
https://docs.jboss.org/hibernate/orm/6.1/quickstart/html_single/hibernate-tutorials.zip
After asking on discourse, the correct link is:
https://docs.jboss.org/hibernate/orm/6.1/quickstart/html_single/hibernate-tutorials.zip-6.1.1.Final.zip
That download link is correct but the downloaded source code does not build. The following patch to the downloaded code allows it to be built and run successfully.
Hi ,
Thanks for the Jira.
The broken links have been fixed by .
The tutorial code is still broken.
The hibernate 6.* versions of the getting started docs have a link to tutorial code but it returns a 404.
Here is an example of a broken link:
https://docs.jboss.org/hibernate/orm/6.1/quickstart/html_single/hibernate-tutorials.zip
After asking on discourse, the correct link is:
https://docs.jboss.org/hibernate/orm/6.1/quickstart/html_single/hibernate-tutorials.zip-6.1.1.Final.zip
That download link is correct but the downloaded source code does not build. The following patch to the downloaded code allows it to be built and run successfully.