* ENT-2293: Skeleton of the new "rpcWorker" module * ENT-2293: Add first failing test (RPC server has not been implemented or started yet) * ENT-2293: Further progress to start RPC server (unfinished) * ENT-2293: RPC server started to work. * ENT-2293: Slim down RpcWorker. * ENT-2293: Minor changes. * ENT-2293: Minor refactoring * ENT-2293: Expand test coverage. * ENT-2293: Introduce PicoCli for command line parsing. * ENT-2293: Changes to make RPC server actually start. * ENT-2293: Create simple RPC client. * ENT-2293: Initialize serialization outside of RpcWorker.
Experimental module
The purpose of this module is to hold code that isn't yet ready for code review, but which still wants to be refactored and kept compiling as the underlying platform changes. Code placed into experimental must eventually either be moved into the main modules and go through code review, or be deleted.
Code placed here can be committed to directly onto master at any time as long as it doesn't break the build (no compile failures or unit test failures). Any commits here that break the build will simply be rolled back.
To help reduce the build times, unit tests for experimental projects have been disabled and will NOT run alongside
the whole project tests run via Gradle. Add parameter experimental.test.enable
(example command is gradlew test -Dexperimental.test.enable
to enable those tests.