GitHub user jalligator opened a pull request: https://github.com/apache/cayenne/pull/303
If the transformer returns PRUNED_NODE, this cast fails... â¦which isn't correct. This prohibits transformers from proactively pruning nodes. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jalligator/cayenne master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cayenne/pull/303.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #303 ---- commit 1befbe6722abe7baa127a6ee23909a11ce8d114b Author: John Larson <larsonja@...> Date: 2018-08-18T03:32:29Z If the transformer returns PRUNED_NODE, this cast fails which isn't correct ---- ---