updated history
This commit is contained in:
36
History.md
36
History.md
@@ -1,19 +1,23 @@
|
|||||||
- #722
|
|
||||||
- #774
|
2.16.4
|
||||||
- #742/#753
|
=======
|
||||||
- #778
|
2025-04-19
|
||||||
- #759
|
- #722 extend ValidationLogVisualizer to not use only file system
|
||||||
- #614, #770
|
- #774 disable XML parsing entities
|
||||||
- #728
|
- #742/#753 "Adresszusatz 1" (LineTwo) showing up as "Postfach" in HTML visualization
|
||||||
- #776
|
- #778 Added XEE Protection features (that were missing according to Stackoverflow)
|
||||||
- #741
|
- #759 Use the dedicated class instead of var type
|
||||||
- #782
|
- #614, #770 Exemption reason text should not be reused
|
||||||
- #772
|
- #728 Invoice setCorrection causes duplicate XML output
|
||||||
- #775
|
- #776 Fix potential resource leaks in core file processing classes
|
||||||
- #802
|
- #741 read position accountingReference
|
||||||
- #809
|
- #782/771 prevent NullPointerException on Product Description
|
||||||
- #812
|
- #772 TradeParty Name should be optional for ShipToTradeParty
|
||||||
- #818
|
- #775 not deleted tmp files
|
||||||
|
- #802 fix: capital letter for ID in listID
|
||||||
|
- #809 invoice reader to support multiple charges per item
|
||||||
|
- #812 fileattachment relation should have a default
|
||||||
|
- #818 need exceptions from files validated with validateExpectValid
|
||||||
|
|
||||||
|
|
||||||
2.16.3
|
2.16.3
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ public class ValidatorFileWalker
|
|||||||
@Override
|
@Override
|
||||||
public FileVisitResult postVisitDirectory(Path dir,
|
public FileVisitResult postVisitDirectory(Path dir,
|
||||||
IOException exc) {
|
IOException exc) {
|
||||||
LOGGER.info("\nDirectory: %s%n", dir);
|
LOGGER.info(String.format("\nDirectory: %s \n", dir));
|
||||||
return FileVisitResult.CONTINUE;
|
return FileVisitResult.CONTINUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user