dropwizard-request-tracker
dropwizard-request-tracker copied to clipboard
Track service requests through multiple hops using a UUID
This fixes an issue with the `maven-javadoc-plugin` on JDK 11, 12, and 13. It sounds like the fix is a combination of bumping the plugin to `3.1.0` and using JDK...
See #33 So far this does the following.. - Build with DW 1.3.7 - Target Java 8 - Use Java 8 Supplier and Optional - Support builds with Java 9...
I tried building against Dropwizard 1.3.7 just to see what would happen. It looks like Guava Supplier now just proxies to java.util.function.Supplier, which doesn't exist in Java 7. That's a...