Paul Ferraro created WFLY-11975:
-----------------------------------
Summary: Distributed web session metadata payload contains unnecessary
nanosecond precision
Key: WFLY-11975
URL:
https://issues.jboss.org/browse/WFLY-11975
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 16.0.0.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
The creation timestamp of a distributed web session is represented by a java.time.Instant.
The externalizer for an Instant marshals an integer containing the nanosecond precision,
which is unnecessary, as the HttpSession API only requires millisecond precision.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)