Age | Commit message (Expand) | Author | Files | Lines |
2019-10-07 | Fixes in app2mzs Schema and Code | Christof Rabensteiner | 1 | -3/+5 |
2019-10-07 | Resolve Sonarqube Findings | Christof Rabensteiner | 6 | -10/+4 |
2019-10-04 | Add Validation for TNVZ QueryPersonRequest | Christof Rabensteiner | 1 | -0/+6 |
2019-10-04 | Fix Validation Error Message | Christof Rabensteiner | 1 | -1/+1 |
2019-10-04 | Add @author Tag Where It Was Missing | Christof Rabensteiner | 42 | -3/+163 |
2019-10-04 | Add Licenses, NOTICE, and License Header | Christof Rabensteiner | 44 | -0/+924 |
2019-10-03 | Update zusemsg and zusetnvz to Newest Version & Accommodate Changes | Christof Rabensteiner | 4 | -36/+39 |
2019-10-02 | For {TNVZ, MSG}: Switch to Soap 1.2 | Christof Rabensteiner | 3 | -10/+25 |
2019-10-02 | Fix Bug: Replace Boolean.getBoolean with Boolean.valueOf | Christof Rabensteiner | 1 | -3/+2 |
2019-09-03 | Rename MzsClient to AppClient | Christof Rabensteiner | 7 | -13/+13 |
2019-08-30 | Fix Tnvz Typo | Christof Rabensteiner | 2 | -16/+16 |
2019-08-28 | Fixes and Refactoring | Christof Rabensteiner | 8 | -34/+36 |
2019-08-28 | Ensure that Each Step of Each Backend Process is Logged | Christof Rabensteiner | 12 | -18/+52 |
2019-08-28 | Remove Dependency to Apache Ant | Christof Rabensteiner | 1 | -10/+1 |
2019-08-26 | Log Incoming And Outgoing Messages with CXF Logging Interceptors | Christof Rabensteiner | 3 | -0/+17 |
2019-08-23 | Fix Binary-Status-Missing Bug | Christof Rabensteiner | 2 | -0/+2 |
2019-08-23 | Fix JAXB Unmarshalling / Conversion Bug | Christof Rabensteiner | 1 | -15/+23 |
2019-08-23 | Add Trace Logs to DeliveryRequestBackend | Christof Rabensteiner | 1 | -0/+36 |
2019-08-23 | Fix: JAXB + Java >= 9 Class Loader Bug & Ensure Tomcat Deployment | Christof Rabensteiner | 5 | -7/+83 |
2019-08-23 | Moved Config Files From main/resources/ To test/resources/config | Christof Rabensteiner | 2 | -9/+12 |
2019-08-20 | Replace Thread.sleep with Await | Christof Rabensteiner | 1 | -1/+1 |
2019-08-20 | Add Custom Http Headers to HTTP Clients | Christof Rabensteiner | 3 | -2/+73 |
2019-08-19 | Refactor: mv logger log | Christof Rabensteiner | 1 | -2/+2 |
2019-08-19 | Refactor Error Messages | Christof Rabensteiner | 1 | -3/+3 |
2019-08-19 | SignatureVerifier: Log incoming request to debug | Christof Rabensteiner | 1 | -0/+11 |
2019-07-22 | Test Flow of DeliveryRequest from "End-To-End" & Fix Bugs | Christof Rabensteiner | 14 | -126/+267 |
2019-07-18 | Fix: Remove Hardcoded Version in Mzs2MsgConverter | Christof Rabensteiner | 1 | -1/+1 |
2019-07-18 | Refactor MzsService: Handle Timeouts In Separate Method | Christof Rabensteiner | 1 | -4/+12 |
2019-07-18 | Validate Schema of app2mzs Messages in Both Directions | Christof Rabensteiner | 1 | -2/+1 |
2019-07-18 | Integrate Mzs Service Timeout and Handle Async Responses | Christof Rabensteiner | 6 | -81/+115 |
2019-07-17 | Put MoaZSException on Diet & Handle Edge Cases | Christof Rabensteiner | 13 | -238/+168 |
2019-07-16 | DeliveryNotification: Change Mzs Schema, Convert From Msg to Mzs | Christof Rabensteiner | 1 | -8/+94 |
2019-07-16 | Implement ForwardResponseToService Sink And All Its Implications | Christof Rabensteiner | 10 | -53/+163 |
2019-07-15 | Save Response To File Sink: Add Path to Configuration + Fix | Christof Rabensteiner | 3 | -15/+47 |
2019-07-12 | Allow App To Choose Between MsgResponse Sinks | Christof Rabensteiner | 7 | -21/+166 |
2019-07-12 | Renamed and Simplified SignatureVerifier | Christof Rabensteiner | 1 | -29/+38 |
2019-07-09 | Refactor Needles Interfaces and Rename "process" to "backend" | Christof Rabensteiner | 14 | -131/+93 |
2019-07-09 | Minor Fixes And Refactoring | Christof Rabensteiner | 8 | -41/+36 |
2019-07-09 | Refactor: Merge BinaryRepository into DeliveryRepository | Christof Rabensteiner | 10 | -75/+84 |
2019-07-09 | Refactor MsgResponse and its IDs | Christof Rabensteiner | 10 | -51/+48 |
2019-07-08 | Implement Zuse2App Services | Christof Rabensteiner | 30 | -212/+724 |
2019-07-03 | Refactor: Restructure Project | Christof Rabensteiner | 11 | -32/+28 |
2019-07-03 | Soap Client: Enable MTOM Per Default | Christof Rabensteiner | 1 | -0/+6 |
2019-07-03 | Refactor: Remove "? extends X" in Return Parameter | Christof Rabensteiner | 1 | -1/+1 |
2019-07-03 | Minor Fix: Performance of Trace Logging Improved | Christof Rabensteiner | 1 | -3/+8 |
2019-07-03 | TnvzHelper: Handle Edge Case and Add Test Cases | Christof Rabensteiner | 3 | -10/+9 |
2019-07-02 | Handle tnvz Query Edge Cases by Improving Validation | Christof Rabensteiner | 6 | -85/+137 |
2019-07-02 | Implement And Integrate tnvz:QueryPersonRequest. | Christof Rabensteiner | 10 | -136/+289 |
2019-06-28 | Remove EgovUtils Dependency | Christof Rabensteiner | 2 | -6/+8 |
2019-06-28 | Separate Test Suite into Unit- And Integration Tests | Christof Rabensteiner | 1 | -5/+0 |