William Burns
William Burns
Integrated into 13.0.x, thanks @tristantarrant !
Seems fine to me, maybe we want to have an example of how to configure the blocking thread pool to increase it?
So the four thread pools usages are the following: 1. ASYNC_NOTIFICATION_EXECUTOR - Used by async listeners registered in embedded mode. This normally should never be touched as leaving this at...
This is an example of configuring these 4 thread pools https://github.com/infinispan/infinispan/blob/main/core/src/test/resources/configs/all/14.0.xml#L83-L96 and https://github.com/infinispan/infinispan/blob/main/core/src/test/resources/configs/all/14.0.xml#L98-L100 Note that the container has specific executors that are configurable in the schema. These will map to...
Test failures seem unrelated.
I am not familiar with gradle but I thought you had to specify the annotation processors explicitly in the dependencies as the `annotationProcessor 'org.infinispan.protostream:protostream-processor'` type no?
Integrated into main, thanks @jabolina !
Integrated into main, thanks @dfitzmau !