diff --git a/.gitignore b/.gitignore index aecfb3a..d05cb58 100644 --- a/.gitignore +++ b/.gitignore @@ -38,7 +38,7 @@ src/generated .settings .vscode *.code-workspace - +*.xpr # Testing stuff xrechnung diff --git a/CHANGELOG.md b/CHANGELOG.md index 3378748..7219df8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,27 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.4.1 + +### Fixed + +- Allow more than 3 customLevel elements in scenarios (see xrechnung + configuration [ issue 49](https://github.com/itplr-kosit/validator-configuration-xrechnung/issues/49)) +- Remove saxon signature from java8 uber-jar (see [67](https://github.com/itplr-kosit/validator/issues/67)) + ## 1.4.0 ### Fixed -- date conversion when using [ConfigurationBuilder#date(Date)](https://github.com/itplr-kosit/validator/blob/d7beb1040418ae5cbeb9427532fd87482f55756c/src/main/java/de/kosit/validationtool/config/ConfigurationBuilder.java#L109) + +- date conversion when + using [ConfigurationBuilder#date(Date)](https://github.com/itplr-kosit/validator/blob/d7beb1040418ae5cbeb9427532fd87482f55756c/src/main/java/de/kosit/validationtool/config/ConfigurationBuilder.java#L109) - [CLI] [#51](https://github.com/itplr-kosit/validator/issues/51) Suffix of report xml is missing - [#53](https://github.com/itplr-kosit/validator/issues/53) Fix copyright and licensing information -- [#56](https://github.com/itplr-kosit/validator/issues/56) `namespace` element content needs trimming -- [DAEMON] [#57](https://github.com/itplr-kosit/validator/issues/57) Reading large inputs correctly +- [#56](https://github.com/itplr-kosit/validator/issues/56) `namespace` element content needs trimming +- [DAEMON] [#57](https://github.com/itplr-kosit/validator/issues/57) Reading large inputs correctly ### Added + - read saxon XdmNode with InputFactory - [CLI] custom output without the various log messages - [CLI] options to set the log level (`-X` = full debug output, `-l ` set a specific level) diff --git a/pom.xml b/pom.xml index f6d4c5a..66c5325 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ KoSIT XML Prüftool Implementierung de.kosit - 1.4.1-SNAPSHOT + 1.4.2-SNAPSHOT validationtool KoSIT XML Validator against XSD and Schematron based on defined scenarios. @@ -273,11 +273,18 @@ de.kosit.validationtool.cmd.CommandLineApplication - - - META-INF/TE-050AC.SF - + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + **/module-info.class + + + diff --git a/src/main/model/xsd/scenarios.xsd b/src/main/model/xsd/scenarios.xsd index b626c06..ef432e2 100644 --- a/src/main/model/xsd/scenarios.xsd +++ b/src/main/model/xsd/scenarios.xsd @@ -126,7 +126,7 @@ - +