feat(geschichte): JourneyItem CRUD API — append, updateNote, delete, reorder (#751) #788

Merged
marcel merged 41 commits from feat/issue-751-journey-item-crud-api into feat/issue-750-lesereisen-data-model 2026-06-08 22:15:12 +02:00
Showing only changes of commit c5611250ec - Show all commits

View File

@@ -270,7 +270,7 @@ class GeschichteControllerTest {
@Test
@WithMockUser(authorities = "BLOG_WRITE")
void updateItemNote_null_note_deserializes_as_present_null() throws Exception {
void updateItemNote_json_null_note_is_deserialized_as_empty_Optional() throws Exception {
UUID id = UUID.randomUUID();
UUID itemId = UUID.randomUUID();
when(journeyItemService.updateNote(eq(id), eq(itemId), any()))