ilgrosso opened a new pull request, #957: URL: https://github.com/apache/syncope/pull/957
The current `JPAAnySearchDAO` implementation is based on incrementally constructing the final query string. The new implementation is instead meant to build a tree representation and finally generating the query string from it. The new implementation is provided as `AnySearchNodeDAO`, not updating `JPAAnySearchDAO` yet to avoid build errors under `core/persistence-jpa-json` TODO: - [ ] check and fix integration tests running on H2 - [ ] adjust and check the JPA JSON implementations -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@syncope.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org