Welcome
Sign in to start your session
Login
Login
[app info]
Brief app info: ENV: [DEV] commitId: d26fe20c8e2dbeb3a777122eae658cee6751a686 branch: develop build date: 2026-07-02T10:24:04Z build version: 2026.04.03-SNAPSHOT commit message: #37845 Replace trivial accessors with field-level @Getter/@Setter in ngp-site-api and ngp-platform-api Phase 6 calibration ticket of #37822. Convert 261 trivial getters + 152 trivial setters across 59 files to field-level Lombok annotations, mirroring the exact pre-existing accessor set (getter-only fields receive @Getter only; no class-level annotations; no wire-surface widening). Conservatively skipped (kept manual): @Override security contracts (SimpleUserDetails, ReCaptchaServiceImpl), get-getters on primitive booleans (PlayerProfileDTO, PlayerRegistrationDTO - Lombok would rename to is*), the isAutoPayout field (Lombok would generate isIsAutoPayout), a name-mismatched setter (GameObjectToSession.setGameData -> gameString), and all of UpdateBalanceDTO (nested fluent builder, see the Phase 7 ticket). Verified: property-surface equality old vs new on all 59 files (6-agent adversarial diff review, 0 violations); compile + checkstyle green; QA test_platform_api 267/268 (only the known stale player_financial_notification test), test_site_api 82/82, security 86/86, filters 41/41. Net -1111 LOC. UPTIME: 0d 1h 43m 22s Git log: 28a61... | 2026-07-02T12:25:32+03:00 | Rodion | #37850 Replace standard-generated toStrings wit... f61ed... | 2026-07-02T11:24:45+03:00 | Rodion | #37832 Normalize all serialVersionUID values to 1L 8a60f... | 2026-07-02T10:30:24+03:00 | brigadire | #37838 Set mirror for any outer repo to local m... d6bdf... | 2026-07-02T10:12:36+03:00 | Rodion | #37823 Restore @Slf4j in LobbyProfileListContro... da6a7... | 2026-07-01T19:27:57+03:00 | vladislav_m | #37784, Category creation module. Add the abili... 87495... | 2026-07-01T19:01:55+03:00 | vladislav_m | #37784, Category creation module. Add the abili... 3e271... | 2026-07-01T18:01:51+03:00 | Rodion | #37835 Restore -T 4 with Maven Resolver lock-ti... 027b9... | 2026-07-01T17:49:17+03:00 | Rodion | #37835 Remove .mvn/maven.config to drop -T 4 pa... c35cb... | 2026-07-01T16:21:16+03:00 | Rodion | #37832 Add @Serial to serialVersionUID fields (... 98960... | 2026-07-01T16:13:50+03:00 | ostas | #37811
copy to clipboard