4.x.x release notes

4.1.0.RELEASE

  • Changed new PageRequest() to PageRequest.of()

  • Changed new Sort() to Sort.by()

  • Removed hardcoded dependency to hibernate-jpa-2.1-api which was restricting us to work with JPA 2.2

  • Pinned version of cypress because of incompatibility between cypress/browsers:chrome65-ff57 and node8

  • Switched to JUnit5

4.0.0.RELEASE

  • Requires Across 5.0.0.

  • Behaviour of EntityLinkBuilder has been changed due to changes in Spring 5 concerning URL encoding of parameters.