WIP:refactor: Refined channel-states, introduced `ChannelState` -- ALIGN
[demos/kafka/chat] / src / test / java / de / juplo / kafka / chat / backend / InMemoryWithFilesStorageIT.java
2024-02-23 Kai Moritzfix: Disabled mongodb-autoconfig, if mongodb is not...
2024-02-22 Kai Moritztest: Simplified the integration-tests for `StorageStra...
2024-02-20 Kai Moritzfeat: Introduced config-parameters for the `io.projectr...
2024-02-20 Kai Moritzrefactor: Renamed `persistence` into `implementation...
2024-02-20 Kai Moritzrefactor: `storage` is not a sub-package of `persistenc...
2024-02-20 Kai Moritzrefactor: `storage` is not a sub-package of `persistenc...
2023-01-25 Kai Moritzrefactor: Tried to simplify & clearify the naming of...
2023-01-25 Kai Moritzrefactor: Renamed the test to `InMemoryWithFilesStorageIT`