aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-06-27Inject Configurable HTTP Policies to MsgClientChristof Rabensteiner8-120/+91
2019-06-27Fixes; SSL Client Auth Works!Christof Rabensteiner8-45/+77
2019-06-26Protect MsgClient via SSL (ink Client Authentication)Christof Rabensteiner16-133/+480
2019-06-19Unify AppDeliveryID SpellingChristof Rabensteiner3-8/+8
2019-06-19Refactor DeliveryPipelineChristof Rabensteiner2-30/+44
2019-06-19Add Testcase: Reject Invalid Delivery Response SignatureChristof Rabensteiner2-3/+40
2019-06-19Finalize moa-sig-lib's Integration and Add TestcaseChristof Rabensteiner12-23/+183
2019-06-13Refactor: Create and Reuse Info Message TemplateChristof Rabensteiner1-4/+5
2019-06-13Refactor: Move Signature Verification in Dedicated PackageChristof Rabensteiner5-6/+6
2019-06-13Fix moa-sig-lib's Integration IssuesChristof Rabensteiner28-87/+408
2019-05-29Integrate MoaSig Verification into SignatureVerifierChristof Rabensteiner5-2/+171
2019-05-28Add Moa Sig Dependency & Configure Logging & Init ReadmeChristof Rabensteiner2-5/+21
2019-05-28Remove Unused ImportsChristof Rabensteiner4-14/+1
2019-05-28Integrate Sign.Verification and Improve Error Handling of PipelineChristof Rabensteiner14-102/+386
2019-05-27Intercept Incoming DeliveryRequestStatus and Store as byte[]Christof Rabensteiner8-71/+250
2019-05-23Refactor: Cleanup CodesmellsChristof Rabensteiner4-9/+5
2019-05-23MZS Schema Changes + Changes in InterfaceChristof Rabensteiner9-46/+152
2019-05-21WIP: SSL Client AuthChristof Rabensteiner6-23/+136
2019-05-20Add Testcase for MsgClientChristof Rabensteiner6-3/+133
2019-05-16Refactor + Document in preprocessChristof Rabensteiner3-28/+30
2019-05-16Document Method in ConfigUtilChristof Rabensteiner1-1/+1
2019-05-16Refactor: Merge Converter, Validator, and Merger into UtilChristof Rabensteiner9-165/+131
2019-05-16Refactor and Test ConfigProfileGeneratorChristof Rabensteiner6-81/+327
2019-05-15Move Services / Clients To Dedicated PackagesChristof Rabensteiner11-18/+19
2019-05-15Handle Config Related Edge Cases in Augmenter & ProfileGeneratorChristof Rabensteiner7-26/+122
2019-05-15Refactor ConfigProfileGeneratorChristof Rabensteiner1-16/+29
2019-05-15Integrate Config Profiles + RefactoringChristof Rabensteiner5-97/+177
2019-05-15WIP: Generate Map of Config Profiles from Spring EnvironmentChristof Rabensteiner8-71/+176
2019-05-14Minor Fixes: Remove Unused Imports; Fix of Error Message; Add TODOChristof Rabensteiner2-4/+2
2019-05-14Implement Per-Field-Overriding of Configuration in AugmenterChristof Rabensteiner9-43/+194
2019-05-13Add Unit Tests for DeliveryPipelineChristof Rabensteiner3-7/+219
2019-05-13Refactor: Throw UnsupportedOperationEx For `Yet To Implement` ClientChristof Rabensteiner1-1/+1
2019-05-13Refactor RedisConfig: Use Diamond OperatorChristof Rabensteiner1-4/+1
2019-05-13Refactor MarshallerChristof Rabensteiner1-4/+4
2019-05-13Refactor and Format Fixes in Mzs2MsgConverterChristof Rabensteiner1-3/+3
2019-05-13Refactor RedisDeliveryRepositoryChristof Rabensteiner1-5/+5
2019-05-13Refactor: Make NullCoalesce Non-InstantiableChristof Rabensteiner1-1/+3
2019-05-13Test: Add Assertion in Mzs2MsgConverterTestChristof Rabensteiner1-3/+3
2019-05-13Refactor and Format Fixes in PipelineChristof Rabensteiner1-10/+9
2019-05-13Refactor: Remove Unused MembersChristof Rabensteiner1-12/+2
2019-05-13Refactor: Remove Unused ImportsChristof Rabensteiner1-5/+0
2019-05-13Refactor + Fix: Replace MessageFormat.format with String.formatChristof Rabensteiner1-4/+3
2019-05-13Refactor: Remove 'throws RuntimeException' From SignatureChristof Rabensteiner1-1/+1
2019-05-13Refactor: Autowire All Parameters Once Instead of IndividuallyChristof Rabensteiner1-2/+3
2019-05-10Refactor Exception Handling in App2MzsChristof Rabensteiner2-5/+23
2019-05-10Refactor: Eliminate Non-Compliant HashMap InitializationChristof Rabensteiner1-8/+8
2019-05-10Refactor: Rename DeliveryPreprocessor to AugmenterChristof Rabensteiner2-14/+9
2019-05-10Remove TargetNamespace Declaration in App2MzsServiceChristof Rabensteiner1-4/+1
2019-05-10Fix Hardcoded WSDL locationsChristof Rabensteiner1-2/+7
2019-05-09Reactivate and Fix Unit TestsChristof Rabensteiner4-87/+117