From 9d19a3187789f01d6dbbc73d14c7f90df3e67560 Mon Sep 17 00:00:00 2001 From: Kostya Date: Mon, 10 Aug 2026 20:21:55 +0000 Subject: Move engine contracts to api module, add I/O provider abstraction and 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. --- ui-console/.classpath | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui-console/.classpath') diff --git a/ui-console/.classpath b/ui-console/.classpath index ec2bc02..cfc0f9a 100644 --- a/ui-console/.classpath +++ b/ui-console/.classpath @@ -6,6 +6,8 @@ + + -- cgit v1.2.3