Age | Commit message (Expand) | Author | Files | Lines |
2019-05-13 | Refactor: Make NullCoalesce Non-Instantiable | Christof Rabensteiner | 1 | -1/+3 |
2019-05-13 | Test: Add Assertion in Mzs2MsgConverterTest | Christof Rabensteiner | 1 | -3/+3 |
2019-05-13 | Refactor and Format Fixes in Pipeline | Christof Rabensteiner | 1 | -10/+9 |
2019-05-13 | Refactor: Remove Unused Members | Christof Rabensteiner | 1 | -12/+2 |
2019-05-13 | Refactor: Remove Unused Imports | Christof Rabensteiner | 1 | -5/+0 |
2019-05-13 | Refactor + Fix: Replace MessageFormat.format with String.format | Christof Rabensteiner | 1 | -4/+3 |
2019-05-13 | Refactor: Remove 'throws RuntimeException' From Signature | Christof Rabensteiner | 1 | -1/+1 |
2019-05-13 | Refactor: Autowire All Parameters Once Instead of Individually | Christof Rabensteiner | 1 | -2/+3 |
2019-05-10 | Refactor Exception Handling in App2Mzs | Christof Rabensteiner | 2 | -5/+23 |
2019-05-10 | Refactor: Eliminate Non-Compliant HashMap Initialization | Christof Rabensteiner | 1 | -8/+8 |
2019-05-10 | Setup Code Coverage Reports Via jacoco | Christof Rabensteiner | 1 | -0/+32 |
2019-05-10 | Refactor: Rename DeliveryPreprocessor to Augmenter | Christof Rabensteiner | 2 | -14/+9 |
2019-05-10 | Remove TargetNamespace Declaration in App2MzsService | Christof Rabensteiner | 1 | -4/+1 |
2019-05-10 | Fix Hardcoded WSDL locations | Christof Rabensteiner | 2 | -5/+10 |
2019-05-09 | Reactivate and Fix Unit Tests | Christof Rabensteiner | 4 | -87/+117 |
2019-05-09 | Fix: Enable ApacheCXF's Automated Schema Validation | Christof Rabensteiner | 5 | -55/+92 |
2019-05-08 | Add "Reject Missing Sender" Test Case | Christof Rabensteiner | 2 | -0/+52 |
2019-05-08 | Update validDeliveryRequest.soap (Now More Valid!) | Christof Rabensteiner | 1 | -38/+42 |
2019-05-08 | Remove Obsolete Validation Testcase | Christof Rabensteiner | 2 | -57/+0 |
2019-05-08 | WIP delivery request validation | Christof Rabensteiner | 3 | -12/+42 |
2019-05-08 | Refactor pom.xml: Prevent Copy-Paste Arguments with Default Options | Christof Rabensteiner | 1 | -28/+15 |
2019-05-08 | Refactor: Consolidate Schema-Related Components | Christof Rabensteiner | 7 | -9/+9 |
2019-05-08 | Refactor pom.xml: Eliminate Duplicated Namespaces and Packages | Christof Rabensteiner | 1 | -26/+26 |
2019-05-08 | Fix Namespace Prefixes in Marshaled Messages (msg: instead of ns#:) | Christof Rabensteiner | 4 | -14/+117 |
2019-05-08 | Implement Pipeline Flow and mzs2msg Conversion | Christof Rabensteiner | 9 | -21/+583 |
2019-05-06 | WIP tnvz integration | Christof Rabensteiner | 2 | -2/+3 |
2019-05-06 | Ignore IDE Generated Files | Christof Rabensteiner | 1 | -0/+2 |
2019-05-06 | Add zusetnvz Schema | Christof Rabensteiner | 5 | -0/+637 |
2019-05-06 | Remove Needless zusemsg Scheme Binding Arguments | Christof Rabensteiner | 1 | -6/+0 |
2019-05-06 | Change Package Namespaces of JAXB Generated Sources | Christof Rabensteiner | 11 | -36/+52 |
2019-04-30 | Generate SoapFault instead of DRStatus/Error Message | Christof Rabensteiner | 3 | -35/+8 |
2019-04-30 | Refactor: Reduce Vertical Space Bewteen Method Def. and Invoc. | Christof Rabensteiner | 1 | -13/+13 |
2019-04-30 | Add Optional mzs:DeliveryRequest/Config & Validate / Augment It | Christof Rabensteiner | 12 | -58/+228 |
2019-04-29 | Make JAXB Objects Immutable and Add Builder Utility | Christof Rabensteiner | 4 | -127/+49 |
2019-04-29 | Document DeliveryPipeline Interface | Christof Rabensteiner | 1 | -1/+6 |
2019-04-29 | Fix GroupID | Christof Rabensteiner | 1 | -1/+1 |
2019-04-18 | Mock Pipeline in App2MzsServiceTests | Christof Rabensteiner | 2 | -13/+31 |
2019-04-18 | Change App2mzs Interface and Init Delivery Pipeline | Christof Rabensteiner | 11 | -91/+200 |
2019-04-17 | Refactor: Move Configs to config Package | Christof Rabensteiner | 3 | -3/+4 |
2019-04-17 | Refactor: Move Repositories to Repository Package | Christof Rabensteiner | 4 | -3/+5 |
2019-04-17 | Add Redis and InMemory Implementation of DeliveryRequestRepository | Christof Rabensteiner | 7 | -23/+80 |
2019-04-16 | Add Getter for Repository + Refactor Marshalling | Christof Rabensteiner | 4 | -28/+25 |
2019-04-16 | Store incoming delivery request on redis server | Christof Rabensteiner | 7 | -47/+194 |
2019-04-15 | Add Marshaller for autogenerated Schema Types | Christof Rabensteiner | 2 | -0/+73 |
2019-04-10 | Add Testcase For JAXB Marshalling | Christof Rabensteiner | 2 | -1/+102 |
2019-04-09 | Propagate changes of zusemsg2.0.c into mzs | Christof Rabensteiner | 2 | -18/+4 |
2019-04-09 | Update zusemsg Spec to 2.0.c | Christof Rabensteiner | 3 | -35/+13 |
2019-04-08 | Update Codebase to Match MZS Schema Changes | Christof Rabensteiner | 5 | -56/+66 |
2019-04-08 | Fix mzs:DReq/Payload | Christof Rabensteiner | 1 | -2/+2 |
2019-04-08 | Update mzs:DReq/Payload Schema | Christof Rabensteiner | 1 | -3/+3 |