Commit graph

73 commits

Author SHA1 Message Date
Andreas Penski (init)
649ea6c0c4 documentation 2020-05-06 10:49:12 +02:00
Andreas Penski (init)
edb8427dec create tests for resolvers 2020-05-04 16:27:55 +02:00
Andreas Penski (init)
7671977249 reduce visibility 2020-05-04 14:59:21 +02:00
Andreas Penski (init)
01ae592862 more tests 2020-05-04 14:57:07 +02:00
Andreas Penski
7dc62012a6 some cleanup 2020-05-03 16:52:55 +02:00
Andreas Penski (init)
1a001a1af4 more tests 2020-05-01 13:47:40 +02:00
Andreas Penski (init)
7abc072911 cleanup 2020-04-30 17:57:02 +02:00
Andreas Penski (init)
2c479eded5 some more tests 2020-04-30 17:44:23 +02:00
Andreas Penski (init)
46ddea57d6 some more tests 2020-04-30 15:49:09 +02:00
Andreas Penski (init)
0bb0f6671d some more tests 2020-04-30 15:41:39 +02:00
Andreas Penski (init)
16dc45ab46 some more tests 2020-04-30 14:28:51 +02:00
Andreas Penski (init)
fcf3ff2bf1 use random ports;
tests for the Daemon
2020-04-30 10:32:22 +02:00
Andreas Penski (init)
a739868c3b remove generated code on clean; sonar fixes 2020-04-29 17:10:30 +02:00
Andreas Penski (init)
d0000fc698 get rid of ObjectFactory.java 2020-04-29 16:57:15 +02:00
Andreas Penski (init)
5b1d0cd467 (fix) tests 2020-04-29 13:55:12 +02:00
Andreas Penski (init)
7ca3ef90f3 (enhance) ContentRepository is only based on uri and strategy 2020-04-29 10:29:30 +02:00
Andreas Penski (init)
35c0797898 (enhance) introduce resolving strategy (configurable xml security); introduce API configuration 2020-04-29 10:06:00 +02:00
Andreas Penski (init)
7a86f049ac Refactor: don't reuse JAXB objects for internal configuration; create a Configuration interface. 2020-04-21 08:34:56 +02:00
Andreas Penski (init)
e0bd3ec8ab Merge branch 'branch-1.2.x'
# Conflicts:
#	CHANGELOG.md
#	src/main/java/de/kosit/validationtool/impl/model/BaseScenario.java
#	src/test/java/de/kosit/validationtool/impl/DefaultCheckTest.java
2020-04-16 13:56:12 +02:00
Andreas Penski (init)
e28a9d9f80 #50 (fix) remove 'fallback' attribute from xml view 2020-04-16 11:59:04 +02:00
Andreas Penski (init)
a1a7328b8f #50 (fix) Validator creates invalid createReportInput xml in case of no scenrio match 2020-04-15 14:50:45 +02:00
Andreas Penski (init)
6aab106075 Merge remote-tracking branch 'origin/branch-1.2.x'
# Conflicts:
#	CHANGELOG.md
#	src/main/java/de/kosit/validationtool/impl/model/BaseScenario.java
2020-03-23 11:14:29 +01:00
Andreas Penski (init)
2a9cdc551a (chore) Extends Result-API, provide more information about schematron results 2020-03-20 15:13:44 +01:00
Andreas Penski (init)
ab341feece (fix) Handling acceptMatch correctly, compute the result based on schema and schematron on absence of "acceptMath" 2020-03-20 14:22:33 +01:00
Renzo Kottmann
13acb9ff7e Translate getAcceptRecommendation javadoc to English 2020-03-20 11:20:23 +01:00
Renzo Kottmann
bd60ddc41d Translate to English 2020-03-20 11:20:14 +01:00
Andreas Penski (init)
1807c78c51 Merge branch 'branch-1.1.x'
# Conflicts:
#	src/test/java/de/kosit/validationtool/impl/SaxonSecurityTest.java
2020-02-17 16:50:49 +01:00
Andreas Penski (init)
ed3f37eb3f (fix) correctly disable xxe with saxon api 2020-02-17 16:49:26 +01:00
Andreas Penski (init)
435c428c5f (chore) default (invalid) match for fallback scenario 2020-01-24 10:42:25 +01:00
Andreas Penski (init)
69372a9d5d #41 Testing processing errors while running schema or schematron validations
ignore fields on base class during marshalling
2020-01-24 10:10:24 +01:00
Andreas Penski (init)
0d7aeb5de7 #41 Testing processing errors while running schema or schematron validations 2020-01-24 09:40:41 +01:00
Andreas Penski (init)
382e1a5a72 Merge branch 'branch-1.1.x'
# Conflicts:
#	pom.xml
#	src/main/java/de/kosit/validationtool/impl/tasks/SchemaValidationAction.java
#	src/test/java/de/kosit/validationtool/impl/SchemaValidatorActionTest.java
2020-01-23 16:43:10 +01:00
Andreas Penski (init)
b6141bce23 #41 No schematron validation after schema errors 2020-01-23 16:20:18 +01:00
Andreas Penski (init)
8224690b6a #40 Fix NPE in Result.getReportDocument for malformed xml input
Compute correct Hashcode, when Input is malformed
2020-01-06 12:09:17 +01:00
Andreas Penski (init)
5f18236b68 Merge remote-tracking branch 'origin/branch-1.1.x' 2020-01-06 11:50:26 +01:00
Andreas Penski (init)
7f57d8744b #40 Fix NPE in Result.getReportDocument for malformed xml input
Information about parsing errors in fallback-report
2020-01-06 11:49:42 +01:00
Andreas Penski (init)
5cb2c0ebcc Merge branch 'branch-1.1.x'
# Conflicts:
#	pom.xml
#	src/main/java/de/kosit/validationtool/impl/tasks/SchemaValidationAction.java
2020-01-06 11:02:22 +01:00
Andreas Penski (init)
da70421620 #40 Fix NPE in Result.getReportDocument for malformed xml input 2020-01-06 09:10:45 +01:00
Andreas Penski (init)
7ec7414875 #39 Lazily read inputstream
use URI loading where applicable
2019-12-18 16:38:08 +01:00
Andreas Penski
efd4fd5fff #39 The supplied Input unnecessarily is not written into memory 2019-12-18 15:57:44 +01:00
Andreas Penski (init)
0f8e0754cb (chore) cleanup javadoc 2019-12-18 15:02:02 +01:00
Andreas Penski (init)
e7ebac9db0 (chore) remove unused code 2019-12-11 09:58:03 +01:00
Andreas Penski (init)
0771f88f4d (chore) cleanup logging 2019-12-10 14:49:08 +01:00
Andreas Penski (init)
fa5966d464 #41 fix validation of garbage e.g. non xml files 2019-08-14 11:28:12 +02:00
Andreas Penski (init)
f491d6897e (fix) compile 2019-06-28 14:42:34 +02:00
Andreas Penski (init)
0a28e41d98 (chore) refactoring der html extraktion 2019-06-28 14:35:00 +02:00
Andreas Penski
b4429bed89 #14 load from jar einfacher 2019-06-28 13:58:09 +02:00
Andreas Penski (init)
3184ac5c00 #35 fix rückgabe im erfolgsfall 2019-06-28 13:39:40 +02:00
Andreas Penski (init)
88b3f01276 (wip) Rückgabe von Informationen für den Fehlerfall 2019-06-28 13:39:40 +02:00
Andreas Penski
6fba84f31b Resolve "Make engine version configurable" 2019-06-24 16:47:07 +02:00