From e1f365955aa22cdf8e44429af2b744388ce0c05b Mon Sep 17 00:00:00 2001 From: Christof Rabensteiner Date: Tue, 28 May 2019 10:48:20 +0200 Subject: Integrate Sign.Verification and Improve Error Handling of Pipeline - Ensure proper communication of errors between pipeline and mzs service by converting MoaZSExceptions into DeliveryRequestStatus messages. - Revise MoaZSException: Add optional fields; those fields are a) helpful to construct meaningful error messages and b) optional because, depending on where an exception appears, either existent or non-existent and thus optional. Add inner-class Builder. - Integrate Signature Verification into pipeline and add Stub for SignatureVerification. - Move TNVZResponse's Mimetype check into dedicated class (Reason: separate abstration layers). - Update api changes in testcases. --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 95dd298..9359744 100644 --- a/pom.xml +++ b/pom.xml @@ -28,6 +28,7 @@ 27.1-jre 1.5 0.8.3 + 2.0.7-snapshot http://reference.e-government.gv.at/namespace/zustellung/mzs/app2mzs# http://reference.e-government.gv.at/namespace/zustellung/mzs/persondata# http://reference.e-government.gv.at/namespace/zustellung/mzs/app2mzs.wsdl @@ -101,7 +102,7 @@ at.gv.util egovutils - 2.0.7-snapshot + ${egovutils.version} -- cgit v1.2.3