Welcome
Sign in to start your session
Login
Login
[app info]
Brief app info: ENV: [DEV] commitId: ef261b9f7bc94312af1f11503f889a64859e96cc branch: develop build date: 2026-07-06T09:26:42Z build version: 2026.04.03-SNAPSHOT commit message: #37860 remove CascadeType.PERSIST from Bonus.parent/successor so free-rounds derivative bonus persists - the derivative free-rounds bonus is saved via Spring Data bonusRepository.save() (persist for a new entity); with cascade=PERSIST on parent, Hibernate cascaded persist to the already-existing (detached) parent bonus -> "detached entity passed to persist: Bonus" -> rollback -> the free-spins win was never credited - parent/successor always reference already-persisted bonuses, so the cascade was a no-op under the former Hibernate saveOrUpdate and is safe to drop Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> UPTIME: 0d 0h 8m 56s Git log: cc874... | 2026-07-03T16:49:01+03:00 | ostas | #37859 fix tournament create form: align EL to ... 41622... | 2026-07-03T14:18:55+03:00 | ostas | #37830 add Global visibility flag on promotions... 8a863... | 2026-07-03T12:51:15+03:00 | Rodion | Merge fix/37822 (#37822 residual-tail Lombok co... 1d24a... | 2026-07-03T12:48:52+03:00 | ostas | #37810 rename audit.audit_log_id_seq to player_... e43ca... | 2026-07-03T11:29:36+03:00 | Rodion | #37776 Fix tournaments-core startup NPE: resolv... d143e... | 2026-07-03T11:00:13+03:00 | Rodion | #37822 Convert mixed accessor+constructor resid... dd7bf... | 2026-07-03T11:00:13+03:00 | Rodion | #37822 Convert residual pure-assignment constru... 31f30... | 2026-07-03T11:00:13+03:00 | Rodion | #37822 Convert residual trivial accessors to @G... f1cd2... | 2026-07-02T17:55:43Z | Виталий Осау... | Merge branch 'feature/37836' into 'develop' 1e0d0... | 2026-07-02T20:41:01+03:00 | Vitalii Osau... | #37836 Added filtering category games by game p...
copy to clipboard