openxava
Blog

December 12, 2022

OpenXava 7.0.3 released

This is a maintenance version with many bug fixes and some small improvements.

To update edit the pom.xml file in your project and change the value of the openxava.version property, in this way:

<properties>
    <openxava.version>7.0.3</openxava.version>
    ...
</properties>

Then rebuild your project:

  • With OpenXava Studio:
    • Right mouse button in your project > Run As > Maven clean
    • Right mouse button in your project > Run As > Maven install
  • Or with command line: mvn clean package

Look at the migration instructions.

Upgraded libraries

We have upgraded the following third party libraries:

  • Hibernate Envers upgraded to 5.6.14.
  • Embedded Tomcat used in development upgraded to 9.0.69.
  • Driver versions in doc and new projects upgraded for Microsoft SQL Server, Informix and Firebird.

Small improvements

We have made some small improvements:

  • New property distinct in DescriptionsCalculator to allow not duplicated results.
  • Removed Tab.DESCRIPTIONS_LIST_SEPARATOR final variable.

Bug fixes

We have done many fixes:

  • Fix: @DescriptionsList in an @ElementCollection depending on a member of the main entity does not work.  
  • Fix: Wrong date formatting when pressing ENTER in the field after fill the date.
  • Fix: @OnChange action not executed always on date with time editor when using calendar popup.
  • Fix: @OnChange action is executed several times on date with time editor as changing using calendar.
  • Fix: Time is formatted with incorrect separator with Java 8 for Serbian language.
  • Fix: ValidValuesRadioButton editor for enums is not shown when the editor is read only.
  • Fix: Tooltips do not work for @DescriptionsList references.
  • Fix: Bad values for list filter in combos if @DescriptionsList uses several fields for description.
  • Fix: Sometimes property names used for list configuration names do not match the column label in list.
  • Fix: Missing configuration property in LeanXcale documentation.
  • Fix: Typos in View chapter of Reference Guide.
  • Fix: Some missing images in the Chinese version of course.   
  • Fix: SchemaTool adds a double semicolon at the end of each sentence in console output.

blog comments powered by Disqus

Español - 中文