openxava
Blog

September 18, 2023

OpenXava 7.1.6 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.1.6</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.

Improvements

We have done some improvements:

  • New method cloneWith59999 in the Dates utility class to set seconds to 59 and milliseconds 999.

Upgraded libraries

We have upgraded the following third party libraries:

  • Embedded Tomcat used in development upgraded to 9.0.80.
  • Groovy upgraded to 4.0.14
  • Driver version in doc and new projects upgraded for AS/400.

Documentation

We have been working to improve documentation:

  • Doc about internationalization (i18n) improved.

We release new docs and videos constantly, not waiting for the official release of the code. So you have been already using some of the above material, although all the above docs are in the GitHub under the 7.1.6 tag.

Bug fixes

We have done many fixes:

  • Fix: Actions for a @DescriptionsList inside an @ElementCollection are displayed in the next cell.
  • Fix: 3 level property in @ElementCollection fails if base reference is shown too and as @DescriptionsList.
  • Fix: @DescriptionsList with condition doesn't show value for existing data if the condition no longer met.
  • Fix: ModuleTestBase.execute() does not work for row actions in Cards format.
  • Fix: Module is not well initialized after Tomcat restart sometimes (__MODIFIED_CONTROLLER__ not defined).
  • Fix: When @File property stores an image still shows the id with Generate PDF or Generate Excel.
  • Fix: @DescriptionsList message if missing property doesn't indicate model, reference nor reference model.
  • Fix: IForwardAction does not work if the application is behind a proxy.
  • Fix: URLValidator for WEBURL stereotype falsely triggers for correct URLs.
  • Fix: View.selLabelId() for references as @DescriptionsList fails from time to time.
  • Fix: Grouping after filtering or sorting the list fails if the @Tab has a baseCondition and an IFilter.
  • Fix: Going back to "No grouping" in list fails if we have used setBaseCondition() on the Tab object.
  • Fix: Filtering by date and time in list does not found the record if it has seconds or milliseconds in db.

blog comments powered by Disqus

Español - 中文