summaryrefslogtreecommitdiffstats
path: root/service/.classpath
Commit message (Collapse)AuthorAgeFilesLines
* Add MapStruct jars to service moduleKostya2026-08-201-0/+2
| | | | | | lib/*/*.jar is auto-globbed onto the build classpath, so this makes mapstruct available for future DTO<->domain mappers without any build script changes.
* Add service module with stubbed LocalGuessMarketContextKostya2026-08-131-0/+31
GuessMarketContext gained a richer surface (loadEvents/listEvents/ buyShares/closeEvent/account/save-restoreState) backed by new EventDetailDTO, MarketStateDTO, OptionStateDTO and PurchaseReceiptDTO. The old engine-module provider implemented the previous shape and is removed; market.guess.service.LocalGuessMarketContext replaces it as a stub, each method throwing UnsupportedOperationException pending a real implementation.