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
api: Add a Vert.x MultiMap wrapper which provides better basic type support and some conversion and extraction features for a better coding experience with Vert.x headers. (efc3886)
api: Add support for HeaderInformation in the WithEventBus verticle trait with many new overloaded methods for a better coding experience. (9bc61d3)
api: Add utility methods for the Vert.x MultiMap. (17c24a7)
api: Add warnings to HeaderInformation add and set methods if there are already values assigned to the key. (347bad1)
api: Deprecate GenericConfiguration type (88ab9a1)
api: Introduce NoConfiguration to indicate that a verticle doesn't accept any configuration (fc322ec)
api: Introduce UntypedConfiguration to indicate that a verticle doesn't have a strictly typed configuration (9970457)
api: Make warnings on add and set in HeaderInformation more specific (a7c018d)
api: Provide an additional flavor of the JsonMessage method, which maps a JsonObject to a JsonMessage. It returns a Future that can resolve with the value or reject. (d36c9f8)
examples: Add examples which show the usage of the HeaderInformation API. (636def2)
examples: Update all verticles that use the deprecated GenericConfiguration type (82ba9a9)