refactor: Moved exceptions into package `exceptions` - Aligned Code
[demos/kafka/chat] / src / test / java / de / juplo / kafka / chat / backend / domain / ChatHomeTest.java
2024-01-27 Kai Moritzrefactor: Moved exceptions into package `exceptions...
2024-01-27 Kai Moritzrefactor: Splitted `ChatRoomInfo` and `ChatRoomData...
2024-01-27 Kai Moritztest: Added tests for a chat-home (without shards)
2023-01-25 Kai Moritzrefactor: Made `SimpleChatHome` an implementation of...
2023-01-25 Kai Moritzfeat: Prepared the application for sharding
2023-01-25 Kai Moritzfeat: Moved persistence-logic from `ChatHome` into...
2023-01-15 Kai Moritzfix: Asserted, that `ChatHome` acts, as expected, if...