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. --- api/.classpath | 1 - 1 file changed, 1 deletion(-) (limited to 'api/.classpath') diff --git a/api/.classpath b/api/.classpath index 0e305bc..ec2bc02 100644 --- a/api/.classpath +++ b/api/.classpath @@ -1,6 +1,5 @@ - -- cgit v1.2.3