Skip to content

ENH-005 — Introduce Lombok across all entities and DTOs - #71

Merged
hajk1 merged 1 commit into
masterfrom
feature/ENH-005-lombok
Apr 21, 2026
Merged

ENH-005 — Introduce Lombok across all entities and DTOs#71
hajk1 merged 1 commit into
masterfrom
feature/ENH-005-lombok

Conversation

@hajk1

@hajk1 hajk1 commented Apr 21, 2026

Copy link
Copy Markdown
Owner

Replace hand-written getters, setters, and no-arg constructors with @Getter, @Setter, and @NoArgsConstructor. @DaTa is intentionally avoided on @entity classes to prevent JPA proxy issues.

VoyageResponse field names corrected: departureDate/arrivalDate renamed to departureTime/arrivalTime to match the underlying fields.

closes #26

Replace hand-written getters, setters, and no-arg constructors with
@Getter, @Setter, and @NoArgsConstructor. @DaTa is intentionally
avoided on @entity classes to prevent JPA proxy issues.

VoyageResponse field names corrected: departureDate/arrivalDate
renamed to departureTime/arrivalTime to match the underlying fields.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

@hajk1
hajk1 merged commit 77ab129 into master Apr 21, 2026
2 checks passed
@hajk1
hajk1 deleted the feature/ENH-005-lombok branch April 21, 2026 13:23
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.

ENH-005 — Introduce Lombok to Reduce Boilerplate 🟢

1 participant