master Changelog 1.0 === - 1.0.21 Fix bouncers not registering when the targeted method is in a super class (#8) Allow finding overrides, finding first parent, and walking bouncers to use bouncer methods that exist in other classes - 1.0.20 Add Support for TeamCity (#9) - 1.0.19 Update launcher manifest url (#7) - 1.0.18 Allow for etags that aren't generated using AmazonS3 (#6) - 1.0.17 Cleanup record data generation (#4) - 1.0.16 A little more relaxed on records. - 1.0.15 Dump record information in metadata - 1.0.14 Bump gradle wrapper to 7.2 - 1.0.13 Remove leftover debug line. - 1.0.12 It's always something. - 1.0.11 Update to new jenkins/maven. Add extra forcing tests for an edge case in the metadata extractor. - 1.0.10 Update gradle, and fix metadata output for transitive overrides. - 1.0.9 Output immediate parent for methods. Allows simpler walking of the full tree not the root. - 1.0.8 Bump SRGUtils - 1.0.7 Update dependencies, and better match lambda functions. - 1.0.6 Add Jenkinsfile - 1.0.5 Add detection for interface methods being satisfied by super classes of the class that implements the interface. - 1.0.4 Fix bouncer methods not fully resolving owners. - 1.0.3 Sort fields in meta. - 1.0.2 Uncomment meta cache. - 1.0.1 Add metadata json generation. - 1.0.0 Initial Commit