On this page
7.8.2 (2024-11-07) Fixed
Added option maven.layer.module
on LayerType to indicate that the layer type must be included as a Maven module for
a component in the JEE application project.
7.8.1 (2024-11-06) Added
[NSX-285][NSX-550] Added option legacy.view.knockout.forceStruts2
to force the use of Struts2 for the Knockout UI
when the JAX-RS standard API is enabled.
7.8.0 (2024-11-05) Changed
Updated Struts2 from 6.4.0
to 6.6.1
.
The application root POM and component root POM now add dependencies on layer modules based on the model instead of a
hardcoded template.
Removed
Removed experimental option experimental.maven.noViewPom
.
7.7.3 (2024-10-08) Changed
[VEGA-392] Unique Constraints are now implemented in separate {DataElement}Uniqueness
classes.
[VEGA-392] Unique Constraints will now ignore instances deleted with a soft delete (disabled field).
[VEGA-390] Fixed an issue with the hasBridgeClass
option where the wrong method name would be used on a Local Agent.
[VEGA-383] Added @Deprecated
to getDetails()
and getDataRef()
methods in several locations.
Added @Deprecated
to remaining delete(Long)
, getInfo()
, getName()
and getId()
methods.
Usage of deprecated interfaces, such as IFieldValidator
and several specific converter interfaces has been removed.
Changed Struts validator classes to make use of the api provided by Struts instead of a handmade solution relying on
reflection.
Refactored logic in several places that still relied on deprecated methods.
7.7.2 (2024-08-12) Fixed
[NSX-454][VEGA-382] Fixed issues with null
values in UniqueConstraint query.
Merged
Merged 6.2.8 into master.