3.5.1-Final is a maintenance release of mainly minor bug fixes. Two fixes in particular were non-minor:

  • HHH-5102 is particularly big issue if you happen to combine InheritanceType.JOINED with an "intermediate" @MappedSuperclass
  • HHH-4965 would lead to incorrect results when using a JPA Criteria query if using certain types of literals (mostly an issue with certain entity and custom types)

Additionally quite a bit of work was done on the reference documentation and javadocs (especially in now having some aggregated javadocs).

Check out the release page for the full list of changes.

Please report any issues to Jira. Visit us on IRC or the forums if you have usage questions.

Get'em while they are hot!


Back to top