Hello All, sorry for non informative subject, but I would like to avoid creating 2 threads for these :)))
Q1: JPMS related openjpa has dependency on [INFO] | +- org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1:compile [INFO] | +- org.apache.geronimo.specs:geronimo-jta_1.1_spec:jar:1.1.1:compile which doesn't have `Automatic-Module-Name` set Who should I contact to fix this? :) Q2: JPA Criteria related currently org.apache.openjpa.persistence.criteria.RootImpl class (and all its parents) doesn't define hashcode/equals This leads to undesired behavior :((( if `CriteriaQuery.from(A.class)` is called multiple times roots `Set` is polluted :(( I've tried to add some naive hashcode/equals implemenations to RootImpl and parents but was unable to keep the build green :( Maybe someone can help with this issue? :))) Shall I create JIRA? -- Best regards, Maxim