Upgrade Testcontainers tests to the latest images

* Un`@Disable` updated tests
This commit is contained in:
Artem Bilan
2021-02-11 16:21:06 -05:00
parent d3c38406e8
commit e2c11b4773
19 changed files with 74 additions and 72 deletions

View File

@@ -12,7 +12,7 @@ The **$$header-enricher$$** $$processor$$ has the following options:
//tag::configuration-properties[]
$$header.enricher.headers$$:: $$\n separated properties representing headers in which values are SpEL expressions, e.g foo='bar' \n baz=payload.baz.$$ *($$Properties$$, default: `$$<none>$$`)*
$$header.enricher.overwrite$$:: $$set to true to overwrite any existing message headers.$$ *($$Boolean$$, default: `$$false$$`)*
$$header.enricher.overwrite$$:: $$set to true to overwrite any existing message headers.$$ *($$Boolean$$, default: `$$<none>$$`)*
//end::configuration-properties[]
//end::ref-doc[]