Mike Hearn
Mike Hearn
@graemerocher Done, thanks. Marked this PR as ready for review.
CI failed due to: ``` Execution failed for task ':micronaut-views-react:findBaseline'. > Could not find a previous version for 5.4.0 ``` I guess that's expected?
Now the CI failure is a bit harder to fix. I am assuming the very latest version of GraalVM, but it seems that the CI setup provides a GraalVM already...
I just noticed a new problem. Some rebase has brought in a change where the blocking executor is now using virtual threads (loom) by default. Unfortunately Truffle is currently incompatible...
I updated the docs to tell users to just disable Loom for the blocking executor. It's only a temporary limitation and should not be a big deal. I started writing...
ktor-client-java-jvm
It didn't seem to reoccur.
You know you're doing well when your software turns out to have useful features you didn't know were there ;) We're so close! With knowledge of return types and this,...
I understand _why_ it happens. And perhaps this is a quirk only coreutils has, in which case it doesn't matter much. But Sulong effectively virtualises the execution of the program....
Another example: https://micronaut-projects.github.io/micronaut-data/latest/api/io/micronaut/transaction/annotation/TransactionalEventListener.html What does "transaction aware event listener" actually mean. The description is repeated in javadoc and user guide but it's never explained how exactly a transaction aware event...