summaryrefslogtreecommitdiff
path: root/eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/logging
AgeCommit message (Collapse)AuthorFilesLines
2022-09-28chore(core): change log basic status-messager implementationThomas1-5/+5
wrote log messages on level 'debug' if no message property was found
2022-05-03feature(core): add simple implementation of a Spring based message sourceThomas1-0/+115
2020-02-14Integrate HSM Facade from A-SIT+Thomas Lenz2-2/+19
The EaafKeyStoreFactory can be used to build KeyStores from differend providers and types
2019-12-04common EGIZ code-style refactoringThomas Lenz1-31/+31
2019-09-13add SimpleStatusMessager.java that only perform String formattingThomas Lenz1-0/+44
add SSL Client authentication and http basic authentication to HttpClientFactory.java