You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#414 Change the type of the example HTTP headers map of DocService from Map<Class<?>, Iterable<HttpHeaders>> to Map<String, Iterable<HttpHeaders>> because not all RPC protocols use a class name as a service identifier
Improvements
#367#411 Update the dependencies, most notably Brave 4.0.6, Jetty 9.4.1, Kafka 0.10.1.0, Logback 1.2.1 and Netty 4.1.8
Bug fixes
#410#412TomcatService throws a NullPointerException when a POST request contains an empty body.
#413#417DocService fails to handle typedef-ed types.