From e2e264fad5261ff23de447b9a218ce68a495aed7 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Thu, 21 Sep 2017 13:22:35 -0400 Subject: [PATCH] Fix IMPORTANT block for deserialization in Docs The IMPORTANT block must be wrapped with `====` **Cherry-pick to 1.5.x** --- src/reference/asciidoc/amqp.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/asciidoc/amqp.adoc b/src/reference/asciidoc/amqp.adoc index f73095ea..7db8b8e1 100644 --- a/src/reference/asciidoc/amqp.adoc +++ b/src/reference/asciidoc/amqp.adoc @@ -63,7 +63,7 @@ By default, only `java.util` and `java.lang` classes are deserialized. To revert to the previous behavior, you can add allowable class/package patterns by invoking `Message.addWhiteListPatterns(...)`. A simple `*` wildcard is supported, for example `com.foo.*, *.MyClass`. Bodies that cannot be deserialized will be represented by `byte[]` in log messages. ----- +==== ===== Exchange