forked from jsl/video_editing_poc
The root cause was that ClipProcessor had been updated to call objectStoragePort.uploadGeneratedClip(...), but src/main/java/org/example/videoclips/storage/ObjectStoragePort.java did not yet declare that method. I added it to the port and confirmed both adapters implement it: - src/main/java/org/example/videoclips/storage/InMemoryObjectStorageAdapter.java - src/main/java/org/example/videoclips/storage/S3ObjectStorageAdapter.java I also verified the generated-clip contract is aligned across: - src/main/java/org/example/videoclips/processing/GeneratedClip.java - src/main/java/org/example/videoclips/processing/VideoClipperPort.java - src/main/java/org/example/videoclips/processing/StubVideoClipperAdapter.java - src/main/java/org/example/videoclips/processing/FfmpegVideoClipperAdapter.java |
||
|---|---|---|
| .. | ||
| upl_5ad28940dd95 | ||
| upl_367df9ed2414 | ||
| upl_b96dfa0dedbe | ||
| upl_d0599ff63186 | ||