Yep, it was the inheritance.  Any idea why though?

https://git1-us-west.apache.org/repos/asf?p=deltaspike.git;a=blobdiff;f=deltaspike/modules/data/api/src/main/java/org/apache/deltaspike/data/api/AbstractEntityRepository.java;h=529c474d8a84837ccfb2fb6693ec651f65ff8b3e;hp=933c136abf58efde4bba7dc5cf8944d711d92d40;hb=bb9abfcc;hpb=6d4fbd8e6a50555ed70c06b4a10669e7e6f403d1

John

On Sun, Aug 14, 2016 at 7:03 PM John D. Ament <john.d.ament@gmail.com> wrote:
https://lists.apache.org/thread.html/8edcc676c2dbede50f7e75cc56c4d78d260357df527347a1ff155402@%3Cusers.deltaspike.apache.org%3E for some reference

Somewhere between 1.6 and 1.7 this started popping up on DS.  Even though these methods are defined in the class hierarchy, they are transitively inherited.  Is DS not picking them up because AbstractEntityRepository doesn't directly implement the other interfaces?

John