Andreas Penski (init)
|
8fc0fa4d35
|
(chore) prepare release
|
2020-02-20 15:42:05 +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)
|
3ad1f449fa
|
(chore) cleanup test
|
2020-01-27 14:52:52 +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)
|
2bc35389e3
|
(chore) keep dist zip
|
2020-01-21 09:02:18 +01:00 |
|
Andreas Penski (init)
|
96e82e0009
|
[maven-release-plugin] prepare for next development iteration
|
2020-01-21 08:51:22 +01:00 |
|
Andreas Penski (init)
|
7786d309e2
|
(chore) cleanup after test
|
2020-01-06 13:38: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)
|
0ca79fc89d
|
(chore) prepare bugfix release
|
2020-01-06 09:12:34 +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
|
0c26fa7420
|
Merge branch '39-input-soll-nicht-die-datei-im-speicher-ablegen' into 'master'
Resolve "Input soll NICHT die Datei im Speicher ablegen"
See merge request kosit/validator!20
|
2019-12-18 15:57:44 +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)
|
d7ee019194
|
[maven-release-plugin] prepare for next development iteration
|
2019-12-18 15:09:41 +01:00 |
|
Andreas Penski (init)
|
b44603b55f
|
[maven-release-plugin] prepare release v1.1.1
|
2019-12-18 15:09:36 +01:00 |
|
Andreas Penski (init)
|
0f8e0754cb
|
(chore) cleanup javadoc
|
2019-12-18 15:02:02 +01:00 |
|
Andreas Penski (init)
|
26eded6de1
|
(chore) cleanup changelog, prepare release
|
2019-12-17 10:02:17 +01:00 |
|
Andreas Penski (init)
|
f599a459ff
|
Merge remote-tracking branch 'origin/master'
|
2019-12-11 09:59:06 +01:00 |
|
Andreas Penski (init)
|
e7ebac9db0
|
(chore) remove unused code
|
2019-12-11 09:58:03 +01:00 |
|
Andreas Penski
|
03859b8d90
|
Merge branch '42-add-addtional-build-images-to-gitlab-ci' into 'master'
Resolve "Add addtional build images to GitLab CI"
Closes #42
See merge request kosit/validator!21
|
2019-12-11 09:04:46 +01:00 |
|
Victor Del Campo Camacho
|
97795bc9f4
|
Resolve "Add addtional build images to GitLab CI"
|
2019-12-11 09:04:46 +01:00 |
|
Andreas Penski (init)
|
0771f88f4d
|
(chore) cleanup logging
|
2019-12-10 14:49:08 +01:00 |
|
Andreas Penski (init)
|
5e579dcd11
|
#41 fix validation of garbage e.g. non xml files
Testing also with not wellformed xml files
|
2019-12-10 14:48:28 +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)
|
2d85fccd95
|
[maven-release-plugin] prepare for next development iteration
|
2019-07-03 13:27:56 +02:00 |
|
Andreas Penski (init)
|
3b4a3c0c9d
|
(chore) change developer connnection
|
2019-07-03 12:58:01 +02:00 |
|
Andreas Penski (init)
|
dffc494ff2
|
(chore) change developer connnection
|
2019-07-03 12:56:48 +02:00 |
|
Andreas Penski (init)
|
49421ac880
|
(chore) next version defined
|
2019-07-03 11:07:21 +02:00 |
|
Renzo Kottmann
|
53de78bdc7
|
Fixed package naming in docu
|
2019-07-03 10:22:55 +02:00 |
|
Andreas Penski (init)
|
d9468bcf55
|
(chore) fix typo
|
2019-07-03 09:38:04 +02:00 |
|
Andreas Penski (init)
|
15ed9f606b
|
(chore) fix links
|
2019-07-03 09:35:30 +02:00 |
|
Andreas Penski (init)
|
a8b15bb20a
|
(chore) rename execution after changing build setup
|
2019-07-03 09:29:25 +02:00 |
|
Andreas Penski (init)
|
6849de69b4
|
#36 remove warnings from assembly plugin
|
2019-07-03 09:26:07 +02:00 |
|
Andreas Penski (init)
|
129c7e084c
|
#37 remove shade plugin warnings
|
2019-07-03 09:09:14 +02:00 |
|
Andreas Penski (init)
|
948ec463e0
|
#36 remove warnings from assembly plugin
|
2019-07-03 09:01:25 +02:00 |
|
Renzo Kottmann
|
91dedc6cf4
|
Updated API doc to current status
|
2019-07-02 15:00:03 +02:00 |
|
Renzo Kottmann
|
b349307941
|
Updated changelog.md
|
2019-07-02 14:59:34 +02:00 |
|
Renzo Kottmann
|
0bb23b0542
|
wording in package chapter
|
2019-07-02 09:39:36 +02:00 |
|
Renzo Kottmann
|
884f41d443
|
Translated maven description
|
2019-07-01 16:59:37 +02:00 |
|
Renzo Kottmann
|
5fddda0c37
|
License to end of file
|
2019-07-01 16:56:10 +02:00 |
|
Renzo Kottmann
|
d168e20570
|
Get rid of BOM encofing in app-info.properties and changed engine name to english
|
2019-07-01 16:51:52 +02:00 |
|
Renzo Kottmann
|
2069f79412
|
Using target for maven antrun plugin
|
2019-07-01 16:43:15 +02:00 |
|