demos/kafka/chat
2023-01-15 Kai Moritzfeat: Added a POST-mapping to force the storing of...
2023-01-15 Kai Moritzrefactor: Fixed return-types of the controller
2023-01-15 Kai Moritzfix: `Chatroom`s must not share an instance of `Persist...
2023-01-15 Kai Moritzfeat: The chats are stored as local json-files
2023-01-15 Kai Moritzfeat: `ChatHome` returns an `Optional` for `getChatroom...
2023-01-15 Kai Moritzfeat: Introduced `ChatHome` that gives multiple `Chatro...
2023-01-15 Kai Moritzrefactor: Moved configuration in a separate class and...
2023-01-15 Kai Moritzrefactor: Introduced `ChatroomFactory`
2023-01-15 Kai Moritzrefactor: Moved persistence-logic into a pluggable...
2023-01-15 Kai Moritzrefactor: A `Message` now explicitly has a `MessageKey`
2023-01-15 Kai Moritzrefactor: Streamlined API of `Chatroom` - all return...
2023-01-15 Kai Moritzrefactor: Refined field-names of `Message` and `MessageTo`
2023-01-15 Kai Moritzfeat: `Chatroom.getMessages()` is fully paginated ...
2023-01-15 Kai Moritzrefactor: Refined packaging (renamed packages and classes)
2023-01-15 Kai Moritzrefactor: Refined packaging (moved classes to new folde...
2023-01-15 Kai Moritzrefactor: Renamed artifact to chat-backend
2023-01-15 Kai Moritzrefactor: Reworked implementation of the problem-detail...
2023-01-15 Kai Moritzfeat: Added problem-details [RFC-7807] for a message...
2023-01-15 Kai Moritzfeat: An `IllegalArgumentException` is thrown, if diffe...
2023-01-15 Kai Moritzfeat: Added logging for the `listen`-endpoint
2023-01-15 Kai Moritzfix: fixed the return-type of the `listen`-endpoint
2023-01-15 Kai Moritzfeat: Implemented an endpoint to get the details of...
2023-01-15 Kai Moritzfeat: implemented a listen-method for the chat-service...
2023-01-15 Kai Moritzfeat: implemented a simplified chatroom-service
2023-01-15 Kai Moritzchore: Switched configuration from *.properties to...
2023-01-15 Kai Moritzrefactor: Simplified the name of the application-class
2023-01-15 Kai Moritzchore: Fixed indentation of the `pom.xml`
2022-12-20 Kai Moritzchore: Removed the Maven-Wrapper
2022-12-20 Kai Moritzfeat: Generated empty Spring Boot 3.0.0 App