Commit Graph

1710 Commits

Author SHA1 Message Date
dankito da50b72898 Added Toolchain resolver 2024-08-23 12:11:22 +02:00
dankito 237802b18d Moved createBankWithAllFeatures() and createRandomMessage() to FinTsTestBase 2024-08-22 18:40:40 +02:00
dankito 88c64f1ff1 Updated README 2024-08-22 18:11:12 +02:00
dankito 5e7d880499 Added publishAll task 2024-08-22 03:32:37 +02:00
dankito 199506547b Bumped version to 1.0.0-Alpha-12-SNAPSHOT 2024-08-22 03:28:16 +02:00
dankito 56aa0147ea Bumped version to 1.0.0-Alpha-11 2024-08-22 03:09:54 +02:00
dankito a0f04a202d Added publishing to codinux Maven repository 2024-08-22 03:09:21 +02:00
dankito ce9cc77148 Changed order 2024-08-21 04:10:21 +02:00
dankito 7971fc116c Added debugging output to Segment (and Segmentkopf) 2024-08-21 04:05:00 +02:00
dankito ba6eab79bb Fixed getting message log of all messages 2024-08-21 03:52:24 +02:00
dankito b7c0fec629 Moved prettyPrintFinTsMessage() to FinTsUtils 2024-08-21 03:15:00 +02:00
dankito 5ce12fe382 Added HKSAL 8 2024-08-21 01:15:34 +02:00
dankito 869739483f Added HKSAL 6 2024-08-21 01:11:41 +02:00
dankito 16a73aa055 Fixed multi-threadening segment numbers generation 2024-08-21 00:49:20 +02:00
dankito 00d0e4158f Added another identifier to identify Hypovereinsbank banks 2024-08-20 16:26:33 +02:00
dankito 17702d1fe7 Added received segments to FinTsClientResponse 2024-08-20 14:33:27 +02:00
dankito 9a7615fe88 Added option to control if sensitive data should get removed from messageLog 2024-08-20 13:36:57 +02:00
dankito 0361a0e6b8 Fixed that MessageLogCollector must get created for each JobContext to be able to correlate each message to its context 2024-08-20 12:43:18 +02:00
dankito 524153cb31 Also removing userId from messageLog 2024-08-20 11:44:44 +02:00
dankito 46579441f1 Formatting and removing sensitive data from messageLog only if messageLog is requested to save CPU cycles 2024-08-20 11:44:07 +02:00
dankito f309251285 Simplified getting error logger 2024-08-20 11:24:04 +02:00
dankito 6b6dfd48b8 Removed KtorWebClientTest as wasn't senseful and failed in JS Browser 2024-08-20 11:04:48 +02:00
dankito 753b947425 Removed setCallback() 2024-08-20 11:03:54 +02:00
dankito 6f5eabf144 Added FinTsClientConfiguration to centralize configuration of FinTsClient 2024-08-20 11:00:40 +02:00
dankito 8f079d1404 Updated Kotlin to 2.0.10 2024-08-20 09:35:00 +02:00
dankito 914c7d1ab0 Had to downgrade kotlinx-datetime version as with 0.6.0 native image generation fails 2024-08-20 00:06:31 +02:00
dankito 41bdeca35b Updated to new Kotlin Multiplatform settings 2024-08-19 23:09:19 +02:00
dankito 56c9fd79bd Centralized configuring kotlinx-serialization plugin 2024-08-19 23:08:56 +02:00
dankito 25b8a025fd Replaced stately-concurrency with atomicfu 2024-08-19 22:34:30 +02:00
dankito 35db7e17f2 Converted settings.gradle from Groovy to Kotlin Script 2024-08-19 22:21:41 +02:00
dankito ce073283a0 Updated Kotlin to 1.9 and all it's accompanying libraries (coroutines, serialization, ...) to latest compatible version 2024-08-19 22:16:57 +02:00
dankito e3d1797842 Fixed NativeApp dependencies 2024-08-19 21:52:16 +02:00
dankito 3b4a50d78f Removed unused dependencies 2024-08-19 21:51:52 +02:00
dankito 209905b101 Disabling SampleApps for now 2024-08-19 11:40:29 +02:00
dankito 5e1c3142cc Removed other unused extensions 2024-08-19 11:39:48 +02:00
dankito 537df4f800 Re-enabled binaries.executable() 2024-08-19 11:39:17 +02:00
dankito 4361d6fc15 Removed other unused settings 2024-08-19 11:39:03 +02:00
dankito 0d9f564a4c Could therefore now remove multiplatform-utils 2024-08-19 11:34:59 +02:00
dankito 0bf7a8eadc Moved also DateFormatter to fints4k project 2024-08-19 11:32:35 +02:00
dankito 6a7f8d6780 Moved extension methods to fints4k project 2024-08-19 11:18:35 +02:00
dankito e024c764b2 Removed iOSFinTsClient 2024-08-19 11:12:37 +02:00
dankito a5b39dc494 Removed unused dependencies 2024-08-19 11:10:41 +02:00
dankito 2768dc0c26 Could also remove now a lot of other unused extension methods 2024-08-19 11:07:34 +02:00
dankito 2e13a153bd Removed also most other DateTime extension methods 2024-08-19 10:53:59 +02:00
dankito e9cad57e71 Removed most now unused DateFormatter functions 2024-08-19 10:32:29 +02:00
dankito cf6650e3e8 Moved NativeApp to an extra project 2024-08-19 10:00:35 +02:00
dankito 0ce74a0688 Replaced kmp-web-client with directly configuring Ktor 2024-08-19 09:03:30 +02:00
dankito e96f184934 Removed dependency on slf4j 2024-08-19 08:54:34 +02:00
dankito b5cac7b817 Updated kmp-log 2024-08-19 08:53:53 +02:00
dankito 4745bf0065 Also added account for which TAN is required, if available, to TanChallenge 2024-08-18 17:45:50 +02:00