* Add `org.springframework.integration.history` to trusted default packaged of the `JacksonJsonUtils` * Add `@JsonCreator` to `MessageHistory` `private` ctor to let it to be created automatically by Jackson * Add `equals()` and `hashCode()` into `MessageHistory` for the proper `Message` comparison * Add `MessageHistory` into headers for testing with Redis JSON (de)serialization **Cherry-pick to `5.4.x` & `5.3.x`**