Just wanted to point out a new repo in our GitHub org:
https://github.com/hibernate/hibernate-test-case-templates
Many users have asked to have templates to use when creating reproducer/regression tests
for bug reports. As a starting point, I included both a standalone example, as well as
one that uses our unit-test framework's BaseCoreFunctionalTest.
Feel free to make modifications to these, upstream, as necessary. ORM is currently the
only project with templates, but I assume this might be helpful for Search, Validator, and
OGM as well.