So I have been exercising the slices code and discovered lots of bugs,
and have submitted lots of patches to fix them. And in actuality,
without these fixes I would not consider slices code to be working..
I don't mean to be a pest, but I wanted to make sure these bugs were
getting the attention they need. I would encourage all of you to review
the bugs and move towards accepting the patches as quickly as you can..
thank you :)
Critical Bugs:
https://issues.apache.org/jira/browse/OPENJPA-787
slices query.getSingleResult is broken
https://issues.apache.org/jira/browse/OPENJPA-798
slices can not work with sequences properly
(em.persist fails)
https://issues.apache.org/jira/browse/OPENJPA-799
slices: can not handle multiple projections in one query
(select count(*), max(fieldA) .......)
Documentation Bugs:
(no patches, just mentions how docs need to be fixed)
https://issues.apache.org/jira/browse/OPENJPA-786
slices documentation needs to mention requirement for
global username/password
https://issues.apache.org/jira/browse/OPENJPA-797
slices does not work with QueryCompilationCache