Age | Commit message (Expand) | Author | Files | Lines |
2023-07-12 | feat(hsm-facade): make trusted SSL-certificate optional for HSM-Facade initia... | Thomas | 1 | -17/+37 |
2023-07-12 | feat(http): Add connection timeout parameters to HTTP client-configuration | Thomas | 2 | -11/+27 |
2023-06-06 | fix(core): add some more allowed classes to Exception deserialization. | Thomas | 1 | -1/+2 |
2023-06-05 | fix(core): update wrong encoded parameter in validation exception | Thomas | 1 | -1/+1 |
2023-05-31 | refact(core): change some more internal representation to make it JSON serial... | Thomas | 1 | -0/+4 |
2023-05-15 | chore(utils): optimize type-specific deserialization | Thomas | 2 | -2/+3 |
2023-05-15 | refact(core): change process-data holder-implementation to use Jackson serial... | Thomas | 2 | -6/+174 |
2023-05-15 | feat(utils): add custom Jackson (de)serialization for polymorph class structures | Thomas | 2 | -0/+170 |
2023-05-15 | feat(utils): optimize custom Java serialization implementation | Thomas | 2 | -21/+121 |
2023-05-08 | style(core): fix codestyle issues | Thomas | 2 | -3/+5 |
2023-05-08 | feat(core): add in-line method to KeyStoreFactory | Thomas | 5 | -2/+363 |
2023-04-21 | feat(log): add MDC based ID to correlate single HTTP requests | Thomas | 1 | -2/+43 |
2023-02-06 | feat(http): add request interceptor to pre-emptive HTTP Basic authentication | Thomas | 3 | -0/+66 |
2022-09-29 | refact(core): change logger to lombok annotation | Thomas | 1 | -4/+2 |
2022-09-28 | chore(core): change log basic status-messager implementation | Thomas | 1 | -5/+5 |
2022-09-28 | chore(core): change log-level to info to get more information about invalid p... | Thomas | 1 | -3/+3 |
2022-08-11 | refact(core): move JoseUtils into 'eaaf-utils' module | Thomas | 1 | -0/+373 |
2022-05-03 | feature(core): add simple implementation of a Spring based message source | Thomas | 1 | -0/+115 |
2022-04-19 | chore(http): add missing parameter into log message | Thomas | 1 | -1/+1 |
2022-04-19 | feat(http): add request interceptor configuration into Apache HTTP Client fac... | Thomas | 2 | -1/+17 |
2022-04-19 | refact(http): reorder keyStore configuration-builder to optimize log messages | Thomas | 1 | -1/+1 |
2022-04-12 | refact(config): split IConfigurationWithSP into two interfaces | Thomas | 1 | -0/+174 |
2022-01-19 | test(core): add extension of 'AuthenticatedEncryptionPendingRequestIdGenerati... | Thomas | 1 | -22/+25 |
2021-11-18 | add method to inject http headers into Apache HTTP-Client requests | Thomas | 1 | -0/+19 |
2021-11-02 | add timezone to verifiable pendingRequestId's | Thomas | 2 | -2/+2 |
2021-09-20 | switch to HSM-Facade 0.7.2 and add optional configuration property for gRPC d... | Thomas | 1 | -5/+23 |
2021-06-18 | update some log messages | Thomas | 1 | -1/+1 |
2021-04-20 | update third-party libs and verify / fix some jUnit tests | Thomas | 1 | -3/+2 |
2021-04-19 | Merge branch 'feature/VT-21-016' into 'nightlyBuild' | Thomas Lenz | 2 | -12/+443 |
2021-04-16 | Merge branch 'feature/small_changes' into feature/VT-21-016 | Thomas | 2 | -12/+443 |
2021-04-16 | Use custom SSLContext builder to generate BouncyCastle specific TrustManager ... | Thomas | 2 | -12/+443 |
2021-04-14 | some code optimization to reduce memory consumption | Thomas | 1 | -14/+14 |
2021-03-30 | update BpkBuilder to all natural an legal types for baseId's | Thomas | 1 | -1/+1 |
2021-03-19 | add new method into X509Utils | Thomas | 1 | -0/+15 |
2021-03-16 | some small updates in moa-spss module | Thomas | 1 | -4/+1 |
2021-03-12 | refactor some code to Java Stream API | Thomas | 1 | -24/+15 |
2021-03-11 | refactor BpkBuilder in eaaf-utils | Thomas | 1 | -0/+446 |
2021-01-22 | code-style and logging optimizations | Thomas Lenz | 1 | -1/+1 |
2021-01-07 | add a second Apache Http-Client response-handler as default implementation | Thomas Lenz | 1 | -0/+25 |
2020-12-28 | update to HSM-Facade v0.6.0 and add HealthCheck functionality | Thomas Lenz | 1 | -1/+42 |
2020-12-23 | add new module that include common-code for SpringBoot applications | Thomas Lenz | 1 | -1/+1 |
2020-12-09 | add findSecBugs extension into spotbugs plug-in | Thomas Lenz | 1 | -2/+3 |
2020-11-26 | add building block of a http ResponseHandler that returns the http status-code | Thomas Lenz | 1 | -0/+23 |
2020-11-09 | refactor error-handling in pending-request generation-stategies | Thomas Lenz | 4 | -67/+59 |
2020-11-05 | add scheduled eviction policy to clean-up expired or old http connections fro... | Thomas Lenz | 1 | -64/+104 |
2020-11-04 | update logging | Thomas Lenz | 1 | -4/+2 |
2020-11-03 | Initialize IAIK-MOA on any request, because there is an open unknown issue wi... | Thomas Lenz | 1 | -7/+7 |
2020-10-19 | refactor PVP 1.x constants to reuse definitions for application chaining | Thomas Lenz | 1 | -14/+28 |
2020-10-19 | add new PVP1.x header | Thomas Lenz | 1 | -1/+3 |
2020-10-16 | fix code-style problem | Thomas Lenz | 1 | -1/+1 |