> On May 16, 2019, at 10:11 PM, David Blevins <[email protected]> wrote: > > This could end up being a code generation issue where the bean validation > annotations are not getting successfully copied to the class created by this > code: > > - > https://github.com/apache/tomee/blob/master/mp-jwt/src/main/java/org/apache/tomee/microprofile/jwt/bval/ValidationGenerator.java#L142 > > Not sure yet.
Found it and fixed. Duplicate methods were getting added by the generator which lead to extra entries in a hashmap on the bval side. Hashmap order struck again causing the test to pass or fail based on if the right duplicate got sorted first. -David
