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
The `EmbeddedHeadersJsonMessageMapperTests.testEmbedSome` does not embed a `timestamp` header.
To see that in action, add a short `Thread.sleep(2);` between
`encode` and `decode` operations.
Otherwise, there is no guarantee that the system clock might not produce the same timestamp
for a new message in the `EmbeddedHeadersJsonMessageMapper.toMessage()`
Copy file name to clipboardExpand all lines: spring-integration-core/src/test/java/org/springframework/integration/support/json/EmbeddedHeadersJsonMessageMapperTests.java
0 commit comments