Matthew Zipay
Matthew Zipay
Each of JumpMind/metl, JumpMind/jumpmind-common and JumpMind/metl-com have the same-named branch; they all need to be merged in order for build/install/run to work under Java 11.
Release 1.3.2 is now available. 2.0.0 requires some additional documentation regarding the code base split, so will be delayed a bit (but all tests for coroutine tracing are currently passing,...
Working on it :) Most tests are passing, I've just been really busy with "real" work, and the pandemic really impacted my ability to get out to the local coffee...
At the moment I am only able to work on the 2.0 changes bit-by-bit on weekends, so it is taking longer than expected. I am hopeful to get the release...
Hi @valentijnscholten - sorry it took a whiel to respond. The `@traced` decorator **can** be applied to functions at module level. Here are two examples: ``` # in module "my.app"...
Ah, no there isn't any kind of app/module scanning implemented in the library, so yes you either have to decorate the functions or, if they are in 3rd party modules,...
If you'd like, feel free to submit a feature request for module scanning.