| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add MapStruct jars to service module | Kostya | 2026-08-20 | 2 | -0/+0 |
| | | | | | | | 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 JaCoCo coverage reporting to test.sh | Kostya | 2026-08-20 | 2 | -0/+0 |
| | | | | | | | Vendor jacocoagent.jar/jacococli.jar under lib/jacoco/ (excluded from the shipped classpath), attach the agent during test runs, and generate an HTML+XML report into build/coverage after tests pass. | ||||
| * | Vendor Mockito 5.23.0 dependencies | Kostya | 2026-08-13 | 5 | -0/+0 |
| | | |||||
| * | Move engine contracts to api module, add I/O provider abstraction and ↵ | Kostya | 2026-08-10 | 1 | -0/+0 |
| | | | | | | | | | | | | PicoContainer wiring Relocates GuessMarketEngine/GuessMarketContext into market.guess.api so engine and ui-console depend on a shared contract instead of engine internals, and makes context loading async (CompletableFuture). Adds InputProvider/OutputProvider interfaces with console implementations, wires the console app's Menu through a PicoContainer, and adds the generated model classes plus vendored picocontainer jar needed to build it. | ||||
| * | flatten modules to repo root, vendor deps, repair Eclipse build paths | Kostya | 2026-08-09 | 60 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Move api, engine, ui-console and ui-desktop out of modules/ up to the repo root and drop the empty exception project (GuessMarketException now lives in api). Vendor gson, jaxb, okhttp, openjfx and tomcat under lib/, and group the JUnit standalone jar into lib/junit/ alongside them. Rewrite every .classpath: drop the copy-pasted optional="true" that was masking real build path errors, point the library entries at ../lib/, and put the JUnit jar on the test source folders so the placeholder AppTest classes compile. ui-desktop: take the JavaFX jars off the modulepath (there is no module-info.java, so module="true" left the packages unresolvable) and add a Launcher that calls Application.launch, avoiding the "JavaFX runtime components are missing" check without VM arguments. engine: add LocalGuessMarketService and the GuessMarketContext provider interface, and give GuessMarketException the no-arg and cause constructors they need. | ||||
| * | template initial commit | Kostya | 2026-08-06 | 1 | -0/+0 |