Spring Data Neo4j RX Blocks on Projection

Hello,
I am using BlockHound library to check blocking code. BlockHound marks ClassReader is blocking

This is my cypher query with projection

I am using;
Spring boot 2.5.6
spring-data-neo4j 6.1.6

Do you have any suggestions to make it non-blocking?
Thanks in advance,
Bekir

Best create this as an GitHub issue on the spring-data-neo4j library.

Thank you, I have created an issue: BlockHound finds blocking call on projection · Issue #2445 · spring-projects/spring-data-neo4j · GitHub
But I am not sure if its an issue or not.