aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Expand)AuthorFilesLines
2019-07-12Renamed and Simplified SignatureVerifierChristof Rabensteiner1-29/+38
2019-07-09Refactor Needles Interfaces and Rename "process" to "backend"Christof Rabensteiner14-131/+93
2019-07-09Minor Fixes And RefactoringChristof Rabensteiner8-41/+36
2019-07-09Refactor: Merge BinaryRepository into DeliveryRepositoryChristof Rabensteiner10-75/+84
2019-07-09Refactor MsgResponse and its IDsChristof Rabensteiner10-51/+48
2019-07-08Implement Zuse2App ServicesChristof Rabensteiner30-212/+724
2019-07-03Refactor: Restructure ProjectChristof Rabensteiner11-32/+28
2019-07-03Soap Client: Enable MTOM Per DefaultChristof Rabensteiner1-0/+6
2019-07-03Refactor: Remove "? extends X" in Return ParameterChristof Rabensteiner1-1/+1
2019-07-03Minor Fix: Performance of Trace Logging ImprovedChristof Rabensteiner1-3/+8
2019-07-03TnvzHelper: Handle Edge Case and Add Test CasesChristof Rabensteiner3-10/+9
2019-07-02Handle tnvz Query Edge Cases by Improving ValidationChristof Rabensteiner6-85/+137
2019-07-02Implement And Integrate tnvz:QueryPersonRequest.Christof Rabensteiner10-136/+289
2019-06-28Remove EgovUtils DependencyChristof Rabensteiner2-6/+8
2019-06-28Separate Test Suite into Unit- And Integration TestsChristof Rabensteiner1-5/+0
2019-06-28Refactor: Deduplicate Code by Simplifying MarshallerConfigChristof Rabensteiner2-47/+15
2019-06-28Simplified Config ValidationChristof Rabensteiner1-15/+15
2019-06-27Honor & Test TrustAll and LaxHostNameVerificationChristof Rabensteiner2-9/+79
2019-06-27Minor FixesChristof Rabensteiner3-3/+6
2019-06-27Inject Configurable HTTP Policies to MsgClientChristof Rabensteiner4-106/+70
2019-06-27Fixes; SSL Client Auth Works!Christof Rabensteiner3-6/+27
2019-06-26Protect MsgClient via SSL (ink Client Authentication)Christof Rabensteiner11-73/+400
2019-06-19Unify AppDeliveryID SpellingChristof Rabensteiner3-8/+8
2019-06-19Refactor DeliveryPipelineChristof Rabensteiner2-30/+44
2019-06-19Finalize moa-sig-lib's Integration and Add TestcaseChristof Rabensteiner4-16/+98
2019-06-13Refactor: Create and Reuse Info Message TemplateChristof Rabensteiner1-4/+5
2019-06-13Refactor: Move Signature Verification in Dedicated PackageChristof Rabensteiner4-5/+5
2019-06-13Fix moa-sig-lib's Integration IssuesChristof Rabensteiner3-40/+119
2019-05-29Integrate MoaSig Verification into SignatureVerifierChristof Rabensteiner2-2/+58
2019-05-28Remove Unused ImportsChristof Rabensteiner4-14/+1
2019-05-28Integrate Sign.Verification and Improve Error Handling of PipelineChristof Rabensteiner12-77/+308
2019-05-27Intercept Incoming DeliveryRequestStatus and Store as byte[]Christof Rabensteiner7-60/+237
2019-05-23Refactor: Cleanup CodesmellsChristof Rabensteiner4-9/+5
2019-05-23MZS Schema Changes + Changes in InterfaceChristof Rabensteiner7-15/+129
2019-05-21WIP: SSL Client AuthChristof Rabensteiner3-11/+67
2019-05-20Add Testcase for MsgClientChristof Rabensteiner1-1/+0
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 Rabensteiner7-137/+114
2019-05-16Refactor and Test ConfigProfileGeneratorChristof Rabensteiner5-81/+192
2019-05-15Move Services / Clients To Dedicated PackagesChristof Rabensteiner4-15/+16
2019-05-15Handle Config Related Edge Cases in Augmenter & ProfileGeneratorChristof Rabensteiner5-23/+113
2019-05-15Refactor ConfigProfileGeneratorChristof Rabensteiner1-16/+29
2019-05-15Integrate Config Profiles + RefactoringChristof Rabensteiner3-52/+90
2019-05-15WIP: Generate Map of Config Profiles from Spring EnvironmentChristof Rabensteiner4-23/+101
2019-05-14Minor Fixes: Remove Unused Imports; Fix of Error Message; Add TODOChristof Rabensteiner1-1/+2
2019-05-14Implement Per-Field-Overriding of Configuration in AugmenterChristof Rabensteiner6-33/+102
2019-05-13Add Unit Tests for DeliveryPipelineChristof Rabensteiner2-7/+8
2019-05-13Refactor: Throw UnsupportedOperationEx For `Yet To Implement` ClientChristof Rabensteiner1-1/+1
2019-05-13Refactor RedisConfig: Use Diamond OperatorChristof Rabensteiner1-4/+1