2.2.1 maintenance release available

The Jspresso team has just released the first maintenance release of the 2.2 branch of the Jspresso framework (2.2.1). This release fixes some bugs that have been reported by users in the forum.
The fixes contained in this maintenance release are :
Bugs fixed

  • [ 2157885 ] Entities registered for update are not correctly processsed
  • [ 2181095 ] Build fails on linux for generated projects
  • [ 2201522 ] abstractFilterableBeanCollectionModule is broken

New features

  • Reference documentation has been updated to reflect the HR sample application new naming conventions.

We have also published a new version of the Jspresso archetype that links by default to the 2.2.1 version of the framework and that removes the workaround introduced to fix the bug #2181095. The new archetype will be used by maven automatically for generating new Jspresso projects. For existing ones, you can simply edit the pom.xml file located in your project root folder and change <version>2.2</version> to <version>2.2.1</version> of the jspresso-root parent pom. Then do a mvn clean package and the new framework artifacts should be used.
 
Enjoy!
The Jspresso team