Skip to content

2.0.0-RC2

Pre-release
Pre-release
Compare
Choose a tag to compare
@klakegg klakegg released this 10 Aug 08:51
· 282 commits to main since this release
  • DirectorySourceInstance looks for artifacts.xml in directory.
  • Testing and fixing of detection of CustomizationID and ProfileID.
  • Functionality for configuring validator.
  • Supporting parameters for stylesheets.
  • Better defaults in the sample application (validator-web).
  • ValidatorException is moved from no.difi.vefa.validator to no.difi.vefa.validator.api.
  • Cleaner use of exceptions in exposed classes.
  • Renaming 'Presenter' and associated to 'Renderer' for better communication.
  • Moving no.difi.vefa.validator.api to module validator-api.
  • More Javadoc in code.
<dependency>
    <groupId>no.difi.vefa</groupId>
    <artifactId>validator-core</artifactId>
    <version>2.0.0-RC2</version>
</dependency>