Skip to content

Controllers films users#1

Merged
Karat120 merged 19 commits intomainfrom
controllers-films-users
Oct 28, 2025
Merged

Controllers films users#1
Karat120 merged 19 commits intomainfrom
controllers-films-users

Conversation

@Karat120
Copy link
Copy Markdown
Owner

No description provided.

@Size(max = 200, message = "The film description must not exceed 200 characters")
private String description;

private LocalDate releaseDate;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Лучше создать свою собственную аннотацию для условия, что дата релиза должна быть не раньше 28 декабря 1895 года. Если не получится, то ничего страшного приму так, если получится, то будет супер)

Add NotBeforeCinemaBirthday and NotBeforeCinemaBirthdayValidator and use it for Film.releaseDate validation
Fix id generating
Delete unused imports
Fix createFilm_shouldAssignIdAndStoreFilm test
@Karat120 Karat120 merged commit e4642d5 into main Oct 28, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants