brave 2.2.1
- Introduce
brave-client
module that prevents code duplication and adds consistency to different brave integration implementations. brave-client is used by all client implementations (RESTEasy, Jersey, Apache HttpClient). See #27 and #29 by srapp. - Improve compatibility with Zipkin. Hex encode trace id's. See #26 by klette and fix #28 by srapp.
- Bug fix in Jersey implementation by srapp . See #22
- Fix dependency issue. See #20 by K-jo.