GreenDelta / epd-editor

This is an editor for ILCD data sets with EPD format extensions
Mozilla Public License 2.0
4 stars 2 forks source link

Update ILCD Validation library #54

Closed okworx closed 3 years ago

okworx commented 3 years ago

The validation library and profiles have been reworked to allow a more modular approach in building profiles. The library has been upgraded to 2.0.10 and along with an updated validation profile for ÖKOBAUDAT will be fetched from Maven Central just like all other dependencies. The profile will be copied to its designated folder during mvn package.

The validation messages will now contain the aspect description if available, which gives some more detail to the specific validation step.

The code has been adapted to a small API change where the ProfileManager instance is now called using .getInstance() instead of .INSTANCE.