This guide is for user of OpenIG 2.1.0 that are migrating to the new OpenIG version.
Title
Add a description of the change, possibly including JIRA links if available.
Code samples can also be presented:
def credentials = "bjensen:hifalutin".getBytes().encodeBase64().toString() exchange.request.headers.add("Authorization", "Basic ${credentials}")
Closed Issues