Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-04 | Update readme.md | Christof Rabensteiner | 1 | -0/+1 | |
- Put SSL client auth guide into separate file. - Add download link to apps.egiz.gv.at/releases. - Put note that cluster mode is not ready. | |||||
2019-10-04 | Fix Property Key "filetype" (Was "type") in application.yaml | Christof Rabensteiner | 1 | -1/+1 | |
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 | 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 | 1 | -0/+195 | |
- Reason: Integration tests need configuration, but config files should not be packaged into the final artifact. - Update paths. |