Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-03 | Rename MzsClient to AppClient | Christof Rabensteiner | 1 | -1/+1 | |
...since it's a client that communicates with the app. | |||||
2019-08-30 | Fix Tnvz Typo | Christof Rabensteiner | 1 | -3/+3 | |
- sed 's/tvnz/tnvz/' | |||||
2019-08-30 | Logging: Add and Document Log Levels of Components | Christof Rabensteiner | 1 | -1/+11 | |
2019-08-30 | Move lockback config | Christof Rabensteiner | 1 | -12/+0 | |
- Otherwise app wont detect it | |||||
2019-08-30 | Organize application.yaml | Christof Rabensteiner | 1 | -17/+17 | |
- Add better descriptions. - Reorder entries. | |||||
2019-08-29 | Remove TODO | Christof Rabensteiner | 1 | -2/+0 | |
Reason: Restructure not neccessary. | |||||
2019-08-26 | Log Incoming And Outgoing Messages with CXF Logging Interceptors | Christof Rabensteiner | 1 | -3/+13 | |
- Add loggin dependency. - Enable Message Logging for Services and Clients. - Add message logging config + examples to application.yaml | |||||
2019-08-23 | Documentation: Fix how to refer to MOA ZS and MOA SP-SS | Christof Rabensteiner | 1 | -11/+14 | |
2019-08-23 | Moved Config Files From main/resources/ To test/resources/config | Christof Rabensteiner | 32 | -0/+719 | |
- Reason: Integration tests need configuration, but config files should not be packaged into the final artifact. - Update paths. |