Hi Rob,
I have been using Ebean and noticed that there are cases where the deleted flag is not being considered.
In our project, we utilize the Query#findCount method,
and it appears that the deleted flag may not be taken into account depending on how the entities are related to each other.
To provide more context, I've created some test code in my GitHub repository at
https://github.com/eikigithub/examples/compare/master...mytest to demonstrate the issue.
The issue occurred in the following environment:
* Windows 10
* Ebean 13.11.0 (The latest version, 13.22.0, also reproduces the problem.)
* Eclipse 2023-06
And my test project setting is:
* pom.xml
** tiles-maven-plugin 2.33 -> 2.35
* application-test.yml
** useDocker: false
I apologize if there are any confusing points in my message or if my English is not perfect. GitHub and English are still unfamiliar to me.
Thank you for taking the time to review this.
Best regards, Eiki