SuccessChanges

Summary

  1. tsk6: Initializes lazy collections in StoryMapper to prevent incomplete (details)
Commit c8702c5dc12c5858e9c5f0cda9a4b2326a58f7c9 by devpablogg
tsk6: Initializes lazy collections in StoryMapper to prevent incomplete
DTOs
When converting Story entities to StoryResponseDto, lazy-loaded
collections (like themes) were not being initialized. This could result
in incomplete DTOs or LazyInitializationException when accessing them
outside a transaction.
The file was modifiedservice/src/main/java/es/uvigo/esei/microstories/mappers/StoryMapper.java (diff)