summaryrefslogtreecommitdiff
path: root/eaaf_core_utils/src/main
AgeCommit message (Expand)AuthorFilesLines
2024-05-15feat(http): add custom trust-store configuration propertiesThomas3-31/+115
2024-04-25chore(core): change log-level to Info if IAIK-JCE was not on classpathThomas1-1/+1
2024-04-03fix(http): include retry on HTTP POST requestsThomas3-1/+46
2024-04-03feat(http): support HTTP-Proxy connections on client levelThomas3-0/+74
2024-03-28feat(http): add configuration parameter to set 'time-to-life' and 'validation...Thomas3-14/+68
2024-03-27fix(http): allow SSL host-certificate validation in any caseThomas2-2/+30
2023-12-20style(core): fix code-style issueThomas1-1/+1
2023-12-20chore(core): add publicURLPrefix validation into some more modulesThomas1-41/+0
2023-12-20feat(core): add one more default implementation of HttpClientResponseHandlerThomas1-0/+28
2023-11-29fix(http): update HTTP client factory to fix problem with open 'idle-connecti...Thomas1-3/+9
2023-10-02feat(core): add configuration utils to operate on specific types of configura...Thomas2-0/+64
2023-10-02chore(core): code clean-up and optimizationThomas1-2/+26
2023-09-11chore(core): remove some deprecated API methodsThomas7-19/+12
2023-09-08fix(core): remove some more old javax annotationsThomas2-5/+5
2023-09-06refact(core): remove some more javax. API referencesThomas1-2/+2
2023-08-31feat(core): refactor to openSAML 5 for Java 17Thomas11-211/+199
2023-08-31feat(core): starting switch from Spring5/JAVA11 to Spring6/Java17Thomas3-6/+6
2023-08-21feat(sl20): add basic certificate-validity check into JWS validationThomas1-45/+93
2023-07-12feat(hsm-facade): make trusted SSL-certificate optional for HSM-Facade initia...Thomas1-17/+37
2023-07-12feat(http): Add connection timeout parameters to HTTP client-configurationThomas2-11/+27
2023-06-06fix(core): add some more allowed classes to Exception deserialization.Thomas1-1/+2
2023-06-05fix(core): update wrong encoded parameter in validation exceptionThomas1-1/+1
2023-05-31refact(core): change some more internal representation to make it JSON serial...Thomas1-0/+4
2023-05-15chore(utils): optimize type-specific deserializationThomas2-2/+3
2023-05-15refact(core): change process-data holder-implementation to use Jackson serial...Thomas2-6/+174
2023-05-15feat(utils): add custom Jackson (de)serialization for polymorph class structuresThomas2-0/+170
2023-05-15feat(utils): optimize custom Java serialization implementationThomas2-21/+121
2023-05-08style(core): fix codestyle issuesThomas2-3/+5
2023-05-08feat(core): add in-line method to KeyStoreFactoryThomas5-2/+363
2023-04-21feat(log): add MDC based ID to correlate single HTTP requestsThomas1-2/+43
2023-02-06feat(http): add request interceptor to pre-emptive HTTP Basic authenticationThomas3-0/+66
2022-09-29refact(core): change logger to lombok annotationThomas1-4/+2
2022-09-28chore(core): change log basic status-messager implementationThomas1-5/+5
2022-09-28chore(core): change log-level to info to get more information about invalid p...Thomas1-3/+3
2022-08-11refact(core): move JoseUtils into 'eaaf-utils' moduleThomas1-0/+373
2022-05-03feature(core): add simple implementation of a Spring based message sourceThomas1-0/+115
2022-04-19chore(http): add missing parameter into log messageThomas1-1/+1
2022-04-19feat(http): add request interceptor configuration into Apache HTTP Client fac...Thomas2-1/+17
2022-04-19refact(http): reorder keyStore configuration-builder to optimize log messagesThomas1-1/+1
2022-04-12refact(config): split IConfigurationWithSP into two interfacesThomas1-0/+174
2022-01-19test(core): add extension of 'AuthenticatedEncryptionPendingRequestIdGenerati...Thomas1-22/+25
2021-11-18add method to inject http headers into Apache HTTP-Client requestsThomas1-0/+19
2021-11-02add timezone to verifiable pendingRequestId'sThomas2-2/+2
2021-09-20switch to HSM-Facade 0.7.2 and add optional configuration property for gRPC d...Thomas1-5/+23
2021-06-18update some log messagesThomas1-1/+1
2021-04-20update third-party libs and verify / fix some jUnit testsThomas1-3/+2
2021-04-19Merge branch 'feature/VT-21-016' into 'nightlyBuild'Thomas Lenz2-12/+443
2021-04-16Merge branch 'feature/small_changes' into feature/VT-21-016Thomas2-12/+443
2021-04-16Use custom SSLContext builder to generate BouncyCastle specific TrustManager ...Thomas2-12/+443
2021-04-14some code optimization to reduce memory consumptionThomas1-14/+14